/**********************************

Name: cmxform Styles

***********************************/


form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #e58f24;
	font-style: italic;
	margin-top:-7px;
	padding-left:10px;}


div.error { display: none; }


input.textinput,
textarea.textinput {
	border: 2px solid black; 
	width:200px;}



form.cmxform.log-in {
	margin-left:-40px;
	padding-top:20px;}

form.cmxform.log-in input {
	border: 1px solid black; 
	width:150px;}


input:focus { border: 1px dotted black; }


input.error { border: 1px solid #e58f24; }

form.cmxform .gray * { color: gray; }


input.submit {
	width:60px !important;
	border:1px solid #475366 !important;
	position:relative !important;
	left:12px !important;}


/**********************************

Use: cmxform template

***********************************/



form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	margin-right:10px;}

form.cmxform fieldset fieldset label {
	display: block;
	width: auto;}

form.cmxform label { width: 100px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 103px; } /* Width plus 3 (html space) */
form.cmxform label.error {
	margin-left: 103px;
	width: 220px;}

form.cmxform input.submit {
	margin-left: 103px;}






div.contact form.cmxform p {
margin-left:50px;}