@charset "utf-8";
form .left { width:413px; min-height:184px; padding:0 90px 0 0; margin:0 20px 0 0; background:url(images/decor-left.png) right center no-repeat; position:relative; }

form .right { width:370px; position:relative; }

form table { width:90%; position:relative; font-size:1.1em; overflow:hidden; }
form table td { padding:2px 0; }
form table td.label { width:40%; }
form input.info, form select.info { width:95%; background:#5c5b56; border:1px solid #b2af9c; color:#fff; padding:1px 2px; height:17px; }
form select.info { width:97%; height:21px; }

form table.type { margin-top:-10px; }
form table.type td.typeTitle { font-size:1.3em; padding:0 0 10px 2px; }
form table.type td { padding:3px 0; }
form table.type td.label { padding:0 5px; width:15%; }
form table.type td input { width:90%; height:15px; border:1px solid #5c5b56; text-align:center; }

form .btns { text-align:center; padding:25px 0 0 0; }
form input.btn { width:155px !important; padding:10px 0; margin-right:5px; text-align:center; overflow:visible; line-height:1; border:none; background:#6f6d5f; color:#fff; font-size:1.2em; font-weight:700; text-transform:uppercase;
	cursor:pointer; display:inline-block; zoom:1; *display:inline; }
form input.btn:hover { background:#dfb75e; }

.error { font-size:.9em; font-style:italic; color:#f66 !important; }