body {
	/*background: yellow;*/
	text-align: center;
}

table.loginouter {
	margin-left: auto;
	margin-right: auto;
	background: url("/images/membersx.jpg");
	background-repeat: no-repeat;
	width: 600px;
	height: 250px;
}

table.logininner {
	width: 500px;
}

.center {
	text-align: center;
}

.standardTextBox{
	height:17px;
	border:1px solid #b1b1b1;
	background:#fff url(../images/inputBg.gif) repeat-x top left;
	margin-top:2px;
	margin-bottom: 6px;
	padding-left:2px;
	padding-top:2px;
}


#loginBox {
	padding:25px 50px;
	margin-left:15px;
	margin-top:10px;
	width:265px; height:90px;
	background-color: #FFFFFF;
	border: solid 1px;
	border-color: #dddddd;
}
#loginBox_UserName,	#loginBox_Password {
	clear:both;
	height:28px; }

#loginBoxUserNameLabel, #loginBoxPasswordLabel {
	float:left;
	padding:6px 6px 0px 0px;
	width:80px;
}

#loginBoxUserNameLabel span, #loginBoxPasswordLabel span {
	font-size:14px;
	font-weight:bold;
}

#loginBoxUserNameText, #loginBoxPasswordText {
	float:left;
	height:27px;
	padding:1px 0px 0px 0px;
}

#loginBoxUserNameText input, #loginBoxPasswordText input {
	width: 172px;
}
