#auth-form-wrap{
    width: 680px;
}

#auth-form-wrap #auth-head-navigation
{
    position: relative;
    width: 100%;
    display: block;
    /*border-bottom: 1px solid #777777;*/
    overflow: auto;
    /*margin-bottom: 10px;*/
}

#auth-form-wrap #auth-head-navigation > li.navfooter
{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #777777;
    display: block;
    overflow: auto;
    z-index: 10;
}

#auth-form-wrap #auth-head-navigation > li.tab{
    position: relative;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    height: 18px;
    line-height: 18px;
    font-weight: normal;
    background: #f32222;
    margin-right: 5px;
    padding: 5px 10px;
    border-radius: 4px 4px 0px 0px;
    border-left: 1px solid #777777;
    border-right: 1px solid #777777;
    border-top: 1px solid #777777;
    border-bottom: 1px solid #777777;
    z-index: 100;
    cursor: pointer;
}

#auth-form-wrap #auth-head-navigation > li.tab.active,
#auth-form-wrap #auth-head-navigation > li.tab:hover.active{
    background: #dbdbdb;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(#eeeeee,#eeeeee);
    background: -moz-linear-gradient(#eeeeee,#eeeeee);
    background: -o-linear-gradient(#eeeeee,#eeeeee);
    background: linear-gradient(#eeeeee,#eeeeee);
    border-bottom: 1px solid #eeeeee;
    color: #777777;
}


#auth-form-wrap #auth-head-navigation > li.tab.navigation-recover{
    float: right;
    margin-right: 0px;
}

#auth-form-wrap .item .item-content-wrap{
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    overflow: auto;
}

#auth-form-wrap #auth-form-signup.item .item-content-wrap,
#auth-form-wrap #auth-form-login.item .item-content-wrap{
    min-height: 270px;
}

#auth-form-wrap .item .item-head,
#auth-form-wrap .item .item-sub-head{
    padding: 5px 10px;
    background: #dbdbdb;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
    background-image: -webkit-linear-gradient(#eeeeee,#cccccc);
    background-image: -moz-linear-gradient(#eeeeee,#cccccc);
    background-image: -o-linear-gradient(#eeeeee,#cccccc);
    background-image: linear-gradient(#eeeeee,#cccccc);
    font-size: 20px;
    text-transform: uppercase;
    color: #777;
    height: 25px;
    line-height: 25px;
    font-weight: normal;
    text-align: left;
}


#auth-form-wrap .item .item-form-wrap,
#auth-form-wrap .item .item-info-wrap{
    width: 323px;
    float: left;
    overflow: auto;
}

#auth-form-wrap .item .item-info-text{
    font-size: 10px;
}

#auth-form-wrap .item .item-form-wrap{

}

#auth-form-wrap .item .item-info-wrap{
	overflow: visible;
	width: 318px;
	float: right;
	height: 270px;
	padding-left: 10px;
	border-left: 1px solid #ccc;
}

#auth-form-wrap .item .item-info-wrap h3{
    font-weight: bold;
    margin-bottom: 10px;
}

#auth-form-wrap .item .item-info-wrap h3.error{
    color: #F32222;
}

#auth-form-wrap .item .item-info-wrap-pin-protected h3{
  font-size: 24px;
	padding-left: 30px;
	margin: 20px 0 23px;
	background: url(../../img/registrationFreeIcon.png) 0 2px no-repeat;
}

#auth-form-wrap .item .item-info-wrap-pin-protected p {
  font-size: 14px;
	line-height: 20px;
}

/*#auth-form-wrap .item .item-info-wrap ul{*/
    /*padding: 10px 0px*/
/*}*/

/*#auth-form-wrap .item .item-info-wrap ul > li{*/
    /*list-style-type: square;*/
    /*list-style-position: inside;*/
/*}*/

#auth-form-wrap .item .item-form-wrap .item-form-item-wrap{
    margin-bottom: 10px;
    overflow: auto;
}

#auth-form-wrap .item .item-form-wrap .item-form-item-item{
    float: left;
    width: 200px;
}

#auth-form-wrap .item .item-form-wrap label{
    width: 110px;
    display: block;
    font-weight: bold;
    float: left;
}

#auth-form-wrap .item .item-form-wrap label::after{
}

#auth-form-wrap .item .item-form-wrap input[type=radio],
#auth-form-wrap .item .item-form-wrap input[type=checkbox]{
    margin-right: 5px;
}

#auth-form-wrap .item .item-form-wrap input[type=text],
#auth-form-wrap .item .item-form-wrap input[type=password]{
    width: 100%;
    display: inline-block;
}

#auth-form-wrap .button{
    font-weight: bold;
    text-align: center;
    padding: 0px;
    border: 0px;
    color: #fff;
    display: -moz-inline-stack;
    display: inline-block;
    text-align: center;
    zoom: 1;
    border-radius: 3px;
    margin-top: 1px;
    text-decoration: none;
}

#auth-form-wrap .button.green{
    background-color: #00B900;
}

#auth-form-wrap .button.red{
    background-color: #F32222;
}

#auth-form-wrap .button.grey{
    background-color: #cccccc;
    color: #777;
}

#auth-form-wrap .button.tiny{
    width: 135px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
}

#auth-form-wrap .button.small{
    width: 135px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

#auth-form-wrap .button {text-indent:0;}

#auth-form-wrap .floatRight{
    float:right;
}

#auth-form-wrap .floatLeft{
    float:left;
}

.msgBoxOverLay{
    display: none;
}

.msgBoxWrap{
    width:300px;
    background-color: #fff;
    text-align: center;
    padding: 0 0 15px;
    overflow: hidden;
}

.msgBoxWrap .msgBoxTitle{
    padding:15px;
    font-size:14px;
    font-weight:bold;
    text-align: center;
}

.msgBoxWrap .msgBoxMsg{
    text-align: center;
    padding: 0 15px 15px;
}

.msgBoxWrap .msgBoxCloseBtn{
    width:80%;
}

.tosNotConfirmed{
    color:#f00;
}

#adFreePopup{position:fixed; width:100%; height:100%; top:0; left:0; z-index:10000;}

#adFreePopupOverlay{position:absolute;width:100%;height:100%;top:0;left:0; background: rgb(0, 0, 0) transparent;
    background: rgba(0, 0, 0, 0.5); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000)";}

#adFreePopupContent{position:relative;margin:auto;background-color:#eaeaea;z-index:10000;
    -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; padding:10px;
    box-shadow: 0px 2px 0px -1px rgba(0, 0, 0, 0.1);-moz-box-shadow:0px 2px 0px -1px rgba(0, 0, 0, 0.1); -webkit-box-shadow:0px 2px 0px -1px rgba(0, 0, 0, 0.1);}

#adFreePopupContent *{font-family: Arial, sans-serif;text-align:left;}
#adFreePopupContent p{margin: 30px 0;text-align:justify; width:70%;float:right;font-size: 12px;}

#adFreePopupMessage{overflow:hidden;}
#adFreePopupMessage img{ margin-top:20px}

#adFreePopupClose {text-align:right;position:relative;}
#adFreePopupClose img{position:absolute; top:-20px; right:-20px; cursor: pointer;}

.adFreePopupLinkRight{float:right; background-color:#14a109; margin-left:10px; font-size:16px;
-moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; padding: 5px; text-decoration:none; color:#fff;}

.adFreePopupLinkRight:hover{background-color:#16b150;}
.adFreePopupLinkLeft{float:left;color:#686868;padding: 5px 0;line-height:24px;}

.adFreePopupSize0{height:140px;width:350px;}
.adFreePopupSize1{height:170px;width:350px;}

/*.batch__new:after{*/
    /*content:'NEW';*/
    /*background-color: #f00;*/
    /*position: absolute;*/
    /*right: 5px;*/
    /*top: -3px;*/
    /*display: block;*/
    /*font-size: 10px;*/
    /*color: #FFFFFF;*/
    /*padding: 0px 2px;*/
/*}*/

.batch__new{
    position:relative;
}


/* amateur subscription proposal */
#subscription-amateur-proposal-form{
    width: 500px;
}

#subscription-amateur-proposal-form .item{
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    width: 245px;
    float: left;
    margin: 0px 0px 10px 0px;
    position: relative;
}

#subscription-amateur-proposal-form .item.even{
    margin: 0px 10px 10px 0px;
}

#subscription-amateur-proposal-form input[type=checkbox]{
    border: 1px solid #cccccc;
    margin-right: 5px;
    display: inline;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}

#subscription-amateur-proposal-form .item img{
    display: inline;
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 5px;
    margin-left: 20px;
}

#subscription-amateur-proposal-form .item span{
    float: left;
    font-size: 11px;
}

#subscription-amateur-proposal-form .head{
    padding: 5px 10px;
    background: #dbdbdb;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
    background-image: -webkit-linear-gradient(#eeeeee,#cccccc);
    background-image: -moz-linear-gradient(#eeeeee,#cccccc);
    background-image: -o-linear-gradient(#eeeeee,#cccccc);
    background-image: linear-gradient(#eeeeee,#cccccc);
    font-size: 20px;
    text-transform: uppercase;
    color: #777;
    height: 25px;
    line-height: 25px;
    font-weight: normal;
    text-align: left;
    margin-bottom: 10px;
}

#subscription-amateur-proposal-form .foot .subscribe-button{
    float: right;
}

#subscription-amateur-proposal-form .foot .info-wrap{
    float: left;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}

#subscription-amateur-proposal-form .foot .info-wrap .error{
    color:#f00;
}

#subscription-amateur-proposal-form .foot .info-wrap .confirm{
    color:#14a109;
}

.Card__user {
    height:18px;
}

.ico-cam-g-txt {background:url(../../img/brand_book/cam_online.png) 0 0px no-repeat; height:13px; overflow:hidden; padding:2px 0 0 15px;}

.xstartcam {
    background: url(../../ximg/start_my_cam_v2.png) no-repeat center right;
}
#profileLivecamstatusButton {
background-color: rgb(57, 181, 48); color: rgb(255, 255, 255); font-family: arial narrow,arial; font-stretch: condensed; font-weight: normal; text-align: center; float: left; display: block; margin-top: 1px; height: 16px; line-height: 16px; font-size: 15px; width: 100%;
}
#profileLivecamstatusButton:hover {
    background-color:rgb(37, 137,20);
}