/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 25 2022 | 10:33:31 */

#form_pop_up {
margin: 5px;
padding: 10px;
background: #B3AFAF;
font-family: Georgia, «Times New Roman», Times, serif;
color: #000;
}
#form_pop_up p{
margin:5px;
}
#form_pop_up textarea {
border: 3px double #000;
}
#form_pop_up input{
border: 3px double #000;
}
.name-cf {
float:left;
padding: 2px;
}
.name-cf input {
width: 270px;
}
.thems-cf input {
width: 100%;
}
.clear-cf {
clear: both;
}
.text-cf textarea {
width: 100%;
}
.submit-cf {
width: 200px; /*ширина блока*/
height: 25px; /*высота*/
margin: 0 auto; /* Отступ слева и справа */
}
.submit-cf input {
width: 200px;
background:#96B195;
}