/**********************************

Name: cmxform Styles
Author: Nick Rigby 

***********************************/

form.cmxform {
	width: 370px;
	font-size: 0.9em;
	color: #060;
}
form.cmxform.lobby{
	width: 280px;
	height: 150px;
}	
	
form.cmxform legend {
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
}
form.cmxform label {
	color: #FFF;
	font-weight: bold;
}
#icpsignup2312 label { position: absolute; text-align:right; width:78px; padding-top: 5px;}
#icpsignup2312 input { margin-left: 88px; }
form.cmxform fieldset {
	border: none;
	border-top: 2px solid #000000;
	background: url(../images/cmxform-fieldset3.png) left bottom repeat-x;
}
form.cmxform.about fieldset {
	background: url(../images/cmxform-fieldset2.png) left bottom repeat-x;
}

form.cmxform.lobby fieldset {
	width: 280px;
	height: 150px;
	padding-top: 50px;
	border: 0;
	background: none;
	background-image: url(../pictures/bg-list.png);
	background-repeat: no-repeat;
}		
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	background: url(../images/cmxform-divider3.gif) left bottom repeat-x;
}
form.cmxform.about fieldset li {
	padding: 5px 10px 7px;
	background: url(../images/cmxform-divider2.gif) left bottom repeat-x;
}
form.cmxform.participate fieldset li {
	padding: 5px 10px 7px;
	background: url(../images/cmxform-divider4.gif) left bottom repeat-x;
}
form.cmxform.lobby fieldset li {
	padding: 2px 10px 2px;
	background: none;
}
form.cmxform textarea {
	border:solid 0 #fff;
	background: transparent url("../images/textarea_bg.gif") no-repeat;
}
form.cmxform input {
	height: 22px;
	border:solid 0 #fff;
	background: transparent url("../images/textfield_bg.gif") no-repeat;
}
form.cmxform.lobby input {
	height: 22px;
	border:solid 0 #fff;
	background: transparent url("../images/textfield_bg-lobby.png") no-repeat;
}
form.cmxform input#submit{
	width: 80px;
	height: 22px;
	text-align: center;
	border:solid 0 #fff;
	cursor: pointer;
	background: transparent url("../images/submit.gif") no-repeat;
}

form.cmxform.lobby input#submit, form.cmxform.about input#send_button {
	position: absolute;
	width: 80px;
	left: 100px;
	height: 22px;
	margin: 0 auto;
	margin-top: 5px;
	text-align: center;
	border:solid 0 #fff;
	cursor: pointer;
	background: transparent url("../images/submit-about.png") no-repeat;
}

form.cmxform.participate input#send_button {
	position: relative;
	width: 80px;
	left: 10px;
	height: 22px;
	margin: 0 auto;
	margin-top: 5px;
	text-align: center;
	border:solid 0 #fff;
	cursor: pointer;
	background: transparent url("../images/submit-participate.png") no-repeat;
}