.simple_overlay {
	
	display:none;
	z-index:10000;
	background-color: #ffffff;
	
	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: 1px #9b9b9b solid;
}

.simple_overlay .close {
	background:url(../images/close-button-black.svg) center center no-repeat;
	position:absolute;
	right:20px;
	top:15px;
	cursor:pointer;
	height:40px;
	width:40px;
	z-index: 10001;
	transition:0.6s linear all;
}
.simple_overlay .close:hover {
	background-size: 50px 50px;
	transition:0.6s linear background-size;
}
.simple_overlay .close:active {
}
	
#object_overlay_content{
    color: #111111;
    font-size: 13px;
    line-height: 1.3;
    margin: 15vh auto;
    padding: 0;
    position: relative;
	letter-spacing: 0.05em;
}
#dialog_content {
    font-size: 16px;
    margin: auto;
    text-align: left;
}
#object_overlay_content h1 {
    color: #000000;
    font-size: 30px;
    font-weight: normal;
	margin:0 20px 20px 0;
	padding:0 0 10px 0;
    text-shadow: 0 1px 1px #FFFFFF;
    text-align:left;
  }
#object_overlay_content h2 {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1;
    margin: -7px 0 0px 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: 16px;
    width: 156px;
    float: left;
    padding: 10px 10px 0 0;
    text-align: right;
}
#object_overlay_content .field.required .title::after{
	display: inline-block;
	content: '*';
	color: #cc0000;
}
#object_overlay_content .field input[type=text], 
#object_overlay_content .field input[type=password], 
#object_overlay_content .field input[type=email], 
#object_overlay_content .field div.input {
    background-color: #FFFFFF;
    border: 1px solid #CDCDCD;
    display: block;
    height: 30px;
    margin: 5px 0 0;
    padding: 2px 0 2px 10px;
    /*width: 500px;*/
    float: left;
}
#object_overlay_content .field div.about {
    width: 512px;
    float: right;
}
#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/indicator_medium.gif") no-repeat scroll 0 5px transparent;
    display: inline-block;
    font-weight: bold;
    height: 32px;
    margin-left:0;
    padding: 10px 0 10px 38px;
    vertical-align: middle;
}
#object_overlay_content input.biginput {
    color: #333333;
    font-family: Verdana,Tahoma,Arial,Arial Cyr,Geneva,Helvetica,sans-serif;
    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;
}



#orderForm h1 {
	 padding: 0 0 0;
	 text-align:center;
	 margin-right:0;
}
#orderForm h2 {
	 padding: 0 0 30px;
	 text-align:center;
}


#object_overlay_content .fieldsrow .field {
    float:left;
    margin-right:30px;
}
#object_overlay_content .fieldsrow .field:last-child {
    margin-right:0;
}
#orderForm .field .title {
    color: #000;
    font-size: 15px;
}

#object_overlay_content .field div.radio{
	float:none;
}

#object_overlay_content #orderForm .field label.radio{
	margin-left:30px;
	color:#444444;
}
.biginput.hasDatepicker{
	background-position: right 5px top 8px;
}
a#hide_password{
	display:block;
	content: '';
    width: 20px;
    height: 20px;
    background: url(../images/hide.png) center center  no-repeat;
    position: absolute;
    top: 12px;
    right: 55px;
    cursor: pointer
}
a#hide_password.pressed{
    background: url(../images/show.png) center center  no-repeat;
}