body, html {
	margin:	0px;
	padding: 0px;
}

body {
	color: #000000;
	font-family: arial;
   	font-size: 12px;
	background-color: #ffffff;
	border:	0px;
	padding: 0px;
	margin: 0px;
	outline: none;	
}

.wrapper {
	margin:	0 auto;
	width:600px;
}

.logo {
	text-align:center;
}

.loginbox {
	padding-top:40px;
	margin:	0 auto;
	width: 380px;
	height:240px;
	background-image:url('../images/loginbox.jpg');
	background-repeat: no-repeat;
	background-position:center center;	
	color: #ffffff;
}

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;
}