	/*pop up for email address/*/
	#enterEmailAdressTxt
	{
		float:left;
		width:300px;
		font-size:12px;
		font-weight:bold;
		margin:0 0 10px 0;
		color:#B1B1B1;
	}
	
	
	#email
	{
		float:left;
		width:180px;
	}
	
	#emailRemindDiv
	{
		text-align:left;
		width:300px;
		margin-left:55px;
	}
	
	#EmailBtn
	{
		clear:both;
		margin:15px 0 10px 0;
	}
	
	h3
	{
		font-size:14px;
		margin:25px 0;
		color: #B1B1B1;
	}
	
	#denyMessage
	{
		clear:both;
	}
		
	#emailBtn 
	{	
		float: left; 
		margin-top: 0px;
	}	
