/* By haimz.net */

div#signmain { color: #000; background: url('../img/sign_bg.png') no-repeat bottom center; width: 917px; padding-bottom: 300px; margin: 0px auto; }
div#register { float: right; width: 411px; height: 371px; padding: 100px 10px 0px; font-size: 17px; background: url('../img/sign_register.png') no-repeat bottom center; }
div#signmain table { width: 100%; }
div#signmain table td { padding-top: 7px; width: 210px; }

div#signmain input { font-family: Carmela;}
div#signmain input[type=text], div#signmain input[type=password] { outline: 0; width: 176px; padding: 10px; border-radius: 5px; border: 0px; color: black; }
div#signmain select { outline: 0; width: 196px; padding: 10px 0; border-radius: 5px; border: 0px; color: black; }
div#signmain a, div#signmain a:visited { color: #333; font-weight: bold; text-decoration: underline; }
div#signmain a:hover { color: black !important; font-weight: bold; text-decoration: underline; }
div#signmain input[type=checkbox] { cursor: pointer; }
div#signin_block { width: 408px; height: 171px; padding: 100px 5px 0px; font-size: 17px; background: url('../img/sign_in.png') no-repeat bottom center; }
div#why_register { margin-top: 20px; width: 419px; height: 383px; background: url('../img/sign.png') no-repeat bottom center; }
div#signin { width: 419px; float: left; }
div#signin_block .orange-msg { margin-top: 13px; font-size: 19px; }

.inp { outline: 0; border: 0; background: #e0e0e0; color: black; font-family: Carmela; padding: 10px; width:350px; border-radius: 10px; }
.inp:focus { background: #d0d0d0; }
.taken { position: absolute; margin-right: 150px; width: 45px; text-align: center; color: white; background: red; border-radius: 5px }
.not-taken { position: absolute; margin-right: 150px; width: 45px; text-align: center; color: black; background: #95e720; border-radius: 5px }
.orange_btn { border: 0px; background:#fe7318; border-radius: 8px; padding: 10px 20px; color: white; font-weight: bold; font-size: 27px; border-bottom: 6px solid #81690d; }
.orange_btn:hover { background: #df5800; }
.center { text-align: center; }
.orange-msg { background: #ff7214; color: white; font-size: 23px; font-weight: bold; text-align:center; border-radius: 6px; padding: 5px; margin-top: 23px; }
.block { font-size: 18px; text-align:center; color: black; border-bottom: 3px solid #D8D8D8; border-radius: 8px; padding: 10px; background: #FFF; }
.block_title { text-align:center; font-size: 35px; color: black; padding-bottom: 5px; }