#simplemodal-overlay {
	background: rgba(0, 0, 0, 0.7);
}
.simplemodal-close {
	background: url(mw_close.png) no-repeat;
	width: 37px;
	height: 36px;
	overflow: hidden;
	position: absolute;
	top: -23px;
	right: -32px;
	text-indent: -9999px;
	cursor: pointer;
}
#feedbackf{}
#callbackf{}
.m_window {
	background: #f5f3ed;
	width:400px;
	/*height:300px;*/
	padding: 20px 25px;
	border:2px solid #ff8600;
	border-radius: 5px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}
	.m_window .title1{font-size:16px; margin-bottom:6px;}
	.m_window .f_row{margin:0 0 5px 0;}
	.m_window label{width:100px; display:-moz-inline-stack; display:inline-block; //display:inline; //overflow:hidden; //zoom:1;}
	.m_window label span{color:#f00;}
	.m_window input, .m_window textarea{width:200px; border:1px solid #ccc;}
	.m_window textarea{width:302px; height:80px;}
	.m_window .f_btn{border:none; width:100px;}

.form_ {
    background: none repeat scroll 0 0 #F5F3ED;
    border: 5px solid #D5D1C3;
    border-radius: 5px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    display: none;
    left: 50%;
    margin-left: -253px;
    position: fixed;
    top: 5%;
    width: 505px;
    z-index: 2000;
}

.form_ .cont {
    padding: 20px 30px;
}

.callback_over {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
}

.form_ .title1 {
    color: #23282C;
    font: 30px 'ArialNarrow',sans-serif;
    margin-bottom: 0.3em;
}

.customcall-close {
    background: url("mw_close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 36px;
    overflow: hidden;
    position: absolute;
    right: -40px;
    text-indent: -9999px;
    top: -10px;
    width: 37px;
}


/* -------------------------------
	Forms
------------------------------- */
.f_row {padding: 0 0 15px 0; clear: both;}

.f_btn::-moz-focus-inner {padding: 0; border: 0;}

.f_btn,
.f_in {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.f_btn {
	background: #10659b;
	height: 40px;
	padding: 0 15px;
	border: none;
	font: 17px Tahoma, Geneva, sans-serif;
	color: #fff;
	overflow: visible;
	cursor: pointer;
}

label {font: 11px Verdana, Geneva, sans-serif; color: #5f5f5f;}
	label span {color: #ff8600;}

.f_in {
	background: #fff;
	padding: 7px 3px;
	border: 1px solid #cfcfcf;
	font: 12px Verdana, Geneva, sans-serif;
	color: #444;
}

input.f_in {}

select.f_in {width:; height:;}

textarea.f_in {overflow: auto; resize: none;}

.f_order {width: 445px;}
	.f_order label {display: block; margin-bottom: 5px;}
	.f_order input.f_in {width: 205px;}
	.f_order textarea.f_in {width: 437px; height: 100px;}
	.f_order .f_btn {width: 130px;}
	.f_order .code_wr {}
		.f_order .code_wr img,
		.f_order .code_wr .f_i {vertical-align: middle;}
		.f_order .code_wr label {display:none;}
		.f_order .code_wr .f_in {width: 100px; margin-left: 3px;}

	.port_block {width:980px; height:665px; position:absolute; left:-99999px; top:-99999px;}
	.port_block.port_sl1 {position:relative; left:0px; top:0px;}

	.mw_in {display:none;}

.code_wr label { display: none; }

.form_ .cont .formRow {
	width: 100%;
	margin-bottom: 10px;
	float: left;
}
	.form_ .cont label {
		width: 95px;
		margin-right: 5px;
		float: left;
		vertical-align: top;
		line-height: 30px;
		text-align: right;
	}
	.form_ .cont .f_in {width: 300px; float: left;}
	.form_ .cont .f_btn {margin-left: 100px;}