/*

	These rules apply only to the 'retrieve-password' page
	Most of the other rules inherited by 'retrieve-password' page are defined in inner-pages.css

******************************************************************************************* */


/* Introductory h1
-------------------------------------------------------------------------------------------- */
	h1 {
		width:318px;
		height:37px;
		margin-bottom:33px;
	}

	h1 span {
		background:url(images/retrieve-password/retrieve-password-h1-bg.jpg) no-repeat top left;
	}

/* Paragraphs
-------------------------------------------------------------------------------------------- */
	p {
		font-size:1.1em;
		padding:0 0 300px 40px;
		width:650px;
	}

/* Content div
-------------------------------------------------------------------------------------------- */
	div#content {
		margin-bottom:150px;
	}

	div#content p {
		color:#dfdfdf;
		width:670px;
		padding-left:41px;
	}

	div#content p.last {
		background:url(images/login/content-bottom-bg.jpg) no-repeat bottom left;
		width:749px;
	}


/* Retrieve Password form
-------------------------------------------------------------------------------------------- */
	form#retrieve-password {
		margin:-12px 0 0 0;
		padding:0;
	}

	form#retrieve-password fieldset {
		margin:0;
		padding:0 0 0 41px;
		border:none;
	}

	form#retrieve-password p {
		margin:0 0 0 0;
		padding:0 0 7px 0;
		color:#dfdfdf;
	}

	form#retrieve-password label {
		display:block;
	}

	form#retrieve-password input#email {
		width:330px;
		height:19px;
		border:1px solid #421919;
		background:#101010;
		padding:0;
		color:#a0a0a0;
	}


	form#retrieve-password p#submit {
		padding:7px 0 32px 42px;
		margin:0 0 0 -1px;
	}

	form#retrieve-password p#submit input {
		margin:7px 0 0 242px;
	}