#contactForm input[type="text"]{
width: 250px;
border: 1px solid #cedae4;
background: #f3f7fa;
padding: 6px;
color: #fff;
margin-top: 2px;
margin-bottom: 5px;
-moz-border-radius: 8px;
border-radius: 8px;
}

#contactForm input[type="text"]:focus{
border: 1px solid #0092cf;
}

#contactForm textarea{
width: 350px;
height: 90px;
border: 1px solid #cedae4;
background: #f3f7fa;
padding: 6px;
color: #fff;
margin-top: 2px;
margin-bottom: 5px;
overflow: auto;
-moz-border-radius: 15px;
border-radius: 15px;
}

#contactForm textarea:focus{
border: 1px solid #0092cf;
}

.submit{
cursor: pointer;
width: 91px;
height: 34px;
text-indent: -9999em;
background: url(/images/submit-btnv2.png) bottom no-repeat;
}

.submit:hover{
cursor: pointer;
width: 91px;
height: 34px;
text-indent: -9999em;
background: url(/images/submit-btnv2.png) top no-repeat;
}

