@CHARSET "ISO-8859-1";

#lost_password, #change_password{
	background-color: #FCFCFC;
    border: 1px solid #D6D6D6;
    box-shadow: 1px 1px 20px #F7F7F7;
    font-size: 13px;
    line-height: 20px;
    padding: 20px 20px;
    text-align: left;
	display: inline-block;
	float: left;
	margin-bottom: 200px;
}

#lost_password label{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#header_subject{
	height:30px!important;
}
.errs{
	margin: 0px!important;
	background-color: #FFFCFF!important;
	padding: 10px;
	width: 440px;
	box-shadow: 1px 1px 20px #F7F7F7;
	border: 1px solid #D6D6D6;
}

.errs b{
	color: red;
}
.errs p{
	margin: 0;
}

.lbl{
	padding: 6px 20px 0 0;
}
#tbl_change_password .buttons{
	padding: 14px 0 0 0;
}

#tbl_change_password .tbl, #tbl_change_password .val{
	padding: 3px 0px;
}

#tbl_change_password label{
	color: #303C57;
    display: block;
    margin-bottom: 5px;
    margin-top: 2px;
}

#lost_password input:not(.submitButtons), #change_password input:not(.submitButtons) {
	width: 100%;
}

.hint {
	margin-top: 0px;
	padding: 10px;
	font-size: 11px;
	font-style: italic;
	color: #303c57;
	border: 1px solid silver;
	display: block;
	border-radius: 2px;
}
#note {
	display: inline-block;
	width: 210px;
}
