

html 								{font-family: Arial,Helvetica; color: #000; }
body 							{font-size: 12px; line-height:18px; }
a 								{ text-decoration: none; color: #FFF; }
a:hover 							{ text-decoration: underline; }

div#container 						{ text-align: left; margin: 0 auto; width: 960px; }

div#container h3 					{ background: #303c5e; padding: 5px; color: #FFF; margin: 10px 0; }

div.clear {clear: both;}
table tr.note { background: #e4e4e4; font-weight: bold; padding: 3px; }
table td { padding: 3px; border: 1px solid #303c5e;}
p { margin: 10px 0; }
td.center { text-align: center; width: 200px; }
h4 { border-bottom: 1px solid #000; padding: 3px; font-size: 16px; margin: 15px 0;}
span.net { border-top: 1px solid #000; border-bottom: 1px solid #000; padding: 5px; margin: 10px 0;}

p.error { background: #ffcccc; border: 1px solid #993333; padding: 5px; line-height: 16px; }

form label { display: block; float: left; width: 150px; }
form label.check { width: 150px; float:right;}
input {	margin: 1px 0; }

table.check {  margin-top: 5px; }
table.check td {border: 1px #7f9db9 solid;}

/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

.clear{clear: both; }

