.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

*:first-child+html .arcticmodal-container {
    height: 100%
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
}

.arcticmodal-container_i2 {
    padding: 24px;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff;
}

.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #000 url('../img/loading.gif') no-repeat 50% 50%;
}
input.input002 {
    background: #f8f8f8;
    color: #595959;
    margin-left: 0;
    margin-right: 0;
    padding: 3px;
	height:36px;
	width:230px;
	font-size:16px;
	border-radius:0px;
}
textarea.textarea001 {
    background: #f8f8f8;
    border: 1px solid #b4b4b4;
    color: #595959;
    margin-left: 0;
    margin-right: 0;
    padding: 3px;
	height:80px;
	width:230px;
	font-size:14px;
	border-radius:0px;
}
.modal-content-box{
overflow:hidden;
}
input.button_zakazat02 {
    background:#7ba243;
	border:none;
    color: #fff;
	font-size:16px;
    cursor: pointer;
    font-weight: normal;
    height: 40px;
    padding-top: 7px;
	padding-bottom:8px;
    text-align: center;
    width: 260px;
	margin:0 auto !important;
	border-radius:0px;
	padding-left:0px;
	padding-right:0px;
	float:center !important;
	text-transform:uppercase;
	}
	input.button_zakazat02:hover {
    background:#6d9138;
	}
.input-prepend{
margin-bottom:15px;
}
.zak_header02{
height:50px;
background:#3d4a54;
margin-top:-20px;
margin-left:-20px;
margin-right:-20px;
margin-bottom:15px;
text-align:center;
font-size:16px;
color:#fff;
text-transform:uppercase;
padding-top:14px;
}
.upfile{
margin-bottom:10px;
}
.box-modal .arcticmodal-close{
position:absolute;
background:#d5ca25;
top:8px;
right:8px;
height:25px;
width:25px;
font-family:Verdana;
font-size:14px;
font-weight:normal;
text-align:center;
padding-bottom:6px;
color:#000;
cursor:pointer;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
}
.box-modal .arcticmodal-close:hover{
background:#a6d169;
}
.box-modal {
    position: relative;
    width: 300px;
    min-height: 200px;
    padding: 20px;
    background: #fff;
    color: #3c3c3c;
	border-radius: 0px;
/*
    box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
*/
}
.light-modal {
    position: relative;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
    border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
    opacity: 0;
}
#big-modal {
 width: 655px;
}
#middle-modal {
    width: 455px;
}
#small-modal {
    width: 300px;
}
#feedback-modal-box {
    width: 300px;
}
#feedback-modal-box #feedback-infolist {
    list-style: none;
    display: table;
    width: 100%;
    height: 100%;
	margin:0;
	padding:0;
	font-size:18px;
}
#feedback-modal-box #feedback-infolist li {
    text-align: center;
    font-size: 110%;
    display: table-cell;
    vertical-align: middle;
    height: 120px;
}
#light-box {
    border-radius: 5px;
}
.modal-close {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    color: #fff;
    background: #4497c6;
    cursor: pointer;
    border-radius: 13px;
    font-family: Verdana;
}

.modal-close:hover {
    background: #f44e4a;
}
