/* CSS Document
Lotos Nile Marketing
Forgot Email Page CSS
© 2007 Lotos Nile Marketing
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */
	
body, html {
	font-size: 100.01%;
	background-color: #111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	}
	
p, div {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
div#wrapperdiv {
	margin: 20px 0 0 0;
	width: 750px;
	margin: auto;
	}
	
div#headerdiv {
	width: 750px;
	height: 58px;
	background: url(../images/resetheader_14.jpg) top left no-repeat;
	}
	
div#contentwrapperdiv {
	width: 510px;
	background: url(../images/newmp3back.jpg) top left repeat-y;
	padding: 10px 120px 30px 120px;
	min-height: 300px;
	}
	
div#contentwrapperdiv p {
	margin: 10px 0 0 0;
	}
	
div#footerdiv {
	height: 59px;
	width: 750px;
	background: url(../images/mp3page_17.jpg) top left no-repeat;
	}
	
a:link, a:visited {
	font-size: 100%;
	text-decoration: none;
	color: #5c5043;
	}
	
a:hover {
	font-size: 100%;
	text-decoration: underline;
	color: #5c5043;
	}
	
fieldset {
	width: 350px;
	border: 1px solid #444;
	margin: 25px 0 25px 0;
	padding: 20px 10px 20px 10px;
	}
	
legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	}
	
div#errordiv {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FF0000;
	}
	
input#submit {
	margin: 15px 0 0 0;
	}
	
p.errormessage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	margin-left: 15px;
	font-weight: bold;
	}