/*	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2007
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
/*	-------------------------------------------------------------
	REGISTER FORM
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #registerForm {
	width: 440px;
	background: #f188b8;
	margin: 10px auto;
}
	
#content #registerForm h3 {
	font: 1.5em Verdana;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 5px 0 8px 0;
	background: url(../images/registerForm_corner.gif) top right no-repeat;
}

#content #registerForm table {
	padding: 10px 10px;
	background: #f8b7d5;
	width: 100%;
}

#content #registerForm table tbody td {
	display: table-cell;
	padding: 6px 0 4px 6px;
	vertical-align: top;
	border-bottom: 1px solid #efa8c9;
}

#content #registerForm table tbody tr.last td {
	border-bottom: none;
}

#content #registerForm .textbox, #content #registerForm .textboxSmall {
	width: 230px;
	border: 1px solid #eda3c5;
	background: #fae5ef;
	padding: 2px 2px;
}

#content #registerForm .textboxSmall { width: 150px; }

#content #registerForm .textbox:focus, #content #registerForm .textboxSmall:focus { background: #fcf6f9; border: 1px solid #e99dc0; }

#content #registerForm div.registerFormSubmit {
	padding: 8px 0;
	text-align: center;
	background: #fba9cf;
	border-bottom: 4px solid #f79ac5;
}


/*	-------------------------------------------------------------
	REGISTER CONFIRMATION FORM
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #registerConfirmForm {
	width: 480px;
	background: #f277ad;
	border: 3px solid #f6a0c5;
	margin: 10px auto;
	color: #fff;
	font-weight: bold;
	font: 1.4em Arial;
}

#content #registerConfirmForm table {
	margin: 10px auto;
}

#content #registerConfirmForm table td {
	padding: 2px 3px;
}

#content #registerConfirmForm label {
	font-weight: bold;
}
	
#content #registerConfirmForm .textbox, #content #registerConfirmForm .textboxSmall {
	width: 180px;
	border: 1px solid #e6639d;
	background: #fae5ef;
	padding: 2px 2px;
}

#content #registerConfirmForm .textbox:focus { background: #fcf6f9; border: 1px solid #dc5590; }




