form.cmxform input {
	/*border: 1px solid black;*/
	width:250px
}


form.cmxform input.checkbox {
	border: none;
	width:auto
}

form.cmxform input:focus {
	/*border: 1px dotted black;*/
}

form.cmxform input.error, textarea.error {
	border: 1px dotted red;
}

form.cmxform textarea {
	/*border: 1px solid black;*/
	width:254px
}

form.cmxform input[type=submit]{
    width:127px;
}

form.cmxform input[type=reset]{
    width:127px;
}

form.cmxform textarea:focus {
	/*border: 1px dotted black;*/
}

form.cmxform  p {
	padding: 5px;
	margin: 0;
}

form.cmxform fieldset {
	border:1px solid #999999;
	margin-top:0;
	margin-right:0;
	margin-left:0;
	margin-bottom:1em;
	padding:0 1em 1em;
	width:500px;
	text-align:left;
	background-color:#efeDE2;
	font-family:verdana;
	font-size: 11px
}



form.cmxform label {
	width: 150px; 
	display: inline-block;
	vertical-align:top;
	font-family:verdana;
	font-size: 11px
}



form.cmxform .obb{
	font-weight:bold;
}

form.cmxform label.error{
	color: red;
	font-weight: normal;
	font-style: italic;
	margin-left: 150px;
	width: auto;
	font-size:11px
}

form.cmxform input.submit {
	width:auto;
	background: trasparent url(site_images/register_button.gif) repeat-x scroll left bottom;
	color:black;
	cursor:pointer;
	font-size:10px;
	font-weight:bold;
	margin-left:150px
}

form.cmxform fieldset legend {
	border:1px solid #999999;
	font-weight:bold;
	margin-bottom:10px;
	padding:0.2em 0.5em;
	background-color:#DAE6F4
}
