@charset "utf-8";
/* Form CSS */

input, select, textarea {
	font-size:12px;
	padding: 2px;
	margin-right: 6px;
}

form {
	margin: 0 0 10px 0;
}

#mxForm {
	margin-left: 8px;
	padding: 10px 10px 0px 10px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	/*background: #eaf3fa;*/
}

#mxForm p {
	margin: 10px 0;
	float:left;
}

#mxForm label {
	text-align: left;
/*	font-weight: normal;*/
	display: block;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 5px 0;
	cursor: pointer;
}

#mxForm input, #mxForm textarea, #mxForm select {
	font-size: 13px;
}
#mxForm input, #mxForm textarea{
	width: 90%;
}
#mxForm textarea {
	height: 350px;
}
#mxForm .button, .button, a.button {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	padding: 3px 5px;
	border: none;
	font-size: 13px;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	text-decoration: none;	
	margin-top: 0;
	width: auto;
	background: #13262d;
	color: #fff;
	}

#mxForm .button:hover, .button:hover, a.button:hover {
	border-color: #eac158;
	color: #ff9900;
	}

#mxForm input[disabled].button {
	background-color: #ccc;
	border-color: #eee; 
	color: #999; 
	cursor: default;
	}

.req {
	color: #b42104;
	font-weight: bold;
}

#error {
	padding: 12px;
	background: #ffebe8;
	border: 1px solid #c00;
}

.message, .success {
	padding: 12px;
	margin: 10px;
	border: 1px solid #e6db55;
	background: #ffffe0;
}

.success {
	padding: 10px 68px;
	margin: 10px;
	border: 1px solid #e6db55;
	background: #ffffe0 url(../jValidation/check.png) no-repeat 10px 10px;
}




#mxForm label.error {
	font-weight:normal;
	color:red;
	font-size: 12px;
	text-align:left;
	padding:3px 0 3px 25px;
	background: transparent url(../validation/cancel.png) no-repeat scroll left;
}

#mxForm label#name_error {
	display: block;
}
#mxForm label#email_error {
	display: block;
}
#mxForm label#phone_error {
	display: block;
}




#message {
	margin:60px 0 0 100px;
}
#message h2 {
	font-size:150%;
}
#message p {
	font-weight:bold;
	margin:6px 0px;
}
#checkmark {
	position:relative;
	top:-46px;
	left:-60px;
}
#attachment_wrap_labels {
	display: none;
}



.cmxform fieldset p.error label { color: red; }
div.container, .errors {
	background-color: #eee;
	border: 1px solid red;
	margin: 5px;
	padding: 5px;
}
div.container ol li {
	list-style-type: disc;
	margin-left: 20px;
}
div.container { display: none }
.container label.error {
	display: inline;
}
form.cmxform label.error {
	display: block;
	margin-left: 1em;
	width: auto;
}

input.error, select.error, textarea.error {
	border: 1px solid red;
}

