table.form {
	width: 100%;
	border: none;
}

table.form td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
}

table.form td.top {
	vertical-align: top;
	padding-top: 5px;
}

table.form td.header {
	width: 150px;
	text-align: right;
	font-weight: bold;
	color: #434b5e;
}

table.form td.required {
	background: url(/img/required-field.png) no-repeat;
	padding-left: 18px;
}

table.form td.standard {
	padding-left: 18px;
}

table.form td input, table.form td select, table.form td textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
	border: 1px solid #a6adbb;
	background: url(/img/checkboxes-background.png) repeat-x #fff;
	padding: 4px;
	width: 300px;
}

table.form td input:focus, table.form td select:focus, table.form td textarea:focus {
	background-image: none;
	background-color: #fff;
	color: #1d4baf;
}

table.form td input.small {
	width: 50px !important;
}

table.form td input.radio {
	width: auto !important;
	border: none !important;
	background: none !important;
}

table.form td textarea {
	height: 100px;
}

div.checkboxes {
	display: block;
	border: 1px solid #a6adbb;
	border-bottom: 3px solid #a6adbb;
	background: url(/img/checkboxes-background.png) repeat-x #dde4f3;
	padding: 5px; 
	margin: 0; 
	height: 135px;
}

div.checkboxes div.column { 
	float: left; 
	width: 146px;
	padding: 0;
	color: #434b5e !important;
	font-size: 8pt !important;
}

div.checkboxes div.checkbox-item {
	margin-bottom: 3px;
	height: 35px;
}

div.checkboxes div.checkbox-item:hover {
	color: #8b0307 !important;
}

div.checkboxes div.checkbox-item span {
	display: block;
	padding-left: 23px;
	font-size: 8pt;
	color: #333 !important;
	font-style: italic;
}

div.center {
	text-align: center;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

h2 {
	color: #566993 !important;
	font-style: italic;
	display: block;
	border-bottom: 1px solid #ccc;
	margin: 20px 0 10px 0;
	padding: 0 0 2px 0;
}

div.required-field-mention {
	background: url(/img/required-field.png) no-repeat;
	padding: 6px 0 0 18px;
	margin: 10px 0 0 360px;
}

h2 span, table.form td span {
	font-size: 8pt;
	color: #696969;
	font-style: italic;
	font-weight: normal !important;
}
