@charset "utf-8";
/* CSS Document */

#forgotPWBox {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
}
#forgotPWBox label {
	width: 100px;
	display: block;
	text-align: right;
	float: left;
	margin-right: 5px;
	height: 26px;
	line-height: 26px;
}
#forgotPWBox .storedDoc p {
	margin-left: 105px;
}

#forgotPWBox ul {
	list-style-type: none!important;
	margin-left: 0px;
	list-style-image: none;
}
#forgotPWBox ul li {
	margin-bottom: .5em;
	list-style-type: none!important;
}

#forgotPWBox input {
	/*border: 1px solid #666;*/
	padding: 3px;
	width: 200px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius:  
}

