fieldset {
	border: none;
}

textarea {
	font: small Verdana, Arial, Helvetica, sans-serif;
	width: 90%;
}

#Main input {
	font-size: 1em;
}

.textinput, textarea {
	border: 1px solid #999;
	padding: 3px;
	background: url("../images/bg-subnav1.gif") 0 100% repeat-x;
	margin: 2px 0;
}





#ContactPage form span {
	display: block;
	width: 8em;
	float: left;
}

	#ContactPage form input {
		float: left;
	}

	#ContactPage form div div {
		padding: 0.5em 0;
		clear: both;
	}




/*
	The Registration pages
*/

#RegisterPage form {
	padding-top: 20px;
}

	#RegisterPage #Breadcrumbs {
		padding-top: 20px;
	}

	#RegisterPage .left {
		width: 100%;
		padding-right: 0px;
	}

	#RegisterPage form .leftCol {
		display: block;
		width: 12em;
		float: left;
		text-align: right;
		padding: 6px 1em 0 0;
	}

	#RegisterPage form .rightCol {
		display: block;
		float: left;
		text-align: left;
		padding: 6px 0 0 0;
		font-weight: bold;
	}


	#RegisterPage form input, #RegisterPage form select {
		float: left;
	}

	#RegisterPage select {
		margin-top: 3px;
	}

	#RegisterPage form .row {
		padding: 0.5em 0;
		clear: both;
	}

	#RegisterPage .button {
		margin: 30px 0 0 0;
		padding: 8px 40px 8px 10px;
		background: #eee url("../images/icon-arrow.gif") no-repeat 85% 45%;
		border: 2px solid;
		border-top-color: #ddd;
		border-right-color: #ccc;
		border-bottom-color: #bbb;
		border-left-color: #ddd;
		position: relative;
		left: 500px;
	}

	#RegisterPage .currentStep {
		color: #c10076;
		font-weight: bold;
	}

	#RegisterPage h3 {
		clear: both;
		margin-right: 20px;
	}

	#RegisterPage .spacetop {
		padding-top: 1.5em;
	}

	#RegisterPage .note {
		font-style: italic;
		color: #000;
	}

	#RegisterPage .textinput {
		width: 20em;
	}

		#RegisterPage .short {
			width: 6em;
		}

	#RegisterPage .checkinput {
		margin-right: 0.6em;
	}

	#RegisterPage .unhighlight {
		border: 1px solid #999;
		padding: 3px;
	}

	#RegisterPage .highlight {
		border: 2px solid #888;
		padding: 2px;
	}

	#RegisterPage .note_req {
		color: #e33;
		margin: 0 0 0 5px;
		position: relative;
		top: 4px;
		font-size: 85%;
	}

	.tooltip {
 		position: absolute;
		z-index: 2;
		display: none;
		border: 1px solid #555;
		color: #111;
		background-color: #f9fad2;
		padding: 0.7em 1em;
		font-size: 90%;
		width: 15em;
		line-height: 1.5;
	}

	.help {
		height: 21px;
		width: 21px;
		float: left;
		background: url("../images/help.gif") no-repeat 4px 5px;
		padding-top: 2px;
	}

	#RegisterPage .floatleft {
		float: left;
	}

	#RegisterPage #Formstep1 .floatleft {
		padding-top: 2px;
	}

	#RegisterPage .error {
		border-color: #c00;
	}

	#RegisterPage label.error {
		color: #c00;
		padding: 0 0 0 5px;
		position: relative;
		top: 0.3em;
		float: left;
	}

	#RegisterPage p {
		padding-right: 20px;
	}

	#RegisterPage p.error {
		color: #c00;
		position: relative;
		left: 5px;
	}

	#RegisterPage #Formstep2 {
		padding-top: 0;
	}

	#RegisterPage #rpllabel {
		width: 53%;
	}

	#RegisterPage .instructions {
		margin: 20px 0 10px 30px;
		line-height: 1.3;
	}
	
	#RegisterPage form .confirm {
		padding: 1em 0 2em 13em;
	}

	#RegisterPage form .confirm a {
		font-size: 80%;
		color: #c10076;
		text-decoration: none;
	}

	#RegisterPage form .confirm a:hover {
		text-decoration: underline;
	}

	#RegisterPage form .grey {
		color: #999;
	}

	#RegisterPage #terms {
		height: 150px;
		width: 90%;
		border: 1px solid #ddd;
		overflow: auto;
		padding: 1em;
		font-size: 80%;
	}

	#RegisterPage #agreeRow {
		margin-top: 1em;
	}
