/**********************************

Name: cmxform Styles

***********************************/
form.cmxform {
	width: 100%;
	font-size: 1.0em;
	color: #333;
}

form.cmxform legend {
	margin-left:15px;
	padding-left:10px;
	padding-right:10px;
}

form.cmxform legend, form.cmxform label {
	color: #333;
}

form.cmxform fieldset {
	border: none;
	border: 1px solid #499dc4;
	background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
	background-color: #e5eef3;

}

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 */
	color: red;
	font-style: italic
}

div.error { display: none; }
input {	border: 1px solid #B0ADB8; }
input:focus, textarea:focus { border: 1px dotted #A5ACB2; }
input.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }

input[type="text"], textarea
{
    background-image:url(img/inputBG.jpg);
    width:235px;
}

input, textarea
{
    color:#000!important;
    font-size:12px;
    
}

input[type="submit"]
{
    cursor:pointer;
    color:#655E56!important;
    font-style:italic!important;
}

input[type="submit"]:hover
{
    cursor:pointer;
    color:#fff!important;
    background-color:#C8C6CC!important;
    font-style:italic!important;
}

textarea
{
    border:1px solid #A5ACB2;
}

#contactFormHolder *
{

}

#contactFormHolder input
{
    width:240px;
    height:16px;
}

#contactFormHolder * textarea
{
     width:320px;
     height:150px;
}

#contactFormHolder .contactGroup
{
    margin-bottom:10px;
}

.contactGroup .asterix
{
    color:#F47D09;
    margin-left:3px;
}

.contact_submit
{
    border:1px solid #000;
    padding:5px;
    background-color: #D7A7AF;
    color:#FFF!important;
    text-decoration:none;
}

.contact_submit:hover
{
   background-color: #CA8A96;
}
