div.singleTopRow{
	position: relative;
	width: 100%;
	height: 40px;
	margin-top:2px;
	margin-bottom:10px;
	left: 0;
	border: 1px solid #DDDDDD;
}
div.singleTopRow span.title{
	position:absolute;
	font-weight:bold;
	font-size:14px;
	margin: 12px 0 0 14px;
	color:#00ABDD;
}

#Holder{
	position: relative;
	width: 100%;
	margin-top:5px;
	left: 0;
	border: 1px solid #DDDDDD;
	padding-top:30px;
	padding-bottom: 35px;

}
#head{
	margin-top:10px;
	position: relative;
	left:3%;
	width:94%;
	height:20px;
	background:#E5E3E4;
	color:#FF00AA;
}
div.thankRow{
	font-size:12px;
	margin-top:5px;
	position: relative;
	left:3%;
	width:94%;
}
div.thankRow a {
	font-size:11px;
	color: #FF40BF;
	text-decoration: underline;
	top: 10px;
	position: relative;
}
div.thankRow a:hover{text-decoration:none;
}


#Holder span.g{color:#009933;}


/*FORGOTTEN PASSWORD STYLES*/
#row1{
	position:absolute;
	top: 12px;
	height:20px;
}
#row1 input{
	position:absolute;
	top: 18px;
}
#row1 span.ShowQLink{
	position:absolute;
	top: 10px;
	left:190px;
}
#row2{
	position:absolute;
	top: 60px;
	height:20px;
}
#row2 input{
	position:absolute;
	top: 18px;
}
div.submit {
	position:absolute;
	top: 105px;
	width:50px;
	left:0px;
	clear: both;
	padding: 10px 0 0 0;
	margin:0;
}
div.submit span.submit {
	float: right;
	width: 110%;
	text-align: center;
}
#Holder input.searchbutt {
	font-size: 11px;
	font-weight: normal;
	background-color:#F9F4E1;
	border:1px solid #7A797A;
	font-family: "Courier New", Courier, mono;
	cursor: pointer;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #7A797A;
}
#Holder input {
	position:absolute;
	left:0px;
	font: 11px Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #579D22;
	border: 1px solid #7A797A;
	background: #FBFFA9;
}
#inputH{
	position:absolute;
	left:0;
	margin:0;
	padding:0;
}
#Holder form{ margin:10px 0 0 0; padding:0;}
p.Q{margin-bottom:140px;}
p.secret{color:#009933;}
#Holder span.g{color:#009933;}
p.g{color:#009933;}
#backLnks{
	position:absolute;
	top:265px;
	left:-25px;
}

#errorHolder{
    position:absolute;
    left:220px;
    top:20px;
    width:320px;
    font-size: 11px;
    font-family:"Courier New", Courier, mono;
    color:#999;
}
#errorList li {
    margin-left: 0;
    list-style: none;
    padding-left: 10px;
    background-image: url(../../images/error.gif);
    background-repeat: no-repeat;
    background-position: 0 .3em;
    border-top: none;
}
/*END OF FORGOTTEN PASS STYLES*/

