.orderform {
	margin: 10px 0 10px 0;
}

.orderform table td{
	vertical-align: top;
}

.orderform input[type=submit] {
	border: 0;
	border-radius: 0;
	cursor: pointer;
	background-image: url('/img/order-button.png');
	background-position: 0 32px;
	color: #FFF;
	display: block;
	font-size: 15px;
	height:32px;
	text-align: center;
	text-decoration: none;
	width: 90px;
	margin-bottom: 10px;
}

.orderform input[type=submit]:hover{
	background-position: 0 0;

}

.warnText{
	font-size: 16px;
	font-weight: bold;
	color: red;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 960px;
	margin-left: -480px;
	text-align: center;
	background: #fff;
	padding: 20px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.4); /* Параметры тени */	
	behavior: url(/pie/PIE.htc);
}

.orderform .mtable {
	width: 100%;
}

.orderform .mtable>tr>td:nth-child(1) {
	width: 460px;
}

textarea{
	height: 150px; width: 100%;
}