@import "texts.css";

#contactsForm{
padding-top: 10px;
}
#contactsForm .error{padding-left: 15px;}
#contactsForm input, #contactsForm textarea {
width: 423px; 
padding: 4px 0; 
margin-top: 1px;
border-left: 1px solid #666666;
border-top: 1px solid #666666;
border-right: 1px solid #B2B2B2;
border-bottom: 1px solid #B2B2B2;
}
#contactsForm input.invalid, #contactsForm textarea.invalid {
background:#f9cbd6;
}
#contactsForm textarea{ height: 113px;}
#contactsForm input.imgInput {width:auto; height: auto; border: none;} 
#contactsForm span {color: #EE2251;}
#contactsForm label {display: block;}
#contactsForm label.grayLabel {color: #707070}