@charset "UTF-8";
/* CSS Document */

/****************** E M A I L */

#contact_propel {
width:420px;
}

input#send_email {
color:#fff; 
text-align:center; 
height:25px; 
width:55px; 
padding-top: 5px; 
padding-bottom:5px; 
margin-top:15px; 
border:none; 
background-color: #ff0000; 
text-transform:uppercase; 
font-size: 9px; 
letter-spacing:2px;
}

input#send_quote {
color:#fff; 
text-align:center; 
height:25px; 
width:90px; 
padding-top: 5px; 
padding-bottom:5px; 
margin-top:15px; 
border:none; 
background-color: #ff0000; 
text-transform:uppercase; 
font-size: 9px; 
letter-spacing:2px;
}

label {
}

label.error {
float:left;
color:red;
font-style:italic;
font-size:9px;
letter-spacing:0px;
}

input.text, #cname, #clastname, #curl, #phone, #ccompany, #cproject {
width:200px; 
margin:0 20px 0 0; 
height: 15px; 
border-width:1px; 
border-style: solid; 
border-color:#808080;
}

#cproject {
width:200px; 
margin-right:20px; 
height: 15px; 
border-width:1px; 
border-style: solid; 
border-color:#808080; 
font-size: 9px; 
letter-spacing:0px;
}

option {font-size: 9px; letter-spacing:0px;}

textarea.textarea, #ccomment {
width:420px; 
border-width:1px; 
border-style:solid; 
border-color:#808080;
}

option {
font-size: 9px; 
letter-spacing:0px;
}

.heading {
color:#808080; 
line-height:25px; 
font-size:9px; 
word-spacing:1px; 
letter-spacing:1px; 
padding-bottom: 5px; 
padding-top:10px;
}

#send_email {
margin: 10px 0 0 0;
background-color:##ED1C24;
}

td {
padding-bottom:10px;
vertical-align:top;
}
