@charset "utf-8";
/* CSS Document */
form,input,select,textarea {padding: 5px;font-size: 16px;color: #2a2a2a;}
select:disabled {color: #e3e3e3;}
div.box {width: 580px;background: #ebe4ca;position: relative;border: 1px solid #d3ccb6;margin-left: auto;margin-right: auto;border-color: #666151;}
div.box h1 {color: #2a2a2a;font-size: 24px;padding: 20px;border-bottom: 2px dashed #ffffff;margin-bottom: 10px;font-style: italic;text-align: center;}
div.box label {width: 185px;float: left;display: block;background: #ebe4ca;color: #514700;font-size: 16px;text-align: right;margin: 5px 10px 0 10px;}
div.box input {width: 320px;background: #fef8e0;border-color: 1px #af7110;padding: 5px 0 5px 0;margin: 2px 0 20px 10px;}
div.box select {background: #fef8e0;width: 322px;margin: 2px 0 20px 10px;}
div.box .txtform {text-align: center;font-size: 16px;margin: 10px 30px 20px 10px;font-weight: bold;font-style: italic;}
div.box textarea {width: 312px;height: 150px;background: #fef8e0;overflow: hidden;margin: 5px 0 20px 10px;}
div.box .button {background: #f7c625;border-bottom-color: 1px;border: 1px dashed #000;}
p.error {color: #e41e0e;font-size: 14px;font-style: italic;margin-left: 220px;margin-bottom: 10px;}
p.descript {color: #494a51;font-size: 14px;font-style: italic;margin-left: 220px;margin-bottom: 5px;}
p#summa {border-top: 2px dashed #ffffff;border-bottom: 2px dashed #ffffff;padding: 15px 0 25px;width: 100%;font-size: 18px;text-align: center;}
#submit {width: 157px;height: 39px;border: none;text-indent: -10000px;background: url(/images/button-send.png);}
#submit:hover {cursor: pointer;background-position: 0px -39px;}
