body, table, td, th {
	text-align: left;
	vertical-align: top;
	}


form {
	margin-top: 2em;
}
form div{
	vertical-align: text-top;
	margin-left: 1em;
	margin-bottom:2em;
}
form div.date{
	margin-left: 0em;
}
input[type=checkbox], input[type=radio] {
	margin: 2px 6px 7px 2px;
}
input.form_error {
	border: 2px solid #f60;
}
form td.error_message {
	width: 40px;
	padding: 0;
	background-image: url(/images/error_icon.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
table .error_message {
	border: 0;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	text-indent: -2000px;
	background-position: center left;
}

input, textarea {
	font-size: 14px;
	font-family: inherit;
}
select {
	vertical-align: text-bottom;
	font-size: 14px;
	font-family: inherit;
}
option {
	font-size: 14px;
	font-family: inherit;
	padding: 0 0.3em;
}
input[type=submit] {
	display: inline;
	vertical-align: bottom;
}
div.required {
	clear: both;
	color:#222;
	font-weight:bold;
}
div.optional {
	clear: both;
	color:#555;
}
div.submit {
	clear: both;
	margin-top: 40px;
	margin-left: 140px;
}



strong.error, form #form th span.error {
	color: #f60;
	font-weight: bold;
	}
form #form iframe {
	width: 100%;
	height: 150px;
	border: 1px solid #ccc;
	}
form #form input.textfield_inactive, form #form textarea.textfield_inactive {
	color: #999999;
	font-family:Verdana,sans-serif;
	}
form #form input.textfield_active, form #form textarea.textfield_active {
	Xwidth: 97%;
	font-family:Verdana,sans-serif;
	/*
	border: 1px solid #900;
	background-color: #ffefef;*/
	}
form #form {
	width: 580px;
	}
form #form table {
	border-collapse: collapse;
} 
form #form table thead th {
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
}
form #form span.required {
	font-weight: bold;
}
form.preview #form span.required {
	font-weight: normal;
}
form #form th strong {
	}
form.preview th, form.preview td {
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #F2F5F9;
	border-width: 1px 0 0 0;
	}
form th.header, #kbh-mail td.spacer {
	border-width: 0 0 0 0;
}
form #form td div {
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 0;
	margin-bottom: 2px;
	border: 1px solid #B7C3CF;
	border-width: 0 1px 1px 0;
	}
form #form td.ajax_response {
	
	}
form #form td.ajax_response div {
/*	display: none;*/
	padding: 2px 4px 2px 4px;
	border: 1px solid #fff;
	}
form #form td.ajax_response div.av {
	background-color: #cfc;
	color: #063;
	border-color: #063;
	}
form #form td.ajax_response div.na {
	background-color: #fcefce;
	color: #f60;
	border: 1px solid #fc3;
	}
form #form td.ajax_response div span {
	white-space: nowrap;
	}
form #form td span.subnote {
	}
form #form td span.subnote2 {
	display: block;
	margin-top: 3px;
	}
form.preview th, form.preview td .note {
	font-weight: normal;
	}
form.preview #form td {
	font-weight: bold;
	vertical-align: bottom;
	}
form.preview th.header, form.preview td.spacer {
	border-width: 0 0 0 0;
	}
form #form th.header {
	font-size: 1.4em;