/* 
    Document   : registration
    Created on : 22.06.2010, 12:15:53
    Author     : Traian Bratucu
    Description:
        Styles for the registration page.
*/

#register-form
{
  margin: 20px auto;
  width: 800px;
  color: #5D5D5D;
  text-align: right;
}

#register-form .rc-t
{
  background: url(../images/signin_corners.gif) repeat-x 0px -16px;
  height: 4px;
}

#register-form .rc-t .rc-tl
{
  float: left;
  height: 4px;
  width: 5px;
  background: url(../images/signin_corners.gif) no-repeat 0px 0px;
}

#register-form .rc-t .rc-tr
{
  float: right;
  background: url(../images/signin_corners.gif) no-repeat 0 -8px;
  height: 4px;
  width: 5px;
}

#register-form .rc-bd
{
  border-left: solid 1px #d7d7d7;
  border-right: solid 1px #d7d7d7;
  background-color: #f5f5f5;
  padding: 21px 20px 11px 30px;
}

#register-form .rc-b
{
  background: url(../images/signin_corners.gif) repeat-x 0px -20px;
  height: 4px;
}

#register-form .rc-b .rc-bl
{
  float: left;
  height: 4px;
  width: 5px;
  background: url(../images/signin_corners.gif) no-repeat 0px -4px;
}

#register-form .rc-b .rc-br
{
  float: right;
  background: url(../images/signin_corners.gif) no-repeat 0px -12px;
  height: 4px;
  width: 5px;
}

#register-left
{
  width: 380px;
  float: left;
  text-align: left;
}

#register-right
{
  float: left;
  text-align: left;
}

.reg_row
{
  margin-top: 10px;
}

.reg_row img
{
  float: left;
  width: 70px;
  height: 22px;
}

.regcode
{
  margin-left: 10px;
  width: 120px !important;
}

.reg_row label
{
  width: 150px;
  float: left;
  font-weight: bold;
}

.reg_row input, .reg_row textarea
{
  float: left;
  width: 200px;
  border-top: 1px solid #D7D7D7;
  border-right: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
  border-left: 1px solid #D7D7D7;
}

.reg_row select
{
  float: left;
  width: 202px;
  border-top: 1px solid #D7D7D7;
  border-right: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
  border-left: 1px solid #D7D7D7;
}

.reg_cont
{
  color: #000;
  border-bottom: 1px solid #BBB;
  font-size: 16px;
  margin-top: 10px;
}

#register-error
{
  text-align: left;
  background: #FFFFDD url(../images/warning_icon.gif) no-repeat scroll 10px 10px;
  border: 1px solid #F2C217;
  color: #a80000;
  font-weight: bold;
  padding: 10px 10px 10px 40px;
  margin-bottom: 15px;
  font-size: 11px;
}

.error-box
{
  float: left;
  width: 240px;
  margin: 5px 5px 0px 0px;
}

.error-box span
{
  display: block;
  float: left;
  width: 90px;
  margin-right: 10px;
  color: #000;
}
