/* Global styles */
body,input,textarea,select,option{
	font-family:Verdana,Arial,sans-serif;
	font-size:10px;
}

body{
	/*background-color:#ebecee;*/
}
a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

/* Login page */
#loginPage #wrapper{
	margin:-10px auto;
	padding:10px;
	width:900px;
	height:600px;
	background-image:url(../images/loginbg.jpg);
	background-repeat: no-repeat;
	position:relative;
}

#loginPage #wrapper_ie6{
	margin:-10px auto;
	padding:10px;
	width:900px;
	height:600px;
	background-image:url(../images/new_ie6.jpg);
	background-repeat: no-repeat;
	position:relative;
}

#loginPage #w1{
	/*margin:50px auto 0;
	padding:0;
	font-size:1px;
	width:800px;
	height:10px;
	z-index:10;
	position:relative;
	background-image:url(../images/top_bg.gif);*/
}
#loginPage #w2{
	margin:0 auto 10px;
	padding:0;
	font-size:1px;
	width:800px;
	height:10px;
	z-index:10;
	position:relative;

}
#loginPage #links{
	position:absolute;
	right:10px;
	bottom:0;
	list-style:none;
}
#loginPage #links li{
	display:inline;
	border-left:1px solid #636466;
	font-size:8px;
	padding:0;
	margin:0;
}
#loginPage #links li.first{
	border-left:none;
}
#loginPage #links li a:link,#loginPage #links li a:visited{
	color:#636466;
	padding:0 8px 0 11px;
	font-size:10px;
	text-decoration:none;
}
#loginPage #links li a:hover{
	color:#c4112f;
}


/* Login form */

#loginFormContainer {
	background:transparent url(../images/formbg.gif) no-repeat scroll 0 0;
	float:left;
	height:216px;
	margin: 149px 0 0 10px;
	width:359px;
}

#loginFormContainer h2 {
	border-bottom:1px solid #C4112F;
	color:#C4112F;
	float:left;
	display:inline;
	font-size:14px;
	margin:7px 0 0 30px;
	padding-bottom:3px;
	width:300px;
}

#loginForm fieldset, .registerForm {
  border: 0 none;
  float: left;
  margin: 54px 0 0 34px;
  padding: 0;
  width: 300px;
}

.registerForm .td1_form {
	display:block;
	width:114px;
}

.registerForm .td2_form {

}

#loginFormContainer #loginForm label {
  background: url("../images/idjo-label.png") no-repeat scroll 0 0 transparent;
  color: #FFFFFF;
  display: inline;
  float: left;
  height: 19px;
  line-height: 17px;
  margin: 0 0 4px;
  text-indent: 10px;
  width: 78px;
}

#loginFormContainer #loginForm input {
  background: url("../images/idjo-text.png") no-repeat scroll 0 0 transparent;
  border: 0 none;
  float: left;
  height: 19px;
  margin: 0 20px 5px 0;
  width: 130px;
}
#loginForm-persistent_label {
  background: none repeat scroll 0 0 transparent !important;
  height: auto !important;
  line-height: 1 !important;
  margin: 4px 0 0 !important;
  text-indent: 0 !important;
  width: 90px !important;
}

#loginFormContainer #loginForm .checkbox {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  display: inline;
  float: left;
  height: auto;
  margin: 3px 0 0;
  width: auto;
}

.registerForm .buttonType,.loginForm .buttonType,.resetForm .buttonType, #loginFormContainer #loginForm .submit{
	color:#fff;
	background-color:#c4112f;
	border:1px solid #c4112f;
	width:35px;
	height:20px;
	margin-right:130px;
}

.registerForm .buttonType {
	width:auto;
}

#loginFormContainer #loginForm .submit {
  background: url("../images/idjo-go.png") no-repeat scroll 0 0 transparent;
  border: 0 none;
  display: inline;
  height: 20px;
  margin: 0 0 0 73px;
  overflow: hidden;
  text-indent: 400px;
  width: 33px;
}

#loginForm p, #loginFormContainer p{
	margin:2px 3px 10px 87px;
	padding:5px 0 0 0;
	color:#868686;
}

#loginFormContainer p {
	color: #FFFFFF;
	float:right;
	display:inline;
	margin:5px 125px 0 0;
	width:200px;
}

#loginForm p a:link,#loginForm p a:visited,
#loginFormContainer p a:link,#loginFormContainer p a:visited{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

#loginFormContainer .info {
	display: inline;
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 16px 0 0 9px;
    width: 100%;
	color: #ffffff;
}

.loginForm-errorMsg {
	color:#C4112F;
	float:left;
	height:12px;
	line-height:12px;
	margin-top:-6px;
	text-align:center;
	width:100%;
}






#loginForm fieldset legend{
	display: none;
}

#loginForm h2{
	margin:0;
	padding:0 0 10px 0;
	color:#c4112f;
	font-size:14px;
	width:auto;
	border-bottom:1px solid #c4112f;
}

#loginFormContainer #loginForm
.loginForm{
	border-top:1px solid #fff;
	padding-top:10px;
}

.loginForm .loginform_label,.resetForm .loginform_label{
	padding-top:2px;
	width:80px;
	color:#222121;
	text-align:right;
}
.resetForm{
	margin-top: 73px;
}

/*-------------------BottomLogos--------------------------*/

#logos{
	float:left;
	height:75px;
	margin: 219px 0 0;
	width:100%;
}

#logos table{
	float:right;
	margin-top:0;
}
#logos table td{
	width:90px;
	height:35px;
}
a img{
	border:none;
}

/* footer */
#footer_ie6 {
  color: #505050;
  padding: 10px;
  position: absolute;
  top: 670px;
  width: 780px;
}

#footer{
	margin:-10px auto;
	padding:10px;
	width:780px;
	color:#505050;
	float: left;
}
#login_FCK {
  display: block;
  left: 20px;
  position: absolute;
  text-align: jutify;
  top: 140px;
}

#ie6_FCK {
display: block;
  left: 20px;
  position: absolute;
  text-align: jutify;
  top: 140px;
}
#ie6_logo{
    float: left;
    height: 75px;
    margin: 157px 0 0;
    position: absolute;
    top: 460px;
    width: 100%;
	
	}
