@charset "UTF-8";
/* CSS Document */


.form-label
{
	float: left;
	width: 150px;
	clear: both;
	text-transform: capitalize;
}

.form-instructions
{
	float: left;
	color: #999999;
	width: 250px;
}

.form-input, .form-radio
{
	float: left;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: right;
	font-size: 11px;
}

.form-icon
{
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 1px;
}

.form-select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
	float: left;
	font-size: 11px;
}

.form
{
	clear: left;
	float: left;
	width: 680px;
	margin-left: 10px;
}

.form p
{
	clear: left;
	float: left;
}

.form-submit {
	color: #FFFFFF;
	background-image: url(/images/forms/button-background.gif);
	background-repeat: repeat-x;
	background-position: 0% 50%;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #83BDFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #5798E6;
	border-right-color: #5798E6;
	border-bottom-color: #83BDFF;
	clear: both;
	float: left;
	cursor: auto;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.form-checkbox
{
	float: left;
	clear: left;
	width: 365px;
}

.form-checkbox input
{
	float: right;
	margin-bottom: 3px;
}

.form-label-checkbox
{
	float: left;
	text-transform: capitalize;
	margin-bottom: 3px;
}

.form-radiogroup
{
	clear: left;
	float: left;
}

.form-label-radio
{
	clear: left;
	float: left;
	margin-left: 160px;
}

.form-row
{
	clear: left;
	float: left;
	width: 100%;
	margin-bottom: 3px;
}
