/*
Стили для формы Вызов курьера и Печать накладных
*/

div.cw_container
{
	width: 750px;
	border: 2px solid #347a4e;
	background: #ebebe6;
	margin-top: 10px;
	color: black;
}
div.cw_header,
div.cw_header_ab
{
	clear: both;
	height: 18px;
	line-height: 18px;
	background: #9db09d;
	text-align: center;
	font-size: 1.2em;
	color: white;
	font-weight: bold;
}
div.cw_header_ab
{
	background: #9db09d url(../resources/from_ab.gif) no-repeat top left;
}
div.cw_header_ab span.anc
{
	float: left;
	text-align: center;
	width: 130px;
	white-space: nowrap;	
}
div.cw_header_ab span.title
{
	margin-left: -130px;
	white-space: nowrap;
}
div.cw_header_ab a:link, div.cw_header_ab a:active, div.cw_header_ab a:visited, div.cw_header_ab a:hover
{
	color: white;
	font-weight: normal;
}
div.cw_half
{
	float: left;
	width: 50%;
}
div.cw_submit_container
{
	background: #9db09d;
	height: 25px;
}
div.cw_template
{
	border-bottom: 1px dashed black;
	padding: 5px;
}