#contact_form_holder {
    width:300px;
    padding-left: 20px;
}
#contact_form_holder p{
	margin: 4px 0;
	}
#contact_form_holder_right p{
	margin: 4px 0;
	}
#contact_form_holder_right { 
    width:300px;
    padding-left: 20px;
}
 input{ 
    width:98%;
    font-family: inherit ;
    padding:5px;
    border:1px solid #C1B49A; 
    padding-left: 20px;
}
textarea { 
    width: 650px;
    font-family: inherit ;
    padding:5px;
    border:1px solid #C1B49A; 
    padding-left: 20px;
    height: 100px;
}
#submit { 
    width: 136px !important;
    border:0px solid black; 
    cursor:pointer;
    cursor:hand;
    background: url(../../images/Orange_button_BG.jpg) repeat-x;
    color: white;
    text-transform: uppercase;
    outline: 0;
    text-align: center;
    height: 35px;
    
}
#cf_submit_p { text-align:right; } 

/* styling */

.error { 
    display: none; 
    padding:5px; 
    color: red; 
    font-size:12px;
}
.success { 
    display: none; 
    padding:10px; 
    color: #044406; 
    font-size:12px;
    background-color: #B7FBB9;
}


.error img { vertical-align:top; }

#smallinput{
	width: 300px;
	
}
#stateinput{
	width: 120px;
	float: left;
	
}
#zipinput{
	width: 120px;
	float: right;
	padding-right: 3px;
	
}
.hightlight {
	border:2px solid #ff1c25;
	background: #ff9502 url(../../images/iconCaution.png) no-repeat 2px
}

.loading {
	float:right; 
	background: url(../../images/ajax-loader.gif) no-repeat 1px; 
	height:28px; 
	width:28px; 
	display:none;
}
.done {
	/* background:url(../../images/iconIdea.gif) no-repeat 2px;  */
	margin-left: 20px;
	                                                               
	margin-bottom: 20px;
	                                                               
	margin-right: auto;
	                                                               
	margin-top: 20px;
	                                                               
	padding-left:0px;
	font-size:12px; 
	width: 90%; 
	display:none
}









