#main {
    /*background:none repeat scroll 0 0 #F1F3F5;
border:1px solid #CCCCCC;*/
background:#d8d8d8;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
margin:auto;
padding:20px 25px 25px 25px;
height:425px;
width:650px;
}


#contact form {
    background:none repeat scroll 0 0 #E9ECEF;
border:0px solid #CCCCCC;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
margin-bottom:0;
margin-left:0;
padding:5px;
}

#result {
    margin-left:200px;
margin-top:60px;
	border: 1px solid #cccccc;
	width: 250px;
	background: #E9ECEF;
    text-align:center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    padding:5px;
}

.error {
    font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size : 10px;
    text-align:left;
    color:#dd1111;
    padding:5px;

}

.pad{padding-left: 40px;}

.text {
	border: 1px solid #848484;
	width:280px;
	height:20px;
}

textarea.contactMsg {
	border: 1px solid #848484;
	width:105%;
}

input.sendContact {
    /*border: 1px solid #cccccc;*/
	background:url("../images/btn-submit.png") no-repeat scroll 0 0 transparent;
	border:medium none;
	cursor:pointer;
	display:block;
	float:right;
	height:59px;
	text-indent:-8000px;
	width:147px;
}

input.sendAsk {
  background:url("../images/btn-ask.png") no-repeat scroll 0 0 transparent;
	border:medium none;
	cursor:pointer;
	display:block;
	float:right;
	height:59px;
	text-indent:-8000px;
	width:147px;
	position: relative;
	top: 30px;
}
input.btnSubmitmerchant {
	background: url(../images/btn-free-quote.png) no-repeat;
	display:block;
	float:right;
	border:0px;
	cursor:pointer;
	width:200px; 
	height:37px; 
	text-indent:-8000px;
}
#caption{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin:10px;
    font-size : 14px;
    color:#C64934;
}

em  {
color:red;
}
