
.smartform label {
	text-align: right;
	padding-right: 20px;
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	color: #000000; /* black */
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.smartform .text,
.smartform .textarea,
.smartform .select {
	background-color: #ffffff; /* white */
	border: 1px solid #7F9DB9; /* standard windows input border blue */
	color: #000000; /* black */
	display: block;
	float: left;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-decoration: none;
	width: 250px;
}
.smartform .button{
	color: #000000; /* black */
	display: block;
	float: left;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-decoration: none;
	width: 250px;
}
.smartform .checkbox {
	display: block;
	float: left;
	margin-right: 10px;
}
.smartform .checkbox_container {
	float: left;
	width: 250px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.smartform .checkbox_container label {
	color: #000000; /* black */
	display: block;
	float: left;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: left;
	width: 220px;
	padding: 2px 0 0 0;
	margin: 0;
	text-decoration: none;
}
.smartform .readonly {
	background-color: #eeeeee; /* light grey */
	border: 1px solid #7F9DB9; /* standard windows input border blue */
}
.smartform .error {
	background-color: #ffcccc; /* light red */
	border: 1px solid #7F9DB9; /* standard windows input border blue */
}

.smartform .halfinput {
	width: 120px;
	margin-right: 10px;
}

.smartform br {
	clear: left;
}

.smartform a {
	text-decoration: underline;
