#object_overlay {
	
	display:none;
	z-index:10000;
	background-color: #fff;
	
	width:970px;	
	min-height:150px;
	
	-moz-box-shadow:4px 4px 10px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow:4px 4px 10px  rgba(0,0,0,0.5);
	-o-box-shadow:4px 4px 10px  rgba(0,0,0,0.5);
	box-shadow:4px 4px 10px  rgba(0,0,0,0.5);

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius:5px;
}

#object_overlay .close {
	background:url(../images/overlay/closer.png) 0 0 no-repeat;
	position:absolute;
	right:20px;
	top:20px;
	cursor:pointer;
	height:20px;
	width:20px;
	z-index: 10001;
}
/*#object_overlay .close:hover {
	background-position:0 -20px;
}
#object_overlay .close:active {
	background-position:0 -40px;
}*/
	
#object_overlay_content{
    color: #111111;
    font-size: 13px;
    line-height: 1.3;
    margin: 20px;
    padding: 0;
    position: relative;
	letter-spacing: 0.05em;
}
#object_overlay_content h1 {
	font-family: 'FFDINWebProLight';
    color: #b3866f;
    font-size: 36px;
    font-weight: normal;
	margin:0 20px 20px 0;
	padding:0 0 10px 0;
    text-shadow: 0 1px 1px #FFFFFF;
    text-align:left;
  }
#dialog_content {
    font-size: 13px;
    margin: auto;
    text-align: left;
}

#object_overlay_content h2 {
	color: #9F6847;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    margin: 7px 0 12px 0;
    padding: 0 10px 0 0;
    text-shadow: 0 1px 1px #FFFFFF;
}
#object_overlay_content a {
    color: #336699;
    text-decoration: none;
}
#object_overlay_content .field {
    display: block;
    margin-bottom: 20px;
}
#object_overlay_content .field .title {
    clear: both;
    color: #333333;
    font-size: 18px;
}
#object_overlay_content .field input, #object_overlay_content .field div.input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CDCDCD;
    display: block;
    height: 30px;
    margin: 5px 0 0;
    padding: 2px 0 2px 8px;
    width: 100%;
}
#object_overlay_content .field input.hilited, #object_overlay_content .field div.hilited {
    background: none repeat scroll 0 0 #FFFFCC;
}
#object_overlay_content i.del {
    display: block;
    float: left;
    font-size: 0;
    height: 30px;
    width: 30px;
}
#object_overlay_content .field select {
    border: 0 none;
    color: #464646;
    margin: 8px 5px 0;
    width: 406px;
}
#object_overlay_content .field textarea {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    width: 100%;
}
#object_overlay_content .registration_form .field {
}
#object_overlay_content .registration_form .field input, #object_overlay_content .registration_form .field div.input {
}
#object_overlay_content .registration_form i.del {
    display: block;
    float: left;
    font-size: 0;
    height: 30px;
    width: 35px;
}
#object_overlay_content .registration_form .field select {
    width: 280px;
}
#object_overlay_content .loading {
    background: url("../images/ajax/squares-circle.gif") no-repeat scroll 0 5px transparent;
    display: inline-block;
    font-weight: bold;
    height: 30px;
    margin-left: 20px;
    padding: 10px 0 0 38px;
    vertical-align: middle;
}
#object_overlay_content input.biginput {
    color: #333333;
    font-size: 18px;
    float:none;
	border-radius:2px;
	-ms-border-radius:2px;
	-moz-border-radius:2px;
	-opera-border-radius:2px;
	-webkit-border-radius:2px;  
}

.appform{
	width:100%;
}
.appform div.batch{
	margin-bottom:17px;
	position:relative;
}
.appform div.batchtitle{
	display:block;
	width:250px;
	color:#333333;
	font-size:16px;
	text-align:right;
	float:left;
	left:0px;
	top:7px;
}
.appform input[type='text'], .appform  input[type='password'], .appform input[type='email']{
	display:block;
	float:right;
	background:#fff;
	font-size:16px;
	height:20px;
	width:625px;
	line-height:20px;
	padding:5px 10px;
	border:1px solid #cdcdcd;
	border-radius:2px;
	-ms-border-radius:2px;
	-moz-border-radius:2px;
	-opera-border-radius:2px;
	-webkit-border-radius:2px;  
	margin-right:130px;
}

.appform .inp{
	display:block;
	float:right;
	width:650px;
	padding:0;
	margin-right:130px;
}

.appform select{
	max-width:180px;
	min-width:180px;
	overflow:hidden;
	vertical-align:middle;
	cursor:pointer;
}


.appform label.nicecheck{
	display:block;
	float:left;
	width:220px;
	vertical-align:top;
	margin:0 5px 5px 0;
	cursor:pointer;
}
#uniform-legalform{
	width:220px;
}
#uniform-legalform span{
	width:185px;
}
#uniform-legalform select option{
}
.appform div.checker{
	margin-right: 0px;
}
.appform label.niceradio{
	display:block;
	float:left;
	width:auto;
	cursor:pointer;
	margin-right:28px;
}
.appform div.radio{
	margin-right: 0px;
}
.inp .unlimited, .inp .limited{
	display:inline-block;
	float:left;
	border:#fff 1px solid;
	padding:5px 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius:4px;
	margin:0 0 0 0;
	width:320px;
}
.inp .limited{
	border:#e0e0e0 1px solid;
	padding:5px 10px;
	width:299px;
}
.inp .limited span.nfo{
	display:inline-block;
	font-size:75%;
	margin-top:5px;
}
#object_overlay .subscribeForm {
	font-size: 14px;
	line-height: 1.45;
	border: none;
	margin: 0;
	width: auto;
}


#object_overlay .subscribeForm label.confirm {
    color: #424242;
    margin: -5px auto 0;
}

#object_overlay.callback #object_overlay_content{
	margin: 40px;
}

#object_overlay .input.select{
    position: relative;
}
#object_overlay .input.select::after{
	border-width: 6px 6px 0 6px;
	border-color: #b3866f transparent transparent transparent;
    border-style: solid;
    top: 30px;
    content: "";
    display: block;
    height: 0;
    right: 0;
    position: absolute;
    width: 0;
}
#object_overlay .input.select.opened::after{
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #b3866f transparent;
}
#object_overlay .input.select input {
    cursor: pointer;
}
#object_overlay .input.select .list {
    position: absolute;
    left: 0;
    right: 0;
    top: 26px;
    padding: 10px;
    background-color: #fff;
    color: #a3968c;
    display: none;
    border: 1px solid  #b3866f;
    margin: -21px;
}
#object_overlay .input.select.opened .list {
    display: block;
}
#object_overlay .input.select .list .option {
    line-height: 25px;
    padding: 0 10px;
    margin-right: 125px;
    cursor: pointer;
}

#object_overlay .input.select .list .option:hover {
    background-color: #EFE7E2;
}
#object_overlay .input.select .list .option.active {
    background-color: #b3866f;
    color: #fff;
}

#dialog_content ul { 
   list-style-type: disc; 
   list-style-position: outside; 
   padding: 0 0 0 16px;
}
#dialog_content ul li { 
    display: list-item;
}
#dialog_content a {
	color: #9F6847; 
	text-decoration: underline;
}

#object_overlay.poll #object_overlay_content h1{
	font-family: 'DINCyr-Bold';
	font-size: 21px;
	line-height: 27px;
	color:#000;
	padding: 30px 0 10px 0;
	margin: 0;
}

#object_overlay.poll a.vote{
	display: block;
	background: #B28671;
	border-radius: 4px;
	color: #fff;
    text-decoration: none;
	padding: 12px 18px 12px;
	font-family: 'DINCyr-Regular';
	font-size: 16px;
	line-height: 21px;
	margin-top: 8px;
}
#object_overlay.poll form.votecustom{
	margin-top: 12px;
}
#object_overlay.poll form.votecustom .title{
	color:#000;
	font-family: DINCyr-Bold;
	font-size: 16px;
	line-height: 21px;
	padding-bottom: 8px;
}
#object_overlay.poll form.votecustom div.input{
	border: 1px solid #B28570;
	box-sizing: border-box;
	border-radius: 4px;
	height: 44px;
	position: relative;
	padding: 0 10px;
}
#object_overlay.poll form.votecustom div.input input{
	display: block;
	padding: 13px 0 10px 0;
	width: 327px;
	border: 0;
	font-size: 16px;
}
#object_overlay.poll form.votecustom button {
    display: block;
    height: 36px;
    width: 36px;
	background:url(../images/voteSubmit.svg) 0 0 no-repeat;
    border: none;
    cursor: pointer;
	position: absolute;
	right: 3px;
	top: 3px;
	padding: 0;
}
#object_overlay.poll .thanx{
	text-align: center;
	font-family: DINCyr-Bold;
	font-size: 16px;
	display: none;
}

