#callback-this label{
	color:black;
}
.callback_content{
	width:372px;
	text-align:justify;
	margin:23px auto 10px auto;
	font-size: 14px;
}
.callback_title{
	font:bold 24px arial;
	padding:17px 0 0 0;
	text-align:center;

}
#callback-this {
	margin:20px auto;
	width:100%;
	text-align:center;
}
#callback-this #inside{
	margin:0;
	width:420px;
}
#callback-this .call-text{
	font:bold 14px arial;
	color:black;
	width:164px;
	text-align:right;
	float:left;
	padding:5px 0 20px 0;
}
#callback-this .call-inputs{
	text-align:left;
	padding-left:5px;
	float:right;
	width:240px;
	padding:0 0 18px 0;
}
#callback-this .call-inputs input{
	margin: 2px 0 0 0;
}
#callback-this .call-inputs input:focus{
	outline:rgb(183, 231,255) solid 1px;
	border:rgb(172, 209,228) solid 1px;
}
#callback-this .call-sub{
	width:144px;
	height:30px;
	background:url(../img/popup/enter.png) transparent repeat-x;
	vertical-align:middle;
	line-height:30px;
	text-align:center;
	margin:0px 0 0 0;
	display: block;
}
#callback-this .call-sub:hover{
	width:144px;
	height:30px;
	background:url(../img/popup/enter-hover.png) transparent repeat-x;
	cursor:pointer;
}
#callback-this .call-sub span{
	font:bold 14px arial;
	color:white;
}
#callback-this .dlgftext{
	font:normal 14px arial;
}
#callback-this input{
	height:22px;
	width:208px;
}
#callback-this #dlgf_phone{
	width:144px
}
#callback-this .errors{
	padding:0;
	margin:0;
	color:rgb(255,0,0);
	font:normal 12px arial;
	overflow:hidden;
	text-align:left;
	padding-left:170px;
}
#callback-this .dlgline1{
	clear:both;
}
/*
#callback-this label{
	color:black;
}
.callback_content{
	width:330px;
	text-align:justify;
	margin:10px 0;
	padding-bottom: 10px;
}
.callback_title{
	font:bold 24px arial;
	padding:17px 0 0 0;
	text-align:left;
}
#callback-this {
	margin:10px 0;
	width:350px;
	text-align:center;
}
#callback-this #inside{
	margin:0;
	width:350px;
}
#callback-this .call-text{
	font:bold 14px arial;
	color:black;
	padding:0;
	text-align: left;
}
#callback-this .call-inputs{
	text-align:left;
	padding-left:5px;
	width:250px;
	padding:0 0 10px 0;
}
#callback-this .call-inputs input{
	margin: 2px 0 0 0;
}
#callback-this .call-inputs input:focus{
	outline:rgb(183, 231,255) solid 1px;
	border:rgb(172, 209,228) solid 1px;
}
#callback-this .call-sub{
	width:144px;
	height:30px;
	background:url(../img/popup/enter.png) transparent repeat-x;
	vertical-align:middle;
	line-height:30px;
	text-align:center;
	margin:10px 0 0 0;
	display: block;
}
#callback-this .call-sub:hover{
	width:144px;
	height:30px;
	background:url(../img/popup/enter-hover.png) transparent repeat-x;
	cursor:pointer;
}
#callback-this .call-sub span{
	font:bold 14px arial;
	color:white;
}
#callback-this .dlgftext{
	font:normal 14px arial;
}
#callback-this input{
	height:22px;
	width:220px;
}
#callback-this #dlgf_phone{
	width:144px
}
#callback-this .errors{
	padding:0;
	margin:0;
	color:rgb(255,0,0);
	font:normal 12px arial;
	overflow:hidden;
	text-align:left;
	padding-left:0px;
}
#callback-this .dlgline1{
	clear:both;
}
*/


.feedback_title{
	font:bold 24px arial;
	padding:17px 0 0 0;
	text-align:center;
}
.feedback_content{
	width:375px;
	text-align:justify;
	padding:32px 0 0 24px;
	font:normal 14px arial;
}
#feedback-form{
	margin:0 auto;
}
#feedback-form .call-text{
	float:left;
	text-align:right;
	font:bold 14px arial;
	color:black;
	width:160px;
	padding:5px 0 20px 0;
}
#feedback-form .call-text label{
	color:black;
}
#feedback-form .call-inputs{
	float:right;
	text-align:left;
	width:250px;
	padding:0 0 0 4px;
}
#feedback-form #inside{
	padding:22px 0 0 0;
}
#feedback-form .dlgline1{
	padding:0 0 5px 0;
	width:100%;
	clear:both;
}
#feedback-form .call-inputs input{
	height:22px;
	width:220px;

}
#feedback-form .call-inputs select{
	padding-top: 2px;
	height:22px;
	width:235px;
}
#feedback-form .call-inputs select:focus{
	outline:rgb(183, 231,255) solid 1px;
	border:rgb(172, 209,228) solid 1px;
}
#feedback-form  textarea{
	margin:0 auto;
	resize: none;
	padding:6px;
	margin-left:27px;
}
#feedback-form  textarea:focus{
	outline:rgb(183, 231,255) solid 1px;
	border:rgb(172, 209,228) solid 1px;
}
.call-inputs input{
	margin: 2px 0 0 0;
}
.call-inputs input:focus{
	outline:rgb(183, 231,255) solid 1px;
	border:rgb(172, 209,228) solid 1px;
}
#message-mi{
	text-align:center;
	font:bold 14px arial;
	margin-bottom:5px;
	padding:0;
}
#feedback-form .call-sub{
	width:144px;
	height:30px;
	background:url(../img/popup/enter.png) transparent repeat-x;
	vertical-align:middle;
	line-height:30px;
	text-align:center;
	margin: 10px auto 0;
	display: block;
}
#feedback-form  .call-sub:hover{
	width:144px;
	height:30px;
	background:url(../img/popup/enter-hover.png) transparent repeat-x;
	cursor:pointer;
}
#feedback-form  .call-sub span{
	font:bold 14px arial;
	color:white;
}


.submitbtn{
	width:144px;
	height:30px;
	background:url(../img/popup/enter.png) transparent repeat-x;
	vertical-align:middle;
	line-height:30px;
	text-align:center;
	margin: 10px auto 0;
	border: none;
	font:bold 14px arial;
	color:white;

}
.submitbtn:hover{
	width:144px;
	height:30px;
	background:url(../img/popup/enter-hover.png) transparent repeat-x;
	cursor:pointer;
}

.entr-cpch-text{
	font:bold 14px arial;
	text-align:right;
	float:left;
	width:133px;
	margin-left:27px;
}
.capcha{
	width:114px;
	float:left;
	text-align:center;
}
.entr-cpch-fld{
	float:left;
	height:22px;
	width:110px;
	padding:3px;
}
.entr-cpch-fld:focus{
	outline:rgb(183, 231,255) solid 1px;
	border:rgb(172, 209,228) solid 1px;
	height:22px;
	width:110px;

}
#feedback-form  .errors {
	clear:both;
	padding:0;
	margin:0;
	color:rgb(255,0,0);
	font:normal 12px arial;
	overflow:hidden;
	text-align:left;
	padding-left:169px;
}
.thform form > p{margin-top:-9px;}
.mctcontent{margin-top:-40px;}
.gstopic, .sraction, .srspecial{zoom:1;}
.slfbitem p{padding-top:4px;}
.slfbitem input{margin-right:3px;}
.gsticon .ths_callback{
	margin:0;
	padding-bottom:10px;
}
#popupbg{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);}

#login-form{
	width:512px;
	height:260px;
}
#vkontakte_login{
	position:relative;
	top:42px;
}
#facebook_login{
	position:relative;
	top:53px;
}
 p.titleP{
	font:bold 24px arial;
	margin:0;
	padding:0;
	text-align:center;
}
#login-form table{
	position:relative;
	top:40px;
	width:100%;
	height:260px;
	position:relative;
	border-collapse: separate; /* Способ отображения границы */
    border-spacing: 0;
}
#login-form table td{
	width:50%;
	height:195px;
	vertical-align:top;
}
#login-form table td.left-side{
	border-right:2px solid rgb(242,242,242)
	}
#login-form table td.right-side{
	padding-left:20px;
}
#login-form table td:first-child{
	text-align:center;
}
#login-form table td:last-child{
	text-align:left;
}
#login-form input[type="text"]{
	width:220px;
	height:23px;
	margin:7px 0 0 0;
}
#login-form input[type="password"]{
	width:220px;
	height:23px;
	margin:7px 0 0 0;
}
#login-form input[type="text"]:focus,#login-form input[type="password"]:focus{
	outline:rgb(183, 231,255) solid 1px;
	border:rgb(172, 209,228) solid 1px;
}
#forgotpass input[type="text"]{
	width:220px;
	height:23px;
	margin:2px 0 0 0;
}
#forgotpass input[type="text"]:focus{
	outline:rgb(183, 231,255) solid 1px;
	border:rgb(172, 209,228) solid 1px;
}
#login-form  p{
	margin:0;
	padding:0;
}
#login-form  table td:last-child div{
	padding:0 0 16px 0;
}
#login-form .restore_pass{
	font:normal 12px arial;
	padding:0 0 14px 0;
}
#login-form .restore_pass a{
	color:rgb(0,125,183);
	top:5px;
	position:relative;
}
#login-form .titleSec{
	font: bold 14px arial;
}
#login-form .necessary{
	color:rgb(235,38,38);
}
#login_button{
	width:63px;
	height:28px;
	}
#login_button div{
	width:63px;
	height:28px;
	background:url(../img/popup/enter.png) transparent repeat-x;
	text-align:center;
	line-height:28px;
	vertical-align:middle;
	border-radius:3px;
	padding:0 !important;
	}
#login_button div span{
	font-weight:bold;
	color:white;
	font-family:arial;
	Font-size:14px;
}
#login_button div:hover{
	background:url(../img/popup/enter-hover.png) transparent repeat-x;
	cursor:pointer;
}
#login_button input[type="submit"]{
	display:none;
}
.license_agreement{
	font:normal 12px arial;
	color:rgb(150, 150, 150);
	text-align:center;
	padding:10px 0 22px 0 !important;
}
.license_agreement a{
	color:rgb(0, 125, 183);
}
.or-registrate{
	font:normal 12px arial;
	color:rgb(150, 150, 150);
	position:relative;
}
.or-registrate a{
	color:rgb(0, 125, 183);
	font:bold 12px arial;
	text-decoration:none;
}
}
.forgotpass  #ForgotPass{
	float:right;
	width:290px;
	height:100%;
	text-align:left;
	padding-left:26px;
}
.rec-pass-title{
	font:bold 24px arial;
	padding: 0 0 0 22px;
}
.forgotpass .rec-pass-message{
	color:rgb(128,128,128);
	padding:10px 0px 0px 0;
	text-align:left;
	width:255px;
	margin:0;
}
.forgotpass .dlgline{
	padding:0;
}
.forgotpass .enter-site{
	font:normal 12px arial;
	padding:3px 0 20px 0;
}

.forgotpass .enter-site a{
	color:rgb(0, 125, 183);

}
.forgotpass{
	height:190px;
}
.forgotpass .titleSec{
	float:left;
	color:black;
	font:bold 14px arial;
}
.titleSec{
	color:black;
}
.forgotpass div{
	clear:both;

}
.forgotpass{
	clear:both;
	padding:0 14px 0 0;
	width:290px;
	padding:0 0 0 22px;
}
.fp_title{
	padding:0 0 0 20px;
}
.lg_title{
	text-align:center;
}
#dialog_wrapper{
	position:absolute;
	z-index:101;
	top:0;
	display:none;
	left:50%;
}
#dialog_outer{position:relative;}
#dialog_inner{padding:0px; border: 0px solid #888888;}

#dialog_content{
	border: 0px solid #b6b6b6;
	background:#fff;
	padding:0px 30px 30px 30px;
	font:12px Arial, Helvetica, sans-serif;
}
a#dialog_close{
	text-indent:-9999px;
	display:block;
	width:16px;
	height:16px;
	background:url(../img/btn-pclose2.png) no-repeat;
	position:absolute;
	right:13px;
	top:13px;
}
div#dialog_title{
	font: 24px Arial, Helvetica, sans-serif;
	border-color:#fff;
	border-style:solid;
	border-width:0px;
	background:#fff;
	padding:20px 60px 6px 30px;
}

.ths_login
{
    background: none;
    padding: 0px;
    text-decoration: underline;
    border: 0px solid white;
}