/* ############################################################################
   ##
   ##  Extranet Website Stylesheet
   ##
   ######################################################################### */

/* ####################################
   HTML Element Styles
   ################################## */

#PreregisterForm {
	/*margin: 0px 0px 20px 0px;
	padding: 0px;
	border-bottom: 1px solid white;*/
}
	#PreregisterForm table {
		/*width: 100%;*/
	}
	#PreregisterForm table td {
		/*padding: 5px 0px;
		width: 50%;*/
	}
	#PreregisterForm input.radio {
		/*border: none;*/
	}
	#PreregisterForm input.text {
		width: 260px;
		/*width: 200px;*/
	}
	#PreregisterForm textarea {
		width: 270px;
		height: 100px;
	}
	#PreregisterForm input.submit-button {
		/*display: inline;
		width: 85px;
		height: 23px;
		font-family: Arial;
		font-size: 83.5%;
		font-weight: bold;
		color: #ffffff;
		text-transform: uppercase;
		background: url(/images/templates/bg_button_medium.gif) top left no-repeat;
		border: none;*/
	}
	#PreregisterForm .large-button {
		/*display: block;
		margin: 0px 0px;
		padding: 4px 0px 0px 0px;
		width: 150px;
		height: 23px;
		text-align: center;
		background: url(/images/templates/bg_button_large.gif) top left no-repeat;
		border: none;*/
	}
		#PreregisterForm .large-button a {
			/*font-family: Arial;
			font-size: 91.7%;
			font-weight: bold;
			color: #ffffff;
			text-transform: uppercase;
			text-decoration: none;*/
		}
