#loginForm {
	}
#loginForm fieldset, #regForm fieldset {
	border:1px solid #B74849;
	}
#loginForm fieldset label, #regForm fieldset label {
	width:80px; text-align:right: padding-right:15px; display:inline; float:left; margin-bottom:10px; padding-top:2px;
	}
#loginForm fieldset br, #regForm fieldset br {
	clear:left;
	}
#loginForm input, #regForm input, #regForm select, #regForm textarea {
	width:180px;
	font-size:11px;
	background-color:#FFFFFF;
	color:#B74849;
	height:17px;
	border: 1px solid #B74849;
	}
#regForm select, #regForm .smallTextBox {
	width:70px;
	}
#regForm textarea {
	height:100px; margin-bottom:6px;
	}
#loginForm .sendButton, #regForm .sendButton {
	margin-top:6px; padding-bottom:2px; height:21px;
	background-color:#B74849; color:#FFFFFF;
	}