/*
Added by Alberto 11.08.06
This style is to position the email form popup div correctly.
*/
#wrap {
	position: relative !important;
	}
#winRequest {
	margin: 0 !important;
	padding: 0 !important; 
	position: absolute;
	top: 200px;
	left: 300px;
	display: none;
	}

#winEmail {
	margin: 0 !important;
	padding: 0 !important; 
	position: absolute;
	top: 250px;
	left: 200px;
	display: none;
	}
	
#winEmailThanks {
	margin: 0 !important;
	padding: 0 !important; 
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	}
	
#winRequestThanks {
	margin: 0 !important;
	padding: 0 !important; 
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	}
	











