/* Fix for IE6 transparent png*/
img, div { behavior: url('/public/html/include/iepngfix.htc') }

#signinbanner {
	width:720px;
	height:110px;
	float:left;
	clear:right;
	position: absolute;
	background-image:url('/images/salaryextras/salaryextraslogo.jpg');
	background-repeat:no-repeat;
    top: 10px;
    left: 50%;
    margin-left: -340px;
}
	
#extras_login {
	width:720px;
	height:336px;
	float:left;
	clear:right;
	position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -360px;
    background-image: url("/images/salaryextras/loginbox.png");
    background-repeat:no-repeat;
}

#login_form {
	width:360px;
	
}

#login_formbox {
	width:350px;
	height:240px;
	margin-left:16px;
	margin-top:20px;
}

#login_formbox a {
	color:#545454;
	text-decoration:none;
	font-size:11px;
}

#login_formbox a:hover {
	text-decoration:underline;
}

#login_page {
	margin-top:10px;
	width:960px;
	min-height:730px;
	height:100%;
	background-image: url('/images/salaryextras/people.jpg');
	background-repeat:no-repeat;
	background-position:bottom center;
	position:absolute;
	left:50%;
	margin-left:-480px;
}

#login_username_label {
	float:left;
	width:150px;
	height:22px;
}

#login_username_div {
	float:left;
	clear:both;
	margin-bottom:8px;
	width:340px;
}

#login_password_div {
	float:left;
	clear:both;
	margin-bottom:8px;
	width:340px;
}

#new_password_div {
	float:left;
	clear:both;
	margin-bottom:8px;
	width:340px;
}

#new_password_label {
	float:left;
	width:150px;
	height:22px;
}

#confirm_password_label {
	float:left;
	width:150px;
	height:22px;
}

#confirm_password_div {
	float:left;
	clear:both;
	margin-bottom:8px;
	width:340px;
}

#login_password_label {
	float:left;
	width:150px;
	height:22px;
}

#password_reminder_label {
	clear:both;
	float:left;
	height:36px;
	width:342px;
	margin-top:24px;
	margin-left:10px;
	font-family:Helvetica,Arial,sans-serif;
	font-size:11px;
}

#password_reminder_label a:hover {
	cursor: pointer;
}

#login_button_div {
	float:left;
	clear:both;
	margin-top:4px;
	text-align:right;
	width:340px;
}

#login_button {
	width:120px;
}

#loginleftcol {
	float:left;
	width:320px;
	height:334px;
}

#loginrightcol {
	float:left;
	width:380px;
	height:336px;
}

#loginlefttop {
	float:left;
	width:320px;
	height:200px;
}

#loginlefttop #text {
	margin-top:70px;
}

#loginleftbottom {
	float:left;
	width:340px;
	height:66px;
	margin-top:18px;
}

#loginrighttop {
	float:left;
	width:320px;
	height:200px;
}

#loginrightbottom {
	float:left;
	width:320px;
	height:auto;
	margin-top:12px;
}

#loginfooterleft {
	float:left;
	font-size:11px;
	margin-left:14px;
	margin-top:10px;
}

#footer1right {
	font-size:12px;
	margin-top: 7px;
	margin-right:10px;
	float:right;
}

.nominate {
	width:535px;
}

.nominate label{
	margin:0px;
	padding:0px;
}

#loginfooter {
	background-image:url('/images/salaryextras/logonfooter.png');
	clear:both;
	float:left;
	height:44px;
	width:962px;
	left:50%;
	margin-left:-481px;
	position:absolute;
	bottom:20px;
	margin-top:-30px;
	color:#7B7B7B;
}

#searchbox {
	position:absolute;
	left:540px;
	top:3px;
}

#searchbox input[type='text'] {
	height:11px;
	font-size:11px;
    width:136px;
}

#searchbox img {
    height: 16px;
    left: 143px;
    position: absolute;
    top: 1px;
}
