/*
Common elements
---------------------
*/

	body {
		background-color: #000000;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	p {
		margin: 0px 0px 12px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	form {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	.clearBoth {
		display: block;
		clear: both;
		height: 1px;
		font-size: 1px;
		line-height: 1px;
		overflow: hidden;
	}

	#fullWidth {
		display: block;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 100%;
		text-align: center;
	}

/*
Password Page elements
---------------------
*/
	html {
		height: 100%;
		width: 100%;
	}

	body {
		display: block;
		margin: 0px;
		padding: 0px;
		height: 100%;
		width: 100%;
		color: #FFFFFF;
		background-color: #000000;
		color: #EDE8BE;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 15px;
		line-height: 19px;
		text-align: center;
		overflow: hidden;
	}
	
	body #container {
		display: block;
		text-align: center;
		min-height: 500px;
		min-width: 800px;
		_height: 500px;
		_width: 800px;
		height: 100%;
		width: 100%;
	}
	
	/* positioning elements */

	body #centeredPage {
		display: block;
		margin: 20px auto 0px auto;
		position: relative;
		width: 1000px;
		height: 670px;
		background-image: url("/images/holding_page/page_bg_confirm.jpg");
		background-repeat: no-repeat;
	}
	
	body #passwordForm {
		display: block;
		position: absolute;
		top: 70px;
		left: 543px;
		width: 350px;
		font-weight: bold;
	}

	/* copright elements */
	
	body #copyright {
		display: block;
		margin: 0px auto 0px auto;
		text-align: center;
		width: 1000px;
		color: #D2C191;
		font-size: 12px;
		line-height: 15px;
		
	}
	body #copyright a {
		color: #D2C191;
		text-decoration: none;
	}
	body #copyright a:visited {
		color: #D2C191;
		text-decoration: none;
	}
	body #copyright a:hover {
		color: #ffffff;
		text-decoration: underline;
	}