﻿#GMEmailThisPage_Dialog
{
	padding:0;
	margin:0;
	top:0px;
	left:0px;
	visibility:hidden;
	display:block;
	z-index:201;
	position:absolute;
	width:400px;}

#GMEmailThisPage_DialogHeader
{
	top:0px;
	left:0px;
	margin:0;
	padding:0;
	position:relative;
	height:8px;
	clear: both;
	border: none;
	height:8px;
	}

#GMEmailThisPage_DialogHeaderLeft
{
	background: transparent url('./Images/DialogTopLeft.gif') no-repeat; 
	margin:0px;
	padding:0px;
	width:8px;
	height:8px;
	left:0px;
	top:0px;
	position:absolute;
	}
	
#GMEmailThisPage_DialogHeaderRight
{
	background: transparent url('./Images/DialogTopRight.gif') no-repeat; 
	width:8px;
	height:8px;
	margin:0px;
	padding:0px;
	right:0px;
	top:0px;
	position:absolute;
	}
	
#GMEmailThisPage_DialogHeaderMid
{
	background: transparent url('./Images/DialogHeaderBG.gif') repeat-x; 
	padding:0px;
	margin:0px 8px 0px 8px;
	height:8px;
	position:relative;
	top:0px;
	}
		
/* hide from Mac IE5.  Only for IE Windows \*/
* html #GMEmailThisPage_DialogHeader 
{
	position:absolute;
	top:0px;
	left:0px;
	margin:0;
	padding:0;	
	}
/* end hid from Mac IE5 */
	
#GMEmailThisPage_DialogBody
{
	position:relative;
	background: #ddf url('./Images/DialogBG.gif') repeat-x; 
	border-left:1px solid #666;
	border-right:1px solid #666;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px 12px 0px 12px;}
	
/* hide from Mac IE5.  Only for IE Windows \*/
* html #GMEmailThisPage_DialogBody
{
	top:8px;} 
/* end hid from Mac IE5 */

#GMEmailThisPage_DialogFooter
{
	position:relative;
	bottom:0px;
	height:8px;
	margin:0px;
	padding:0px;
	clear: both;
	border: none;
	}
	
#GMEmailThisPage_DialogFooterLeft
{
	background: transparent url('./Images/DialogBottomLeft.gif') no-repeat; 
	margin:0px;
	padding:0px;
	width:8px;
	height:8px;
	left:0px;
	position:absolute;
	}
	
#GMEmailThisPage_DialogFooterRight
{
	background: transparent url('./Images/DialogBottomRight.gif') no-repeat; 
	width:8px;
	height:8px;
	margin:0px;
	padding:0px;
	right:0px;
	position:absolute;
	}
	
#GMEmailThisPage_DialogFooterMid
{
	background: transparent url('./Images/DialogFooterBG.gif') repeat-x; 
	padding:0px;
	margin:0px 8px 0px 8px;
	height:8px;
	position:relative;
	}
	
	
/* hide from Mac IE5.  Only for IE Windows \*/
	* html #GMEmailThisPage_DialogFooter {bottom:-8px;}
/* end hid from Mac IE5 */
	
#GMEmailThisPage_Dialog .#GMEmailThisPage_LeftCol
{
	width:20%;
	text-align:right;
	vertical-align:top;
	padding:4px;
	padding-top:8px;
	margin:0px;}

#GMEmailThisPage_Dialog .GMEmailThisPage_RightCol
{
	padding:4px;
	margin:0px;
	width:80%;
	text-align:left;}

#GMEmailThisPage_Dialog .sectionEnd
{
	border-bottom:1px solid #ccc;}

#GMEmailThisPage_Dialog .titleRow
{
	text-align:left;
	padding:6px;
	font-size:16px;
	font-weight:bold;}
	
#GMEmailThisPage_Dialog .GMEmailThisPage_ButtonRow
{
	padding:0px;
	margin:0px;
	text-align:right;}
	

#GMEmailThisPage_Dialog .sender input,
#GMEmailThisPage_Dialog .recipient input,
#GMEmailThisPage_Dialog .subject input
{
	width:80%;}

#GMEmailThisPage_Dialog .message textarea
{
	width:100%;
	height:80px;}
	
	
#GMEmailThisPage_Dialog .GMEmailThisPage_VSummary
{
	float:left;
	text-align:left;}
	

/*******************************************
	Be careful changing styles below, 
	they control the pop-up window and the 
	transparent layer that masks the page. 
 *******************************************/

#GMEmailThisPage_PopUpScreen, .GMEmailThisPage_Transparency{
	position:absolute;
	top:0px;
	left:0px;
	z-index:200;
	visibility:hidden;
	
	opacity: .5;
	filter: alpha(opacity=50);
	/* This hack is so it works in IE.
	 * Setting the color in the css allows for   
	 * more flexibility than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* This hack is for opera support.
	 * Uncomment the background-image if you don't care about opera.
	 * This gives you the flexibility to use any bg color that you want, instead of the png.
	 */
	/*background-image:url('./Images/ModalImageBg.gif');*/
	background-image: url('./Images/maskBG.png') !important; 
	background-repeat: repeat;}
	
