@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000000;
	color:#ffffff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:75%;
	margin:0;
	padding:0;
}

a {
	color:#FFCC33;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

label, input {
	margin:5px 0px;
	
}

.wrapper {
	background:url('/images/background.jpg') no-repeat top;
	margin:0 auto;
	position:relative;
	top:100px;
	width:800px;
	height:500px;
}

.wrapper img {
	border:none;
}

.login {
	background-color:#000000;
	border-radius:15px;
	/*height:215px;*/
	opacity:0.9;
	padding:10px;
	margin:0 auto;
	position:relative;
	top:115px;
	width:200px;
}

.pw_recover {
	background-color:#4682B4;
	border-top-left-radius:15px;
	border-bottom-left-radius:15px;
	padding:10px;
	position:absolute;
	right:0;
	top:110px;
}

/*loading {
	bottom:40px;
	height:40px;
	position:absolute;
	right:-75px;
	width:160px;
}*/

.status {
	display:none;
	margin-left:10px;
}

.user_input {
	width:100%;
	/*height:25px;*/
	padding:5px 0px;
	font-weight:bold;
	background-color:#DAA520;
	border-radius:5px;
	border:none;
	text-indent:5px;
	line-height:1;
}

.validate {
	background-color:#E60000;
}

.submit {
 	/*position:absolute;
	bottom:10px;*/
	width:100%;
	height:40px;
	font-weight:bold;
	color:#ffffff;
	background-color:#4682B4;
	cursor:pointer;
	border:none;
	border-radius:5px;
}

.submit_disabled {
	/*position:absolute;
	bottom:10px;*/
	width:105px;
	height:40px;
	font-weight:bold;
	color:#ffffff;
	background-color:#333333;
	cursor:default;
	border:none;
	border-radius:5px;
}

.error {
	color:#E60000;
	font-size:10px;
}

.exception {
	color:#E60000;
	font-size:75%;
}
