@charset "UTF-8";
/* CSS Document */

/****************** E M A I L */

#contact_laura {
width:420px;
}

input#send_email {
color:#fff; 
text-align:center; 
height:25px; 
width:55px; 
padding-top: 5px; 
padding-bottom:5px; 
margin-top:5px; 
border:none; 
background-color: #644C40; 
font-size: 9px; 
letter-spacing:2px;
}

input#send_email:active, input#send_email:hover {
background-color: #DA3A3A;
}


label {
margin-bottom: 10px;
}

label.error {
float: left;
color:red;
font-style:italic;
font-size:9px;
letter-spacing:0px;
}

#cname, #clastname, #curl, #phone, #ccompany, #cproject {
border-width:1px; 
border-style: solid; 
border-color:#808080;
color:#644C40; 
height: 15px;
margin:0 20px 0 0; 
width:200px; 

}

#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 {
border-style:solid; 
border-color:#808080;
border-width:1px; 
color:#644C40; 
width:490px; 
}

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;
}

td {
padding-bottom:10px;
vertical-align:top;
}
