	
	body {
		background-image: url(img/back.jpg);
		margin: 0px;
		padding: 0px;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		line-height: normal;
	}
	
	#frame {
		width: 650px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		margin-top: 15px;
	}
	
	#head {
		float: left;
		width: 100%;
		margin-bottom: 150px;
	}
	
	
	#login {
		text-align: center;
		margin-right: 10px;
	}
	
	#contentColumn {
		float: left;
		width: 650px;
	}
	
	#content {
	}
	
	#enter {
		float: right;
		width: 80px;
		margin-top: 15px;
		font-size: 1.2em;
	}
	
	label {
		padding: 0px 5px 0px 5px;
		color: #FFFFFF;
	}
	
	a {
		color:#003366;
		text-decoration: none;
	}
	
	input {
		background: #003366;
		border: 1px solid #FFFFFF;
		margin-right: 5px;
		color: #FFFFFF;
	}
		
	.button {
		color: #FFFFFF;
	}
	
	/*Email Popup Styles*/
	
	#emailPopUp {
		background: #fff;
		height: 150px;
		width: 250px;
		border: 1px solid #000;
		padding: 10px;
		text-align: left;
	}
	
	#emailPopUp label {
		width: 85px;
		float: left;
		font-weight: bold;
	}
	
	#emailPopUpRow {
		padding-bottom: 3px;
	}
	
	#emailPopUpMess {
		width: 155px;
		height: 75px;
	}
	
	#emailPopUpName {
		width: 155px;
	}	
	
	#emailPopUpEmail {
		width: 155px;
	}
	
	#emailPopUpLoading {
		margin-top: 20px;
		height: 100px;
		background-image: url('img/loading.gif');
		background-repeat: no-repeat;
		background-position: center;
	}