/* CSS Document */
/* Document Delivery Request Form */
table.scl {
	text-align: left;
	border: 2px dotted #098390;
}
table.scl th, table.scl td { padding: 0.2em 0.7em; }
table.scl th { 
	vertical-align: top; 
	padding-right: 0;
}

form div input { margin-bottom: .6em; }

table.request th {
	width: 10em;
	vertical-align: top;
}

table.requestType {	margin-top: 1em; }

table.requestType th {
	color: #666666;
	width: 10em;
}

#requestType option { padding-right: .5em; }

/* Login Form */
div.border { width: auto; }

/* Info Box for request type */
div.infoBox {
	padding:10px;
	border:1px #c2d8d7 solid;
	background-color:#f3f5f6;
	width:520px;
}
