@charset "UTF-8";
/* CSS Document */

#wrapper {
	overflow: hidden;
	width: 100%
	
}

#loginBox {
	border: 1px solid #CCCCCC;
	/*width: 300px;*/
	width:45%;
	margin: 5px;
	padding: 10px;
	float: left;
	height: 350px;
}
#signUpBox {
	border: 1px solid #CCCCCC;
	width:45%;
	margin: 5px;
	padding: 10px;
	height: 350px;
		float: left;

}

.loginmessage {
	text-align: center;
}
.loginmessage a:link, .loginmessage a:visited {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/processing_login.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display:block;
	padding: 1.5em;
}

.loginmessage a:hover, .loginmessage a:focus {
	text-decoration: underline;
	
}.labels {
	text-align: right;
	width: 80px;
	float: left;
	padding: 4px;
}
.inputs {
	padding: 4px;
}


form#login fieldset {
	border:none;
	text-align:right;
	position:relative;
	background-image: url(../images/padlock.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 120px;
	padding-right: 30px;
}

form#login label {
	padding:3px;
	display:block;
	
}

#username, #password {
	width:180px;
}