@charset "utf-8";
/* CSS Document */

#forgot-hd{margin-left:1.0em}
 
.forgot_box {
	display: block;
	position: relative;
	left: 0em;
	top: 1.3em;
	height: 200px; 
	width: 31em;
	margin: 1.0em auto 4.0em auto;
	background: #FDFCF6 url('../images/boxbg.gif') repeat-x;
	padding: 1.1em;
	border: solid 1px orange; 
	border-bottom: solid 1px #E1D2BD;
	border-top: solid 1px #E1D2BD;
	}
.forgot_box .contentarea p{margin-top:20px}

.forgot_box .contentarea #subscribe{
	width: 32em;
	height: 130px;
	/*border: solid 1px green; */ 
	}
.forgot_box .contentarea #subscribe label {
	display: block;
	margin-bottom: 2em;
	font-weight: bold; 
        }
.forgot_box .contentarea #subscribe input.text {
	display: block;
	width: 11em;
	float: left;
	margin: 0 0.2em 5px 0.1em;
	font-family: "georgia", "times new roman", serif;
	font-size: 1.2em;
	font-weight: 400;
	border: #26a solid 1px;
    padding-left: 4px;	
	}
.forgot_box .contentarea #subscribe input.submit { /* forgot button */
	position: relative;
	top: 1px;
	left: 0px; 
	clear: left;
	margin:5px 0 0 189px;
	border: solid 1px #B96D00;
	background: #EFE3B5;
	color: #B96D00;
        padding:1px 5px;	
}
.forgot_box .contentarea #subscribe rememUsr{
	float: right;
	margin: 10px 90px 0 0;
	}

.forgot-msg {
	color: blue;
	border: solid 1px blue;
	}


under {
	text-decoration: underline; 
	color: blue;
	}

