 a {
    color: #065684;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

.Login {
    width: 390px;
    padding: 0 40px;
}
.Login h2 {
    background: url(../images/title-login.png) 50% 0 no-repeat;
    width: 229px;
    height: 46px;
    position: relative;
    margin: 17px auto 18px;
    text-indent: -9999px;
}
.Login form {
    padding-bottom: 3px;
}

.Login .Question {
    margin-top: 12px;
}

.Login label {
    display: block;
    float: left;
    width: 70px;
    line-height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #88775b;
}

form fieldset .BoxInput {
    float: left;
    overflow: hidden;
    width: 270px;
	margin-left: 18px;
}
form fieldset input {
	background-color: #040100;
	color: #88775b;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 23px;
    margin: 0 0 8px;
    padding: 0px 10px;
    width: 170px;
	border: 1px solid #272120;
}
form fieldset input:last-child {
    margin-bottom: 0px;
}
.Login ul {
    margin: 0px 0 0 0px;
}
a.ForgotPassword {
    display: block;
    width: 148px;
    height: 24px;
    margin: 0 0 16px 90px;
    color: #88775b;
}
a.ForgotPassword:hover {
    color: #db7d17;
	text-decoration: underline;
}
.Send {
    background: url(../images/bt-vaogame.jpg) no-repeat;
    border: medium none;
    float: left;
    width: 80px;
    height: 72px;
    margin: 0 0 0 0px;
    padding: 0;
    text-indent: -9999px;
    cursor: pointer;
}
.Send:hover{
    background-position: 0 -72px;
}  
p.Notice {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #88775b;
    text-align: center;
    margin: 57px 0 14px 0;
}
p.Error {
    margin-bottom: 10px;
    color: #cb5000;
	padding-left: 16px;
    text-align: center;
}

/* tabs */

.BlockRegister {
    padding: 70px 0 0 0;
}
ul.Register li {
    width: 100%;
}
ul.Register li label {
    float: left;
    font-size: 18px;
    font-weight: normal;
    padding: 3px 5px 0 0;
    text-align: left;
    width: 180px;
}

.Register  a {
    color: #3a3f46;
    text-decoration: underline;
}
.Register a:hover {
    text-decoration: none;
}

ul.Register li .Check a:link, ul.Register li .Check a:visited {
    color: #3A3F46;
    font-weight: bold;
    text-decoration: none;
}
ul.Register li .Check a:hover {
    color: #3A3F46;
    text-decoration: underline;
}

ul.Register li .TextBox {
    
    float: left;
    
}
ul.Register li .Capchar {
    float: left;
    width: 194px;
}

ul.Register  .Agree {
    margin-left: 180px;
    clear: both;

}
ul.Register  .InputAgree {
    float: left;
    
    width: 20px;
    height: 25px;
}

.BtReg {
    background: url(../images/btn-dkn.jpg) no-repeat ;
    display: block;
    width: 212px;
    height: 70px;
    position: relative;
    margin: 0 auto;
    text-indent: -9999px;
}
.BtReg:hover {
    background-position: 0 -70px;
}

a.QuickRegTitle:link, a.QuickRegTitle:visited {
    background-position: -335px 0;
    height: 76px;
    width: 335px;
}
a.LoginTitle:link, a.LoginTitle:visited {
    background-position: 0px -76px;
    height: 76px;
    width: 335px;
}

 

/*END. tabs */

/* tabQuickReg */

div#tabQuickReg {
    display: none;
    float: none;
    padding-left: 0px;
}
div#tabQuickReg .Question {
  color: #FFFFFF;
  margin-left: 53px;
  margin-top: 23px;
  word-wrap: normal;
  float: left;
  min-width: 400px;
}

/*END. tabQuickReg */
