/* ORDERS CREATING & VIEW*/
TEXTAREA.order_parts {
	font-family: Arial;
	width: 100%;
	height: 300px;
	font-size: 16px;
	line-height: 30px;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	color: #000000;
	background: url('/img/bg_textarea_lines25.gif');
}
TEXTAREA.order_vin {
	font-family: Arial;
	width: 100%;
	height: 145px;
	font-size: 16px;
	line-height: 30px;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	color: #000000;
	background: url('/img/bg_textarea_lines25.gif');
}

TD.td_title {
	width:230px;
}
TD.td_title DIV {
	font-size:22px;
	line-height: 25px;
	margin-bottom:10px;
}
INPUT.order_button {
	background-image:url(/img/button_gradient1.png);
	border:1px solid #85c2de;
	padding:9px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	font-size:15px;
	font-weight:bold;
	color: #333;
	cursor: pointer;
}