/*---------------- login frame -------*/
#login {
	height:700px;
}
/*---------------- error -------*/
#error {
	padding-left:30px;
}
	#error h1 {
		text-align:center;
		font-size:20px;
		color:#999999;
		margin-bottom:50px;
	}
	#error h4 {
		color:#ff0000;
		font-weight:bold;
		font-size:12px;
	}
/*---------------- loginbox -------*/
#loginbox {
	background-image:url(../images/loginbg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:400px;
	height:340px;
}
	#inputbox {
		width:155px;
		height:200px;
		padding:60px 0 0 45px;
		color:#FFFFFF;
	}
	#inputbox input {
		border:#990000 solid 1px;
		width:148px;
		font-size:14px;
		color:#990000;
	}
	#loginbox .loginbutton {
		width:34px;
		height:34px;
		border:none;
		margin-top:5px;
	}
/*--------------------------------------------------------- logout -------*/
#logout h1 {
	text-align:center;
	font-size:20px;
	color:#999999;
	margin-bottom:50px;
}
/*--------------------------------------------------------- random -------*/
#login .have {
	text-align:center;
	color:#990000;
	font-size:12px;
}
#random img {
	border:none;
}
#one {
	width:170px;
	height:100px;
	color:#FFFFFF;
	font-size:10px;
	border:#333333 solid 1px;
	background-color:#333333;
	border:#333333 solid 5px;
	float:left;
	margin-right:30px;
	position:relative;
	z-index:2;
	left:10px;
}
#two {
	width:170px;
	height:100px;
	color:#FFFFFF;
	font-size:10px;
	border:#333333 solid 1px;
	background-color:#333333;
	border:#333333 solid 5px;
	float:left;
	position:relative;
	z-index:4;
	top:10px;
}
#three {
	width:170px;
	height:100px;
	color:#FFFFFF;
	font-size:10px;
	border:#333333 solid 1px;
	background-color:#333333;
	border:#333333 solid 5px;
	float:left;
	position:relative;
	z-index:3;
	top:-20px;
	left:120px;
}
/*-------------------------------------------change frame & signup -------*/
#changeframe {
	background-image:url(../images/registerbg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#changeframe h1 {
	margin:0 70px 0 0;
	text-align:right;
	color:#FFFFFF;
	font-size:20px;
	padding-top:10px;
}
#changeframe h1 b {
	color:#ff9900
}
/*--- form --- */
#changeform {
	background-image:url(../images/signupbg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	border:#c5a35a solid 1px;
	background-color:#ede2cc;
	padding:10px;
	width:280px;
	margin:100px auto 20px auto;
}
#changeform p { 
	margin:0 0 10px 0;
	color:#990000;
}
#changeform .button { 
	margin:10px 0 0 100px;
}
/*--- error --- */
#error {
	padding:10px;
}
#error b {
	font-size:12px;
}
#register_err {
	background-color:#FFFFFF;
	padding:10px;
	border-color:#CCCCCC;
	position:relative;
}
#register_err b {
	color:#ff0000;
}
/*--- login_links --- */
#login_links {
	margin-left: 50px;
	font-weight: bold;
}
#login_links a {
	font-size: 12px;
}
