/* CSS Document */

#loginbox
{
	position:relative;
	top:0px;
	left:0px;
	width:800px;
	height:230px;
	margin:0px;
}

#username_login
{
	position:absolute;
	top:0px; 
	left:0px;
	width:300px;
	height:50px;
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	font-weight:700;
	text-align:center;
	z-index:2;
	padding-top:20px;
}

#password_login
{
	position:absolute;
	top:50px; 
	left:0px;
	width:300px;
	height:50px;
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	font-weight:700;
	text-align:center;
	z-index:2;
}

#button_login
{
	position:absolute;
	top:80px; 
	left:0px;
	width:300px;
	height:30px;
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	font-weight:700;
	text-align:center;
	z-index:2;
}

#register_login
{
	position:absolute;
	top:110px; 
	left:0px;
	width:300px;
	height:30px;
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	font-weight:700;
	text-align:center;
	z-index:2;
}

#registerbox_login
{
	background-color:#FFFFFF;
	position:absolute;
	top:0px;
	left:300px;
	width:500px;
	height:230px;
	margin:0px;
	background-image: url(../Images/Sample_Picture_login.png);
	background-position:center top;
	background-repeat:no-repeat;
}

#registerbox_login_info
{
	background-color:#FFFFFF;
	position:absolute;
	top:0px;
	left:300px;
	width:492px;
	height:222px;
	margin:0px;
	border:#000000 #999999 4px ridge;
}

#sidepanel_login_1
{
	position:absolute;
	top:0px;
	left:0px;
	width:300px;
	height:145px;
	background-color:#0099CC;
	background-image:url(../Images/login_top.png);
	background-position:center top;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	z-index:2;	
}

#reg_ad_login_1
{
	position:absolute;
	top:140px;
	left:0px;
	width:300px;
	height:90px;
	background-image:url(../Images/login_bottom.png);
	background-position:center;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	z-index:3;	
}

#reg_ad_login_2
{
	z-index:4;
	position:absolute;
	top:0px;
	left:0px;
	width:300px;
	height:90px;
	margin:0px;
	padding:0px;
}

.standout_login
{
	text-align:center;
	text-decoration:none;
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-style:normal;
	font-weight:700;
	margin:0px;
	padding:0px;
	padding-top:20px;
}

.standdown_login
{
	text-align:center;
	text-decoration:none;
	color: #333333;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-style:normal;
	font-weight:700;
	margin:0px;
	padding:0px;
}