form {
float: left;
}

input.input_text {
font: bold 8pt tahoma;
color: #391a24;
border: solid 1px;
width: 98%;
background: #f9dee7;
}

input.input_captcha {
font: bold 8pt tahoma;
color: #391a24;
border: solid 1px;
width: 50px;
margin-left: 7px;
background: #f9dee7;
text-align: center;
}

input.as {
background: #f9dee7;
}

input.button {
font: 8pt verdana;
color: #fdbbcf;
width: 100px;
height: 25px;
border: solid #ffffff 0px;
background: url('/images/button.jpg') center top no-repeat;
outline: none;
}

input.button[class] {
padding-bottom: 4px;
}

textarea.area {
font: bold 8pt tahoma;
color: #391a24;
border: solid 1px;
width: 98%;
height: 100px;
background: #f9dee7;
}

form.contact_form {
width: 100%;
margin: 0px;
}

textarea.input_multy_text {
width: 201px;
height: 100px;
font: bold 8pt tahoma;
color: #391a24;
border: solid 1px;
background: #f9dee7;
padding: 5px;
}