/* CSS Document */
body, html {
/* 	background:#FDFDFF; */
/* 	*background:#E5EDF7; */
/* 	background-image: -ms-linear-gradient(top, #FDFDFF 0%, #E5EDF7 100%); */
/* 	background-image: -moz-linear-gradient(top, #FDFDFF 0%, #E5EDF7 100%); */
/* 	background-image: -o-linear-gradient(top, #FDFDFF 0%, #E5EDF7 100%); */
/* 	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDFDFF), color-stop(1, #E5EDF7)); */
/* 	background-image: -webkit-linear-gradient(top, #FDFDFF 0%, #E5EDF7 100%); */
/* 	background-image: linear-gradient(to bottom, #FDFDFF 0%, #E5EDF7 100%); */
	cursor:default !important;
}

img.bg {
	height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
.top_logo {
	overflow:auto;
	height:66px;
	width:437px;
	background:url(../images/login_logo.png) bottom center no-repeat;
	margin-top:auto;
	margin-bottom:auto;
}
form div p { position:relative }

.wrapper {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height:300px;
  overflow: visible;
}
#login_frame {
	width: 440px;
	height: 300px;
	margin-left: -220px;  /***  width / 2   ***/
	position: absolute;
	top: -150px;          /***  height / 2   ***/
	left: 50%;
}
.form_body {
	height:180px;
	background-color:#f0f0f0;
	padding-top:20px;
}
.innerlabel {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:18px;
	color:#a2a2a2;
	padding:5px 8px 0 8px;
	position:absolute; top:0; left:0;
}

input[type="text"],input[type="password"] {
	width:270px;
	height:22px;
	padding:4px;
	padding:4px 8px 4px 8px;
}
#login_frame .center {
	width:280px;
}
#login_frame .cbcenter {
	margin-left:auto;
	margin-right:auto;
	width:270px;
	margin-bottom:15px;
	color:#000;
}
.buttons {
	width:150px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
}
.buttons input[type="submit"] {
	width:70px;
}
.bottom_links {
	width:300px;
	text-align:center;
	font-size:14px;
	padding-top:0;
	margin-right:auto;
	margin-left:auto;
}
label {
	margin-left:1px;
	margin-top:1px;
	display:inline;
	vertical-align:middle;
}

.ie8 label {
	BACKGROUND-COLOR: white;
}
.errorMessage {
	list-style: none;
	text-align: center;
	font-size:14px;
	padding-right:10px;
}