﻿/*reg&login form*/
/*login*/
.login-form {width: 210px;
    margin: 0 auto;
    position:relative;
    top: 20px;
}

.form-container {
    background-color: #FFFFCE;
    width: 366px;
    height: 230px;
    border-left: 2px solid #e2d183;
    border-bottom: 2px solid #e2d183;
    border-top: 2px solid #f3e49e;
    border-right: 2px solid #f3e49e;
}

.form-container h2{
    color: #cc0000;
    padding: 20px 0 0 20px;
    font-weight: bold;
    font-size: 18px;
}

.login-form .fieldname label {font:13px Arial, Helvetica, sans-serif; font-weight: bold;}
.login-form .field {height: 34px; 
	float:right; 
	left:60px;
	position:relative}
.login-form .field input {
    width:190px;
    height:22px}
.login-form .fieldname { clear: both;
    float: left;
    position: relative;
    right: 63px;
    text-align: left;
    width: 112px;}
#login_btn {background: url(../img/form/login_btn.png) center  no-repeat;
    width: 143px;
    height: 50px;
    margin: 5px 0 10px 60px;
    cursor: pointer;
    border: 0;
    text-indent:-9999px !important;
    color:#fff

}
.forgot { clear:both;
color:#000;
}
.forgot a {color:#071689}

/*end login*/
/*regform*/
.wrap-form {
    background:#FFF;
    width:360px;
    height: 520px;
    float:right;
    margin:12px 59px 0 0;
    _margin:12px 27px 0 0;
    position:relative;
}

.registration-form {
    width: 360px;
    left: 0;
    zoom: 1;
    z-index: 1;
    position: absolute;
}

.form-header {
    background: url(../img/newlogo.png) no-repeat;
    height: 103px;
    margin: 25px 0 0 28px;
    text-indent: -7777px;
    width: 289px;
}

.form-slogan {
    background:url(../img/form/slogan.gif) 0 0 no-repeat;
    width:360px;
    height:54px;
    text-indent:-7777px;
    margin: 22px 0 0 0;
}

/*regform fields*/

.form-content {
    width: 315px;
    height: 352px;
    margin:0 auto;
    position: relative;
}

.registration-form .form-fields {
    margin: 10px 0;
    height: 100px;
    width: 270px;
}

input, select {
    border: 1px solid #ABADB3 #E2E3EA #E2E3EA #ABADB3;
    background: #EEEEEF;
    height: 20px;
    width: 193px;
    margin: 7px 0 0 0;
}

select {
    vertical-align: middle;
    height: 26px;
    width: 198px;
    border-left: 2px solid #999;
    border-top: 2px solid #999;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.form-fields select.field {
    height: 26px;
}

.field {
    width: 201px;
    height: 40px;
    margin-bottom: 4px;
    position:relative;
    left: 113px;
    bottom: 25px;

}

.fieldname {
    position: relative;
    width: 112px;
    clear: both;
    text-align: left;
    float: left;
    right: 0px;

}
.fieldname label {
    margin: 7px 8px 0 0;
    display:block;
    font: 13px Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: bold;
    width: 104px;
}

.registration-form .form-fields .day {
    width: 42px;
    margin-right: 3px;
    padding: 2px 0 2px 0;
}

.fields select {
    padding: 4px !important;
}

.registration-form .form-fields .month {
    width: 96px;
    margin-right: 3px;
    padding: 2px 0 2px 0;
}

.registration-form .form-fields .year {
    width: 56px;
    padding: 2px 0 2px 0;
}

/*reg&login errors*/
.registration-form .unknown-error,
.login-form .unknown-error{
  display: none;
}
.registration-form .invalid .unknown-error,
.login-form .invalid .unknown-error {



    display: block;
}

.invalid div.validator {
    display: block;
}
.field .message {
    display: none;
}
.registration-form [class*=invalid-] .exists {
    display: none;}


.invalid-required .required,
.invalid-correctness .correctness,
.invalid-pattern .pattern,
.invalid .exists {
    background:url(../img/err-icon.gif) 0 5px no-repeat;
    padding: 4px 10px 0 19px;
    white-space: nowrap;
    font-size: 11px;
    line-height: 11px;
    display: block;
	color:#000
}
.login-form .validator-wrapper {
    position: absolute;
    left: 210px;
    top: 5px;
    z-index:1;
}

.validator-wrapper {
    position: absolute;
    left: 210px;
    top: 30px;
    z-index:1;
}

.validator {
    width: 100%;
    display: none;
}
.validator .shadow {
    width: 100%;
    height: 20px;
    position: absolute;
    margin-top: 3px;
    background-color: black;
    -moz-border-radius: 0px 2px 2px 0px;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    filter: alpha(opacity=30);

}
.validator .content-container {
    position: relative;
    height: 20px;
    background-color: #FFFED8;
    border-radius: 0px 2px 2px 0px;
    -moz-border-radius: 0px 2px 2px 0px;
    -webkit-border-radius: 0px 2px 2px 0px;
}

.validator .shadow .shadow-arrow {
    position: absolute;
    top: 0;
    left: -20px;
    width: 0;
    height: 0;
    border-right: 10px solid black;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    _border: 0;
}


.validator-wrapper .arrow {
    position: absolute;
    top: 0;
    left: -20px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #FFFED8;
    _border: 0;
    _width: 20px;
    _height: 20px;
}
/*end reg&login errors*/
/*end regform fields*/

.conditions {
    margin-bottom: 15px;
    margin-top: 40px;
    clear: both;
    font: 12px/16px Arial,sans-serif;
    color: black;
    text-align: center;

}
.conditions a {color:#071689}
.wrap-form .login {
    color:#010101;
    text-align:center;
    font-size:13px;
    margin:15px 0 0;
}

.wrap-form .login a {
    color:#001f55;
    font-weight:bold;
}

.wrap-form .security {
    text-align:center;
    margin:15px 0 0 0;
}
#submit_button {
    background: url(../img/form/btn_inact.gif);
    width: 201px;
    height: 46px;
    border: 0;
    margin: 10px 2px 0 2px;
    cursor:pointer
}
.satellizer-ready #submit_button {background: url(../img/form/btn.gif);}

/*field placeholders*/
input.placeholder{
    color:#ccc !important;
}
input::-webkit-input-placeholder {
    color:    #ccc;
}
input:-moz-placeholder {
    color:    #ccc;
}
input:-ms-input-placeholder {
    color:    #ccc;
}


