/**********************************

Name: cmxform Styles

***********************************/
.formTitle {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	text-shadow: 1px 1px 3px #999;
	margin: 20px 20px 20px 0px;
}

label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
}
form.cmxform legend {
	padding-left: 0;
}
form.cmxform legend, form.cmxform label {
	width:560px;
	color: #333;
}
form.cmxform fieldset {
	margin-top:11px;
	border: 1px solid #2C78BD;
	background-color: #C2E0FB;
}
form.cmxform fieldset fieldset {
	background: none;
}
form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 0px 20px 0px 20px;
}
form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #EB8738;
	font-style: italic;
	font-weight:bold;
}
div.error { display: none; }
input, textarea{	border: 1px solid black; margin-top:5px;}
input:focus, textarea:focus { border: 1px dotted black; }
input.error, textarea.error { border: 1px dotted #EB8738; }
form.cmxform .gray * { color: gray; }
p input {
	padding:3px;
}
