/*------------------------------ POPUP --------------  */
.hidden {
    display: block;
}

#opaco {
    background-color: #000;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 50); /* IE5+ */
    filter: alpha(opacity = 50); /* IE4- */
    moz-opacity: 0; /* Mozilla */
    -khtml-opacity: 0; /* Safari */
    opacity: 0.5; /* general CSS3 */
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20001;
}

#popup {
    background-color: transparent;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 20002;
}

#popup_window {
    position: relative;
    width: 1px;
    height: 1px;
    background-color: inherit;

}

.windownew {
    position: absolute;
    border-radius: 10px;
	border: 0;
}

.img {
    float: left;
    top: -92px;
    left: -152px;
    position: absolute;
    z-index: 100;
}

.imgleft {
    float: left;
}

.bgwindow {
    position: relative;
}

.bgwindow p a {
    color: #b70a06;
    margin-right: 25px;
    font-size: 13px;
}

.bgwindow ul {
    margin-bottom: 15px;
}

.headline {
    position: relative;
	background: #006ead;
	border-radius: 10px 10px 0 0;
}

.window_close {
    position: absolute;
    right: -1px;
    top: 12px;
    z-index: 1000;
    border: 0;
    width: 29px;
    height: 27px;
    background: url(../img/close.png) no-repeat 0px 0px;
    border-radius: 2px;
}

div.headline {
  overflow: hidden;
  }
div.headline h2 {
  float: left;
  margin-top: 7px;
  color: #fff;
    text-transform: none;
    font-size: 18px;
    font-family: "Segoe UI", sans-serif;
	margin-bottom: 11px;
}

ul.pay_ul {
    padding-left: 15px;
}

.pay_ul li {
    list-style: disc;
    padding-bottom: 8px;
}

.text_pay {
    font-size: 14px;
}

.txt {
    position: relative;
    min-height: 185px;
    overflow: hidden;
}
.txt .title {
  margin-top: 20px!important;
  margin-bottom: 30px;
  }
.prew_text {
    font-size: 14px;
    line-height: 18px
}

.txt ul {
    list-style: disc;
}

#date_end_job, #date_start_job {
    float: left
}

#date_start_job {
    padding-right: 10px;
}

#date_end_job {
    clear: right;
    float: none
}

.form_settings select#mouth_s, .form_settings select#year_s,
.form_settings select#mouth_e, .form_settings select#year_e,
#date_start_job select, #date_start_job select,
#date_end_job select, #date_end_job select {
    width: 85px !important
}

#mouth_e {
    margin-left: 2px;
}

#model_not_show {
    margin: 3px 0 0 !important;
    padding: 0;
    width: 10px !important;
}

.popup_buttons {
    text-align: center;
    margin-top: 5px;
}

.popup_buttons .regist_but {
    margin: 10px;
}

.popup_buttons .regist_but:hover {background: none repeat scroll 0 0 #ff0000;}
/*--------------------------------------------  */
