.black {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    filter:alpha(opacity=40);
    opacity: 0.4;
    -moz-opacity:0.4;
   	z-index: 1000;
   	color: #000;
}

.pop-up {
    /*width: 667px;*/
    z-index: 1005;
    position: absolute;
    /*top: 120px;*/
    top: 25%;
    left: 25%;
    /*margin: 0 0 0 -333px;*/
}

.pop-up-1 {
   /* background: url('../../images/win/bg-popup-1.png') top left no-repeat;*/
/*    width: 667px;*/
	width: 100%;
    height: 33px;
}
.pop-up-1-left{
    background: url('../../images/win/bg-popup-1-left.png') top left no-repeat;
    width: 30px;
    height: 33px;
	float: left;
}

.pop-up-1-right{
    background: url('../../images/win/bg-popup-1-right.png') top left no-repeat;
    width: 30px;
    height: 33px;
	float: left;
}

.pop-up-1-center{
    background: url('../../images/win/bg-popup-1-center.png') top left repeat-x;
    height: 33px;
	float: left;
}

.pop-up-3 {
    width: 100%;
    height: 33px;
}
.pop-up-3-left{
    background: url('../../images/win/bg-popup-3-left.png') top left no-repeat;
    width: 30px;
    height: 33px;
    float: left;
}
.pop-up-3-right{
    background: url('../../images/win/bg-popup-3-right.png') top left no-repeat;
    width: 30px;
    height: 33px;
    float: left;
}
.pop-up-3-center{
    background: url('../../images/win/bg-popup-3-center.png') top left repeat-x;
    height: 33px;
    float: left;
}

.pop-up-2 {
    /*background: url('../../images/win/bg-popup-2.png') top left repeat-y;
    padding: 0 50px;
    text-align: left;*/
}

.pop-up-2-left {
    background: url('../../images/win/bg-popup-2-left.png') top left repeat-y;
}

.pop-up-2-right {
    background: url('../../images/win/bg-popup-2-right.png') top right repeat-y;
}

.pop-up-2-center{
    margin: 0px auto;
    background-color: #fff;
}

.pop-up-2 h1, .pop-up-2 a{
    color: #000;
    font: bold 18px/26px Arial,Sans Serif;
    border-bottom: 1px solid #e7e7e7;
    padding: 1px 0;
    margin: 0 0 15px 0;
}
.pop-up-2 a:hover{
    text-decoration: underline;
}

.pop-up-2 .text {
    color: #000;
    font: normal 14px/22px Arial,Sans Serif;
    width: 70px;
    float: left;
    text-align: right;
    clear: both;
    padding-right: 5px;
}

.pop-up-2 .form-elements {
    color: #000;
    font: normal 14px/22px Arial,Sans Serif;
    margin: 5px 0 10px 80px;
}

.pop-up-2 .input-bl {
    width: 472px;
    height: 18px;
    padding: 2px;
}

.pop-up-2 textarea {
    width: 472px;
    height: 180px;
    padding: 5px;
}

.pop-up-2 .input-bl, .pop-up-2 textarea, .pop-up-2 select {
    border: 1px solid #7f9db9;
}

.buttons input {
    float: left;
    margin: 0 10px 0 0;
}

.clear {
    clear: both;
    height: 1px;
}