/* Basic Styles for HTML form elements  */

table#searchForm {
	width: 556px;
	margin-left: 47px;
}

table#searchForm td {
	font: 11px Verdana;
	border-bottom: 1px dotted #ccc;
}

table#searchForm td.labelCol {
	width: 100px;
}

label {
	font: 12px Verdana;
	color: #336;
	font-weight: bold;
}

label.sentence {
	font: 11px Verdana;
	color: #000;
}

.formLabelInline {
	font: 12px Verdana;
	color: #336;
	font-weight: bold;
}

input.text50 {
	width: 50px;
}

input.text100 {
	width: 100px;
}

input.text200 {
	width: 100px;
}

input.button {
	border: 2px solid #c60;
	background-color: #2E4464;
	font: 11px/18px Verdana;
	font-weight: bold;
	color: white;
}
