/*--------------FORGOTTEN PASSWORD------------------*/

#forgotten-password-bg{
	float: left;
	width: 578px;
	margin: 20px 0 0 0;
	background: #f4f2e8;
	border: 1px solid #eae6d5;
	padding: 30px;
	font-size: 95%;
	}
	#forgotten-password-bg p{
		padding: 0 0 0 0;
		}
	#forgotten-password-bg form{
		float: left;
		margin: 0 0 0 68px;
		display: inline;
		}
	
	#forgotten-password-bg label{
		font-weight: bold;
		margin: 0 2px 0 0;
		padding: 2px 0 0 0;
		color: #605A49;
		}
	#forgotten-password-bg input{
		width: 192px;
		border: 1px solid #d1d1d1;
		padding: 2px;
		}
	
	#forgotten-password-bg #send-me-my-password-button{
		float: left;
		width: 198px;
		height: 24px;
		margin: 0 0 0 65px;
		display: inline;
		border: none;
		}
		
	/*------------Unsubcribe newsletter--------------*/
	#forgotten-password-bg #unsubscribe-newsletter{
		float: left;
		width: 133px;
		height: 24px;
		margin: 0 0 0 68px;
		display: inline;
		border: none;
		}
		
		
