/* Prov/State Drop Down */
#divProvStatValue{
	display: block;
	float: left;
	text-align: left;
	width: 150px;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #848A8D;
}


/* Field labels */
label {
	text-align: right;
	display: block;
	float: left;
	width: 75px;
	margin-right: 5px;
}

textarea {
	display: block;
	float: left;
	border: 1px solid #848A8D;
}

/* Required Field Validator */
div.required {
	float: left;
	color:#CC0000;
}

/* Input fields */
input.register {
	display: block;
	float: left;
	width: 180px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #848A8D;
	border: 1px solid #848A8D;
	padding: 1px 2px;
}

/* Drop Downs */
select.register {
	display: block;
	float: left;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #848A8D;
	border: 1px solid #848A8D;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	 
}


/* Field Labels */
.formRequired {
	color: #000000;
}

/* Required Indicator */
.required {
	color: #CC0000;
}


/* -------------------------------- No need to edit these -------------------------------- /

/* Show/Hide */
div.show {
	visibility: visible;
}

div.hide {
	visibility: hidden;
}

input.hide {
	display: none;
}

/* -------------------------------- No need to edit these -------------------------------- /


/* Added May 2009 to support the form being split in two */

.seperator {
	line-height:1px;
	height:10px;
	clear:left;
}


.longFormTable {
	border-collapse:collapse;
}
	.longFormTable td {
		vertical-align:top;
	}
	
	.longFormTable td.leftSide {
		width:290px
	}
	
	.longFormTable td.rightSide label {
		text-align: left;
		display: block;
		float: none;
		width: auto;
		margin:0 0 5px 0;
	}
	
	.longFormTable td.rightSide textarea {
		width: 220px;
	}

form#form2 input.register {
	width:140px;
}

form#form2 label {
	font-size:10px;
	width:60px;
}

form#form2 seperator {
	height:5px;
}