@import url(basic.css);

/* layout */
#body { overflow: auto; padding-bottom: 130px;  }

#send-comment form { padding: 20px 10px; border: 1px dashed #68644e; border-width: 1px 0; }
#send-comment ul { overflow: hidden; height: 1%; }
#send-comment li { width: 465px; margin: 5px 0; float: left; clear: left; }
#send-comment label { width: 180px; margin-right: 5px; float: left; }
#send-comment input.text, #send-comment textarea { width: 270px; height: 23px; padding: 2px; float: right; }
#send-comment input, #send-comment textarea { border: 2px dashed #e4e4e4; }
#send-comment textarea { height: 87px; }
#captcha { clear: left; }
#captcha input.text { height: 18px; padding: 3px; }
#submit { float: right; }

#send-letter, #call{ padding-left: 70px; margin: 20px 100px 0 20px; float: left; }

#call { height: 60px; }
#call * { margin: 0; }

/* color */
#send-comment label { color: #68644e; }
#send-comment input { background-color: white; }
#captcha label { color: black; }

#send-letter { background: transparent url(../images/contact/mail_icon.png) no-repeat scroll center left; }
#call { background: transparent url(../images/contact/phone_icon.png) no-repeat scroll center left; }

/* type */
#send-comment label { font-size: 18px; text-align: right; line-height: 27px; }
#send-comment input, #send-comment textarea { font-size: 18px; }
#captcha label { font-size: 14px; font-weight: bold; }
#captcha input.text { font-size: 14px; font-weight: bold; }
#submit { font-size: 14px; text-transform: uppercase; font-weight: normal; }

#send-letter, #call { line-height: 25px; }
#send-letter address { font-style: normal; }
