@import url('/css/h1.title.css');

form#passwd_reminder ul {
	width:370px;
	margin:auto;
	margin-bottom:40px;
	padding:0 20px;
	text-align:left;
	border:1px solid #482a1b;
	background:url('/images/Pages/registration/bg.jpg') top left;
	color:#eddada;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
form#passwd_reminder ul li {
	display:block;
	margin:30px auto;
	font-weight:bolder;
	position:relative;
}
form#passwd_reminder ul li input[type=text]{
	width:250px;
	position:absolute;
	top:0;
	right:0;
	/right:10px;
}

form#passwd_reminder ul li input[type=submit]{
	display:block;
	width:228px;
	height:50px;
	margin:auto;
	padding-top:1px;
	background:url('/images/Pages/mansBelts/nav.title.bg.gif') top left no-repeat;
	border:none;
	
	text-decoration:none;
	font-size:20px;
	font-variant:small-caps;
	letter-spacing:2px;
	cursor:hand;
}
form#passwd_reminder ul li input[type=submit]:hover {
	background-position:left bottom;
}