* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url(images/body_bg.gif) repeat-x;
	font: 9pt Arial;
	color: #636363;
	text-align: center;
}
fieldset {
	border: none;
}
#main {
	margin: 0 auto;
	padding-top: 20px;
	text-align: left;
	width: 975px;
}

#logo_and_search {
	width: 1080px;
	position: relative;
	left: -30px;
}

#top {
	display: inline-block;
}

#searchbar {
	display: inline-block;
	margin-bottom: 41px;
	width: 660px;
}

.provider_inside .s_input_provider {
	height: 43px !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.provider_inside .s_input_provider {
		height: 45px !important;
	}
}

#login {
	background: url(images/form_bg_center.png) repeat-y;
	height: auto;
}
#login_header {
	background: url(images/form_bg_upper.png) no-repeat;
	height: 13px;
	width: 969px;
}
#login_footer {
	background: url(images/form_bg_lower.png) no-repeat;
	height: 19px;
	width: 969px;
}
#login_form {
	margin: 0 auto;
	overflow: hidden;
	padding: 66px 0;
	width: 622px;
}
#login_form fieldset {
	border: none;
	margin-bottom: 5px;
}
#login_form fieldset label {
	display: block;
	float: left;
    width: 250px;
}
#login_form fieldset label span {
	color: #636363;
    display: block;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 10px 0 0;
    width: 100px;
}
#login_form fieldset input {
	background: url(images/input_shadow.gif) no-repeat;
	border: 4px solid #e6e6e6;
	font-size: 20px;
    padding: 8px;
    width: 210px;
}
.form_button {
	float: left;
	margin-top: 20px;
	width: 122px;
}
.forgot_link {
	color: #0c79c4;
	font-weight: bold;
}
#login_form #login_submit_button {
	background: url(images/submit.gif) no-repeat;
	border: 0;
	color: #39f;
	cursor: pointer;
	display:block;
	font-size: 0;
	height: 48px;
	line-height: 0;
	width: 122px;
}
#login_username,
#login_password,
#login_submit {
	float: left;
	padding: 10px;
}
#login_form .error {
	color: red;
	font-weight: bold;
}
.support_links {
	padding-top: 5px;	
}
.support_links span a {
	text-decoration: none;
}