@charset "utf-8";


#form-container{
	width: 435px;
	padding-left: 30px;
	padding-top: 40px;
	margin-left: 450px;
	}
	 
	 
#form-container{
		line-height: 1.5em;
	}	 

input{
	font-size: 1.0em;
	width: 200px;
	padding-left: 2px;
	background: #eef1f4;
	}

textarea{
	width: 250px;
	height: 110px;
	margin-bottom: 5px;
		background: #eef1f4;
	padding-left: 4px;
}
 
 .required-text{
 	color: red;
	font-size: .8em;
	}
	
.submit{
   background: url(/contact/images/send_btn.jpg) no-repeat;
    height: 34px;
    width: 148px;
	text-indent: -9000px;
	color:transparent;
    border: none;
} 

.submit:hover
{
   background: url(/contact/images/send_btn.jpg) 0 -41px no-repeat;
   cursor: pointer;
}

form.cmxform button{
	margin-left: 93px;
	}

/**********************************

Use: cmxform template

***********************************/
form.cmxform fieldset {
	margin-bottom: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	cursor: hand;
}

form.cmxform fieldset p {
	list-style: none;
	font-weight: bold;
	padding: 5px;
	margin: 0;
}

form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
}

form.cmxform label { width: 90px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 103px; } /* Width plus 3 (html space) */
form.cmxform label.error {
	margin-left: 93px;
	width: 280px;
}


/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

/**********************************

Name: cmxform Styles

***********************************/
form.cmxform {
	width: 425px;
	font-size: 0.8em;
	padding-left: 15px;
	color: #333;
}

form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend, form.cmxform label {
	color: #333;
}

form.cmxform fieldset {
	border: none;
	background-color: #fff;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 10px 15px 10px 0px;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	font-weight: normal;
}
div.error { display: none; }
input:focus { border: 1px dotted black; }
input.error { border: 1px solid red; }
form.cmxform .gray * { color: gray; }