/* //// Форма отправки с Контакты //// */

form {
margin: 0px;
}

#search_form table {
width: 200px;
}

/*
#search_form #caption {
width: 200px;
height: 30px;
background-image: url(datas/menu_button.png);
background-position: 5px 0px;
background-repeat: no-repeat;
}
*/

#search_form_big #find {
width: 350px;
}

#search_form #find {
width: 133px;
height: 23px;
/*
font-family: Times New Roman, tahoma, Arial, Helvetica, sans-serif;
*/
font-size: 14px;
}

form #cname, #mail, #time, #phone, #id, #index, #name, #surname, #firstname, #secondname,
#work, #school, #address, #nick, #akvarium, #atime, #fish {
width: 700px;
/*
font-family: Times New Roman, tahoma, Arial, Helvetica, sans-serif;
*/
font-size: 15px;
}

form #length, #width, #height {
width: 130px;
}

form #aquaform, #cover, #light, #base {
width: 130px;
}

form #spec_td {
width: 150px;
}

#zakaz {
margin: 0px;
}

#zakaz table td {
padding: 0px;
/*
font-size: 14px;
*/
/*
color: #0088BB;
*/
text-align: left;
}

form #birth_day, #birth_month, #birth_year {
width: 60px;
/*
font-family: Times New Roman, tahoma, Arial, Helvetica, sans-serif;
*/
font-size: 15px;
}

form #post {
width: 300px;
height: 150px;
/*
font-family: Times New Roman, tahoma, Arial, Helvetica, sans-serif;
*/
font-size: 15px;
}

form #acode {
width: 65px;
}

#code_img {
height: 26px;
border-radius: 4px;
}

form img {
border: #000 0px solid !important;
}

.send_author_tab td {
text-align: left;
}

#mess {
width: 300px;
height: 150px;
min-width: 300px;
max-width: 300px;
}

#note {
width: 700px;
height: 150px;
min-height: 150px;
min-width: 700px;
max-width: 700px;
}

.send_author_tab #from {
width: 300px;
}

form .send_butt {
/*
width: 100px;
height: 21px;
*/
/*
font-family: Times New Roman, tahoma, Arial, Helvetica, sans-serif;
*/
font-size: 16px;
}

.red_text {
color: red;
}

form .red_text {
color: red;
}

#search_fast #find_fast {
width: 200px;
border: silver 3px solid;
}

#search_form_big #find {
border: silver 3px solid;
}

input[type="text"],
textarea {
margin: 0; /* Safari by default adds a margin */
padding: 4px;
border: 1px solid #A7A6AA;
border-radius: 4px;
/*
box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1);
-moz-box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1);
-webkit-box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1);
-o-box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1);
*/
box-shadow: inset 0 0 2px 1px #EEE;
}

input[type="text"]:focus,
input.button:focus,
textarea:focus {
border-color: #005EB9;
/*
box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
-moz-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
-webkit-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
-o-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
*/
outline: none;
box-shadow: 0 0 5px 2px #007ED9;
}
