form.cmxform {
	width: 290px;
	font-size: 1.0em;
}

form.cmxform legend {
	padding-left: 0;
}

.submit {
	width: 80px;
}

form.cmxform legend, form.cmxform label {
	color: #FFFFFF;
	font-weight: bold;
}

form.cmxform label {
	width: 120px;
	display: inline-block;	
	float: left;
}

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
	background-color: #F8FDEF;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
	background: url(../images/cmxform-divider.gif) left bottom repeat-x;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	display: block;	
	float: none;
	color: red;
	font-style: italic;
	width: 200px;
}

div.error { display: none; }

input {	
	border: 1px solid black;
}
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }

/*
.loginform {
	margin:0 auto;
	width:440px;
	padding:10px;
}

.submitBtn {
	text-align: right;
	margin: auto 33% auto 33%
}

fieldset ul, fieldset li {
	border:0; 
	margin:0; 
	padding:0; 
	list-style:none;
}

fieldset li {
	clear:both;
	list-style:none;
	padding-bottom:10px;
}

fieldset input {
	float:left;
}

fieldset label {
	width:140px;
	float:left;
}



#stylized h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}

#stylized p {
	font-size:11px;
	color:#666666;
	margin-bottom:2px;
	padding-bottom:2px;
	margin-top:2px;
	padding-top:2px;
}

#stylized label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}

#stylized .small {
	color:#666666;
	display:block;
	font-size:12px;
	font-weight:normal;
	text-align:right;
	width:140px;
}

#stylized .small_input {
	color:#666666;
	display:block;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	width:140px;
}


#stylized input {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:160px;
	margin:2px 0 14px 10px;
}

#stylized button {
	clear:both;
	margin-left:150px;
	width:125px;
	height:31px;
	background:#666666 url(img/button.png) no-repeat;
	text-align:center;
	line-height:11px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}
*/