.header{
	height:65px;
}

h1, h2{
	padding-top:0;
	margin-top:0;
}

p, label{
	font-size:12px;
}

.moduleContent {
	border:1px solid #AAAAAA;
	border-radius: 10px;
	padding:2%;
	float:left;
	position:relative;
	background-image: url('../../images/common/module_back.png');	
}

#errorMessages, #successMessages{
	height:auto;
	margin: 0 0 1%;
    width: 95.9%;
	color:red;
}

#successMessages p{
	color:green;
}

#errorMessages ul{
	padding:0;
	margin:0 0 0 9%;
}

input{
	float:left;
	position:relative;
	width:120px;
	resize:none;
}

#register input{
	position:relative;
}

#register h4{
	float:left;
	clear:left;
	width:100%;
}

label{
	float:left;
	clear:left;
	position:relative;
}

/* layout */ 
#loginContent{
	height:90%;
	width:99.9%;
}

/* login page */
#loginTitle{
	width: 96%;
	margin-bottom:1%;
	height:60px;
}

#upgrade {
	width: 96%;
	margin-bottom:1%;
	height:190px;
	font-weight:bold;
}

#authentication{
	width: 45%;
	height:320px;
}

#authentication table{
	margin:4% 0 3% 6%;
}

#authentication table td{
	padding:2px;
}

#authentication table .padLeft{
	padding-left:25px;
}

#authentication form img{
	float:left;
	position:relative;
	clear:both;
	margin:2% 0 0 28%;
	border:1px solid black;
	border-radius:5px;
	cursor:pointer;
}

#authentication form .captchaInput{
	float:left;
	position:relative;
	clear:left;
	width:200px;
	margin:2% 0 10px 28%;
}

#authentication form label{
	float:left;
	position:relative;
}

#registration{
	width: 45%;
	margin-left:1.5%;
	height:320px;
}

#resetPasswordContainter{
	margin-top:5%;
	text-align:center;
	width:100%;
	height:40%;
}

#resetPasswordContainter label{
	margin-left:19%;
	clear:left;
}

#resetPasswordContainter input{
	margin:3% 0 3% 19%;
	clear:left;
	width:65%;
}

#resetPasswordContainter img{
	border:1px solid black;
	cursor:pointer;
	border-radius:5px;
}

#resetPasswordContainter #resetPasswordCaptcha{
	float:left;
	position:relative;
	clear:left;
	width:100%;
}

#resetPasswordContainter #resetPasswordCaptcha label{
	margin:3% 0 2% 0;
	position:relative;
	width:100%;
}

#resetPasswordContainter #resetPasswordButton{
	width:135px;
	margin:0 0 0 35%;
	height:31px;
}

#testers{
	margin-bottom:1%;
	width:95.9%;
}

#testersButton{
	margin-left:0;
}

/* register page */
#registerTitle{
	width: 96%;
	margin:0 0 1% 0;
	height:60px;
}
#register{
	width: 96%;
	margin:0 0 1% 0;
	height:780px;	
}

#register table{
	margin:4% 0 3% 4%;
}

#register table td{
	padding:2px;
}

#register table .padLeft{
	padding-left:23px;
}

#register form img{
	float:left;
	position:relative;
	clear:both;
	margin:2% 0 0 38%;
	border:1px solid black;
	border-radius:5px;
	cursor:pointer;
}

#register form .captchaInput{
	float:left;
	position:relative;
	clear:left;
	width:200px;
	margin:2% 0 4% 38%;
}

#register form label{
	float:left;
	position:relative;
}

#register form textarea{
	float:left;
	position:relative;
	clear:left;
	width:320px;
	margin:2% 0 4% 0%;
	height:240px;
	font-family: auto;
	white-space: pre-line;
}

#register #termsOfUseLabel{
	height:240px;
	margin:2% 0 4% 0%;
}

#registerComplete {
	height: 170px;
}

#termsOfUseCheckBoxLabel{
	float:left;
	position:relative;
	clear:left;
	height:240px;
}

#returnToLoginButton{
	width:120px;
	float:right;
	height:31px;
}

#returnToLoginButtonLeft{
	width:120px;
	float:left;
	height:31px;
}

#submitButton{
	clear:left;
	float:left;
	margin-left:23%;
	height:31px;
	width:65px;
	position:relative;
}

#forgottenButton{
	float:left;
	margin-left:3%;
	height:31px;
	width:165px;
	position:relative;
}

#registerDetailsButton{
	clear:left;
	float:left;
	margin:0% 0 0 38%;
	height:31px;
	width:85px;
	position:relative;
}

#registerButton{

	float:left;
	margin:5% 0 0 0;
	height:31px;
	width:85px;
	position:relative;
}

/**
 * Logout Page
 */
#logoutTitle{
	height: 90px;
    margin: 0 0 1% 0;
    width: 95.9%;
}

#backToLoginButton{
	margin-top:10px;
	height:31px;
	width:136px;
}
