body {
	margin: 0;
	background: black url(img/back.jpg) no-repeat center top fixed;

	font-family: Helvetica, arial, sans-serif;
	font-size: 62.5%;
	color: white;
}

a img { border: 0; }

.off {
	color: #9d9d9d;
}

#container {
	width: 690px;
	margin: 0 auto 0 auto;

	font-size: 1.2em;
}

#main {
	background-color: #1f1f1f;
	padding: 8px;
         line-height: 1.8em;
}

#inner {
	background-color: #333333;
	padding: 12px;
}

table#layout {
	border: 0;
	margin: 0;
	padding: 0;
	width: 650px;
	background: url(img/tbl-bg.png) repeat-y top center;
}

table#layout td.help {
	padding: 12px;
	text-align: left;
	vertical-align: top;
}


table#layout td.form {
	padding: 12px;
	text-align: left;
	vertical-align: top;
}

table#layout td.spacer {
	width: 12px;
	padding: 0;
}

table#layout td h3 {
	border: 1px solid #565656;
	background-color: #1f1f1f;
	color: #b62e34;
	font-weight: bold;
	font-size: 1.3em;
	padding: 4px;
	margin: 0 20px 10px 0;
}


table#layout td p {
	padding-left: 5px;
}

table#layout td a,
table#layout td a:link,
table#layout td a:visited {
	color: #b62e34;
	text-decoration: underline;
}

table.frmtbl {
}

table.frmtbl td {
	vertical-align: top;
}

input, select {
	background: white;
	border: 1px solid black;
}

input.full {
	width: 220px;
}

input.one-third {
	width: 76px;
}


input.smaller {
	width: 50px;
}


#footer {
	background-color: #1F1F1F;
	color: #999999;
	font-size: 0.75em;
	margin: 10px 0px;
	padding: 10px;
	text-align: left;
}

#requirements {
	float: right;
	text-align: right;
}

#footer a,
#footer a:link,
#footer a:visited {
	color: #999999;
	text-decoration: none;
}

#footer a:hover,
#footer a:active {
	color: #999999;
	text-decoration: underline;
}

.datepicker_trigger {
	position: relative;
	top: -2px;
}

.error {
	color: #b62e34;
	font-size: 0.9em;
	font-weight: bold;
}

#errorsInForm, #errorsPO {
	display: none;
}

#otherBox {
	margin-top: 8px;
	display: none;
}

#vndrBox {
	margin-top: 8px;
	display: none;
}