div.order {
}
div.order form {
	margin-top: 20px;
	padding-top: 0;
	border-top: 1px dashed #ccc;
}
div.order h1 {
	font-size: 24px;
	margin:0;
	margin-bottom: 10px;
}
div.order h3 {
	margin: 0;
	font-size: 18px;
	font-weight: normal;
}
div.s-block {
	width: 304px;
	overflow: hidden;
}
div.o-block {
	margin-top: 10px;
	width: 50%;
	float: left;
	overflow: hidden;
}
div.s-line, div.o-line {
	clear: both;
	position: relative;
}
div.s-line span.label {
	width: 110px;
	float: left;
	margin: 5px 0;
	padding: 4px 0 0 0;
}
div.s-line div.inp {
	float: left;
	padding: 2px;
}
div.o-line span {
	width: 130px;
	float: left;
	margin: 5px 0;
	padding: 0px 0 0 0;
}
div.o-line span i {
	font-style: normal;
	font-weight: normal;
	font-size-adjust: none;
	color: #ff3300;
}
div.s-block input, div.s-block select, 
div.o-block input, div.o-block textarea {
	font: 12px sans-serif, Tahoma, Arial, Helvetica;
	width: 190px;
	margin: 0;
	float: left;
/*	border: 1px dashed #CDD0D4;*/
}
div.o-block textarea {
	margin: 5px 0 0 0;
	height: 50px;
}
div.o-block select {
	float: left;
	margin: 5px 0;
}
input.chk {
	width: 20px;
}
input#p1 {
	width: 60px;
}
input#p2 {
	margin-left: 4px; margin-left /**/: 5px;
	width: 120px;
}
input#date {
	width: 65px;
}
input#search {
	margin: 20px 10px 0 0;
	width: auto;
	float: right;
	font-size: 14px;
}
table.trains {
	margin-top: 10px;
	width: 100%;
}
table.trains td {
	padding: 10px;
}
table.trains tr#top-line td {
	padding-top: 10px; padding-top /**/: 3px;
}
table.trains #top-line {
	background: url('/images/bg_3.gif') repeat-x bottom;
}
table.trains #line-1 {
	background-color: #f5f9ff;
/*	background-color: #f0f0f0;
*/
}
table.trains div#sub {
	/*width: 50%;*/
	float: left;
	margin-top: -2px;
}
table.trains td#z, table.trains td#z a {
	font-size: 14px;
	text-decoration: none;
}
#inf {
	float: left;
}
#passenger, #blank-passenger {
	margin-bottom: 10px;
	float: left;

}
#add-passenger {
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer; cursor: hand;
	margin-top: 20px;
	padding: 0 0 5px 30px;
	height: 20px;
	background: url('/images/icon-man.gif') no-repeat left;
	float: left;
}
#clear {
	clear: both;
	height: 1px;
}
#price {width:40px;padding-left:5px;color:red;float:left;}

#step1_form_error1 {
	position: absolute;
	right: 25px;
	top: 2px;
	padding: 2px;
	color: red;
	font-size: 10px;
}
#step1_form_error2 {
	position: absolute;
	right: 25px;
	top: 2px;
	padding: 2px;
	color: red;
	font-size: 10px;
}
#step1_form_error3 {
	position: absolute;
	right: 22px;
	top: 2px;
	padding: 2px;
	color: red;
	font-size: 10px;
}

#remove {
	cursor: pointer;
	margin-top: 10px;
	padding-right: 10px;
	float: right;
}
