		#gep_email_this /* The actual div that pops-up when the link is clicked */
		{
			position: absolute;
			z-index: 1000;
			border: 1px dotted #666;
			display: none;
			background-color: #fff;
			font-family: Tahoma, Verdana, Arial, Sans-Serif;
			font-size: 12px;
			color: #333;
		}
			#gep_email_this table, #gep_email_this table tr
			{
				padding: 0px;
				margin: 10px;
			}
		
			#gep_email_this table tr td
			{
				padding: 2px;
			}
		
			#get_title
			{
				font-size: 14px;	
				margin-bottom: 3px;
				text-align: right;
				background-color: #666;
				color: #fff;
				padding: 4px 10px 4px 4px;
			}
			
			input#gep_toEmail, input#gep_fromEmail, input#gep_fromName, input#gep_send
			{
				border: 1px solid #bababa;
				padding: 2px;
			}
			
				input#gep_toEmail:hover, input#gep_fromEmail:hover, input#gep_fromName:hover, input#gep_send
				{
					border-color: #999;
				}
				
			#gep_email_this .label
			{
				text-align: right;
				font-size: 11px;
			}
