body,
html {
	color:#000033;
	font-family: Arial,Helvetica,sans-serif;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin:0;
	padding:0;
}

body {
	min-width:940px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	html, body, div, h1, h2, h3, form input, form label {
		text-shadow: 0 0 0 #000;
	}
}

#wrap {
	margin:0 auto;
	width:940px;
}

#main {
	margin-top: 0;
	float:left;
    width:740px;
}

#main h3 {
	background-image: url(../images/h3-main.gif);
	background-repeat: no-repeat;
	color: white;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	padding-left: 10px;
	margin:0;
	margin-bottom: 10px;
}

#sidebar {
	margin-top: 0;
	color: #44476A;
	float: right;
	width: 180px;
	padding-top: 0;
}

#sidebar h3 {
	background-image: url(../images/h3-sidebar.gif);
	background-repeat: no-repeat;
	color: white;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	padding-left: 10px;
	margin:0;
}

#sidebar h4 {
	background-color: #a2a5c7;
	font-size: 12px;
	line-height: 25px;
	height: 25px;
	margin:0;
	padding-left: 10px;
	border-bottom: 1px solid #52578F;
}

#sidebar h4.inside {
	border-top: 1px solid #e7e8f4;
}

#sidebar .content {
	background-color: #c4c6df;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #e7e8f4;
	border-bottom: 1px solid #52578f;
	margin:0;
}

#sidebar .content ol {
	padding-left: 20px;
}

#footer {
	clear:both;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

li.error {
	color: red;
}

.panel {
	width: 719px;
	height: inherit;
	font: Arial, Helvetica, sans-serif;
	color: #1f236c;
	padding: 10px;
	border: 1px solid #1f236c;
	margin: 0;
	background-color: white;
}

form fieldset
{
	display: block;
	margin: 0 0 .5em 0;
	padding: 0 0 .5em .5em;
}

form label
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8.5pt;
	color: #44476A;
	float: left;
	display: block;
	margin: .5em .5em 0 0;
	width: 15em;
}

form p
{
	clear: left;
}

form input.input, form select.input
{
	font-size: 8pt;
	display: block;
	width: 12em;
	margin: 1px 0;
	padding: 0;
	border-width: 1px;
	border-color: #44476A;
	border-style: solid;
	float: left;
}

form select.input {
	width:11em;
}

form fieldset.options
{
	margin: 1em 0 1em 0;
}

form fieldset.options input {
	clear: both;
	float: left;
	width: auto;
	margin-right: 5px;
}

form img {
	float: left;
	margin: 0 3px 0 3px;
}

form .button {
	width: 143px;
	margin: 5px;
	padding: 5px;
	background: #000033;
	color: white;
	font-weight: bold;
	border: 1px solid #000033;
}

form .button:hover {
	background: #ff6600;
	border: #ff6600 1px solid;
}

form .vehicle_button {
	background-image: url(../images/btn_back.gif);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8.5pt;
	color: #44476A;
	width: 80px;
	height: 110px;
	padding: 5px;
	line-height: 15px;
	float: left;
	text-align: left;
}

form .vehicle_button:hover {
	background-image: url(../images/btn_back_orng.gif);
}

form .vehicle_button input {
	clear: both;
	float: left;
	width: auto;
	margin: 2px 5px 2px 5px;
}

form .vehicle_button label {
	display: inline;
	color:#44476A;
	font-size:8.5pt;
	margin: 0;
	width: auto;
	line-height: 15px;
	height: 15px;
}

.pos_abs
{
	position: absolute;
	left: 325px;
	top: 275px
}
