html,
body {
    color: #272727;
    font-family: Arial;
    font-size: 12px;
	margin:0;
	padding:0;
	height:100%;
}
#page-container {
	min-height:100%;
	position:relative;
}
#body-container {
    border-bottom: 0 solid #A6A6A6;
    clear: both;
    width:98%;
	margin: 0 auto;
	padding-top:150px;
	padding-bottom:60px;	/* Height of the footer */
}
.login {
    border: 2px solid #BFBFBF;
    border-radius: 12px 12px 12px 12px;
    display: block;
    margin: 0px auto 0px auto;
    min-height: 270px;
    padding: 0;
	clear:both;
    width: 386px;
}
.login h1 {
    border-bottom: 2px solid #BFBFBF;
    color: #A62E30;
    display: inline-block;
    font-family: "Century Gothic";
    font-size: 20px;
    margin: 25px 15px 0 20px;
    padding-bottom: 10px;
    width: 90%;
}
.loginform fieldset p {
    float: left;
    margin: 0;
    padding-bottom: 14px;
    width:98%;
}
.login .alert {
    color: red;
    float: left;
    margin: 2px 0 0 0px;
    text-align: left;
    width: 98%;
	clear:both;
}
.loginform {
    display: inline-block;
    padding: 0 0 10px 18px;
}
.loginform fieldset {
    border: medium none;
    float: left;
    padding: 16px 0 0;
}
.loginform fieldset label {
    color: #2F2F2F;
    float: left;
    font-size: 12px;
    margin-left: 2px;
    padding: 0 0 3px;
    text-align: left;
    width: 90px;
}
.loginform fieldset input {
    border:1px solid #dedede;
    border-radius:8px 8px 8px 8px;
    clear: both;
    display: block;
    float: left;
    height: 26px;
    line-height: 25px;
    margin-top: 5px;
    padding-bottom: 3px;
    padding-left: 7px;
    padding-right: 3px;
    width: 283px;
}
.loginform fieldset input.remember {
    background: none;
    float: left;
    height: 13px;
    line-height: 11px;
    margin: 1px 4px 0 2px;
    padding: 0;
    position: relative;
    width: 13px;
	border:none;
}
.loginform .submit{
    background: url(../images/login-btn.gif) no-repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 29px;
    margin: 0;
    width: 64px;
	clear:both;
}
.loginform  .forgot {
    clear: both;
    color: #030045;
    cursor: pointer;
    float: left;
    font-size: 12px;
    margin: 10px 34px 18px 0;
    min-width: 120px;
    text-decoration: none;
}
.loginform  .forgot:hover {
    text-decoration:underline;
    }

#forgotform {
    border: 2px solid #BFBFBF;
    border-radius: 12px 12px 12px 12px;
    display: none;
    margin: 0px auto 0px auto;
    min-height: 200px;
    padding: 0 18px 25px;
    width: 350px;
}
#forgotform fieldset {
    border: medium none;
    float: left;
    padding: 0;
}
#forgotform legend {
    border-bottom: 2px solid #BFBFBF;
    color: #A62E30;
    float: left;
    font-family: "Century Gothic";
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 20px;
    padding-bottom: 10px;
    width: 98%;
}
#forgotform  .alert {
    color: red;
    float: left;
    margin: 2px 0 0 0px;
    text-align: left;
    width: 98%;
}
#forgotform p {
    float: left;
    margin: 0 0 18px 0;
    width: 320px;
}
#forgotform label {
    color: #2F2F2F;
    float: left;
    font-size: 12px;
    padding: 0 0 6px;
    text-align: left;
    width: 300px;
}
#forgotform input {
    border:1px solid #dedede;
    border-radius:8px 8px 8px 8px;
    float: left;
    height: 30px;
    line-height: 25px;
    margin-top: 5px;
    padding: 0 0 2px 7px;
    width: 286px;
}
#forgotform button {
    border:none;
    width:71px;
    height:29px;
    float:left;
    margin:0px 0 0 2px;
	cursor:pointer;
    background:url(../images/submit_bt.gif) no-repeat 0 0;
    }
* +html #forgotform button {
	margin:14px 0 0 2px;
	}
#forgotform .close{
    float:left;
    font-size:11px;
    color:#0f7cc2;
    clear:both;
    margin:10px 0 0 4px;
    text-decoration:none;
    cursor:pointer;
    }
#forgotform.close:hover {
    text-decoration:underline;
    }
#forgotpasswordthankyou {
    border: 2px solid #BFBFBF;
    border-radius: 12px 12px 12px 12px;
    display: none;
    margin: 15% auto 80px;
    min-height:182px;
    padding: 0 18px 25px;
    width: 352px;
}
#forgotpasswordthankyou h1 {
    border-bottom: 2px solid #BFBFBF;
    color: #A62E30;
    display: inline-block;
    font-family: "Century Gothic";
    font-size: 20px;
    margin: 20px 0 0;
    padding-bottom: 10px;
    width: 100%;
}
#forgotpasswordthankyou p {
    color: #2F2F2F;
    float: left;
    font-size: 13px;
    margin-left: 2px;
    padding: 10px 0;
    text-align: left;
    width: 98%;
	line-height:20px;
}
#forgotpasswordthankyou .close {
    clear: both;
    color: #0F7CC2;
    float: left;
    font-size: 11px;
    margin: 10px 0 0 4px;
    text-decoration: none;
    cursor:pointer;
}
#forgotpasswordthankyou .bold {
    font-weight:bold;
}