
* {
	outline: none;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	
	font-family: Arial;
	font-size: 11px;
	color: #5f5f5f;
}

#wrapper {
	height: 100%;
	min-width: 900px;
	
}

#login_wrapper {
    background: url("../images/bg.gif") repeat scroll 0 0 transparent;
    height: 100%;
}
#login_wrapper form {
	margin: 0;
	padding: 0;
	width: 336px;
	margin: 0 auto;
}

#login_wrapper fieldset {
	margin: 0;
	padding: 125px 0 0;
	border: 0;
	position: relative;
	top: 0;
	left: 0;
	height: 396px;
}


#logo {
	display: block;
	margin: 0;
	padding: 0;
	width: 470px;
	height: 75px;
}
#logo a {
    background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 100%;
    margin: auto;
    overflow: hidden;
    text-indent: -3000px;
    width: 55%;
}

.formular {
	min-height: 162px;
    padding: 10px;
    width: 336px;
	background:url("../images/dashBg.gif") repeat-x scroll 0 0 #E5E5E5;
	-webkit-box-shadow:  0px 0px 3px  0px #bbc9d3;
	-moz-box-shadow: 0px 0px 3px 0px #bbc9d3;
	box-shadow: 0px 0px 3px 0px #bbc9d3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}



.formular_inner {
    margin-left: 15px;
    margin-right: 15px;
}

.formular label {
	width: 100%;
	overflow: hidden;
	display: block;
	padding: 12px 0 0;
}

.formular label.inline {
	width: auto;
	margin: 0 0 0 86px;
	padding: 6px 0 0;
}

.formular label strong {
	float: left;
	white-space: nowrap;
	color: #3a3a3a;
	line-height: 22px;
	font-size: 12px;
}

.input_wrapper {
	display: block;
	float: right;
	border: 1px solid #d3d3d3;
	background:url(../images/login/input_bg.png) repeat;
	padding: 2px 3px;
	width: 197px;
	
}

.input_wrapper input {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	font-family: Arial;
	font-size: 12px;
	display: block;
	width: 100%;
}

input.checkbox {
	vertical-align: middle;
}

.form_menu {
	margin: 0 0 0 86px;
	padding: 0;
	width: 225px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 96px;
}

.form_menu li {
	float: left;
	list-style: none;
	padding: 0 4px 0 0;
}


.button input {
	opacity: 0;
	filter: alpha(opacity=0);
	width: 1000px;
	height: 1000px;
	position: absolute;
	top: -100px;
	left: -100px;
	display: block;
	cursor: pointer;
}

.button {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	background:url(../images/login/submit_middle.gif) repeat-x;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
	color: #5b89a4;
	float: left;
	
	
}

.button:hover {
	text-decoration: underline;
}

.button  span {
	background:url(../images/login/submit_left.gif) no-repeat;
	display: block;
	float: left;
}

.button  span span {
	background:url(../images/login/submit_right.gif) no-repeat right top;
	display: block;
	padding: 0 14px;
	float: left;
}

.form_menu a:link,
.form_menu a:visited,
.form_menu a:active
 {
	display: block;
	background:url(../images/login/lk_middle.gif) repeat-x;
	line-height: 27px;
	color: #708592;
	text-decoration: none;
	float: left;
}

.form_menu a:hover {
	text-decoration: underline;
}

.form_menu a span {
	display: block;
	background:url(../images/login/lk_left.gif) no-repeat;
	float: left;
}

.form_menu a span span {
	display: block;
	background:url(../images/login/lk_right.gif) no-repeat right top;
	padding: 0 10px;
	float: left;
	cursor: pointer;
	
}
/*
.error {
	position: absolute;
	top: 49px;
	left: 50%;
	margin-left: -164px;
	height: 26px;
	line-height: 26px;
	background:url(../images/login/error_bg.gif) no-repeat;
	width: 328px;
	color: #96a3a9;
	
	
}*/

.error {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 2px solid #EEEEEE;
    border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
    color: #96A3A9;
    height: auto;
    left: 55%;
    line-height: 1px;
    margin-left: -225px;
    padding-top: 3px;
    position: absolute;
    top: 188px;
    width: 328px;
}
.error_inner {
	margin-bottom: 3px;
    padding: 0 9px 0 20px;
	#background:url(../images/login/error_ico.gif) no-repeat 9px center;
	
}

.error strong {
	color: #f1b500;
	font-size: 12px;
	padding: 0 6px 0 0;
}

.error span {
	padding: 0 0 0 5px;
}

#err_login_msg{
  display:none;
    
  }
  .head{
  height:132px;
  background: url("../images/headBg.gif") repeat-x scroll 0 0 transparent;
  }
  .footer{
  height: 42px;
   background: url("../images/footerBg.gif") repeat-x scroll 0 0 transparent
  }
.submitButton {
    background: url("../images/submitCancelButton.png") no-repeat scroll left top transparent;
    border: medium none;
    color: transparent;
    cursor: pointer;
    display: block;
    height: 35px;
    text-indent: -9999px;
    text-transform: uppercase;
    width: 83px;
	float:left;
}
  .cancelButton{
background: url("../images/submitCancelButton.png") no-repeat scroll right top transparent;
    border: medium none;
    color: transparent;
    cursor: pointer;
    display: block;
    height: 35px;
    text-indent: -9999px;
    text-transform: uppercase;
    width: 78px;;
  }