/*****************************************************************
******************************************************************
HOME HEADER EXTRAS **********************************************/

/*****************************************************************
******************************************************************
HOME SECTION EXTRAS **********************************************/


/****************************************
HOME PAGE FORM *************************/

/****************************************
HOME SLIDER ****************************/


/******************************************************
*******************************************************
SUB PAGES
******************************************************/


/****************************************
CONTACT FORM ****************************/

.contact_form {
	margin-top:20px;
	font-size:12px;
}

.contact_form .form_left {
	float:left;
	width:50%;
}

.contact_form .form_right {
	float:left;
	width:50%;
}

.contact_form label {
	border-bottom:1px dotted #afafaf;
	padding-bottom:5px;
	margin-bottom:10px;
	display:block;
	width:90%;
}

.contact_form input.field {
	display:block;
	margin-bottom:20px;
	width:90%;
	border:1px solid #afafaf;
	background:#eeeeee;
}

.contact_form .submit {
	float:right;
}

.contact_form .submit {
    background: none repeat scroll 0 0 #FF3E3E;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    height: 25px;
    margin: 0;
    padding: 0 10px;
    text-align: center;
    width: auto;
	margin-right:10%;
}

.contact_form .red {
	color:red;
	font-weight:bold;
	font-size:11px;
}