body, html {
	margin:	0px;
	padding: 0px;
}

body {
	color: #000000;
	font-family: arial;
   	font-size: 12px;
	background-color: #0c263e;
	border:	0px;
	padding: 0px;
	margin: 0px;
	outline: none;		
	background-image:url('../images/logo.jpg');
	background-repeat: no-repeat;
	background-position:center center;		
}

.wrapper {
	margin:	0 auto;
	padding:0px;	
}

.loginbox {
	align:center;
	margin:	0 auto;
	width: 1050px;
	height:500px;
	color: #ffffff;
}

.logo {
	margin:0px 0px 0px 10px;
	float:left;
	position:absolute;	
}

.logo a {
	padding:0px 160px 220px 0px;
}

.login_form {
	padding:150px 0px 0px 310px;
}

.login_table {
	margin: 60px 0px 0px 80px;
	background-color: #ffffff;
	border: solid 5px #0c263e;
	padding: 0px 50px 50px 50px;
}

a { 
	color: #4f4f50;
}

label {
	color: #4f4f50;
}

.blackout {
	height				:	2000px;
	width				:	100%;
	z-index				:	2;
	position			: 	absolute;
	left				: 	0px;
	top					: 	0px;
	background-color	: 	#000000;       
    filter				:	alpha(opacity=20);
    -moz-opacity		:	0.2;
   	opacity				: 	0.2;
}

.modalwaiting div {
	width:100%;
}

.modalwaitingimg {
	margin-top			:	250px;
	margin-left			:	auto;
	background-image	:	url("../images/wait_icon.gif");
	background-position	:	top center;	
	background-repeat	:	no-repeat;	
	width				:	136px;
	height				:	136px;
	z-index				:	150;
}

.powered_by {
	display:none;
}

.loginbox h1 {
    color: #000;
}

#verify_password, #new_password{
	Font-Size: 16px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 25px;
	width: 250px;
	margin-bottom: 15px;
	color: #b7b3b3;
	font-weight: bold;
	padding-left: 5px;
	margin-left:55px;
}
#update-password-alert {
     width:215px;
}

#resetPassword {
    position: relative;
    left: 49px;
    bottom: 13px;
}