#loginPanel, #forgotPanel {
	border: 1px solid #908f8e;
	width: 350px;
	height:200px;
	margin: 20px auto 40px;
	text-align: left;
	background-image: url(../images/bckg_loginpage_box.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;

}

.loginBox{
	text-align: center;
}

#forgotPassword a:link, #forgotPassword a:visited {
	color: #2778bb;
	text-decoration:none;
}

#forgotPassword a:hover {
	color: #ec9d06;
	text-decoration:none;
}


#loginPanel h1, #forgotPanel h1 {
	background-image: url(../images/bckg_loginpage_h1.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color: #ffffff;-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	height: 27px;
	margin:0;
	padding: 2px 0px 2px 5px;
	text-align: left;
}

#loginPanel .info-message {
	text-align:center;
	border-top:none;
	margin:10px 0;
}

.loginBox .login {
	border-top: 1px dotted #A9A9A9;
	padding:5px;
	text-align:center;
}

.loginBox dt label {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	width:80px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:20px;
	float:left;
}

#forgotPassword {
	margin-top:2px;
	text-align:center;
}

#sentMsg {
	position: absolute;
	top: 200px;
	left: 200px;
	height: 250px;
	width: 250px;
	border: thin solid black;
	visibility: hidden;
	background-color: white;
}

.forgot-password-window {
    display: none;

    position: fixed;
    top: 13%;
    left: 50%;

    margin-left: -330px;
    width: 660px;

    background-color:#fff;

    color: #333;
    border: 1px solid black;
    padding: 12px;
}

#loginPanel form, #forgotPanel form{
	margin-bottom:25px;
}

#loginPanel .formTextField input, #forgotPanel .formTextField input{
	width:150px;
	
}

.loginBox dt label.required{
	background: none;
	padding: 0;
}

.cont_center{
	margin:0 auto;
	width:240px;
}

.progressing-box {
	padding-top: 10px;
}
.progressing-box .errors{	
	font-family:'Trebuchet MS', Verdana, sans-serif;
	font-size:15px;
	color:red;
	text-align:center
}

#forgotPanel .login-panel {
	padding-top:35px;
}

#forgotPanel .progressing-box{
	padding-top: 40px;
}
