/* стили для фрейма с контактной формой */
.contact_opt 
{
font-size: 14px;
color: #2e3a47;
font-family: 'Open Sans', sans-serif;
}

input
{
height:30px;
width:220px;
padding:5px 8px;
}

.contact-action-button
{
font-family:Arial; font-size:0.9em; font-weight:bold; color:#fff; text-decoration:none;
float:left; margin:0; padding:6px 10px 7px 10px; background-color: #5da000;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
text-shadow:1px 1px 0 #5fa300;
border:none;
overflow:visible;
text-align:center;
margin-bottom:5px;
line-height:120%;
}