﻿/* modifications to modal dialog used by page gate */

.PageGateModal {background:#FFF;border:1px solid #fff;padding:10px; position:absolute; top:100px; left:50%; margin-left:-235px; }
.PageGateModalContent {padding:0px;margin:0px; background:url(../assets/images/silverlightInstall.png) no-repeat;}

.PageGateLegal {
	text-align:center;
	width:100%;
	color:#fff;
	position:absolute;
	font-size:9px;
	bottom:19px;
	left:0;
	height: 19px;
}
.PageGateSubtitle {padding:10px 80px 0 136px;color:#fff;margin:0; }
.PageGateButton {position:absolute;bottom:29px;left:0px;}

.PageGateModalContent2 {padding:0px;margin:0px;background:#d9e3ed url(../assets/images/background_valentine_en-en.png) no-repeat bottom;position:relative;width:389px;height:356px;font-family:Arial, Helvetica, sans-serif;font-size:.75em;}
.PageGateModalContent2 p {line-height:140%;}
.PageGateModalContent2 img {display:block;border:none;}
/* links */
.PageGateModalContent2 a:link, 
.PageGateModalContent2 a:visited 	{color:#fff;text-decoration:underline;}
.PageGateModalContent2 a:hover 		{text-decoration:none;}
.PageGateModalContent2 a:active		{color:#fff;}


.PageGateModalMask
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity: .6;
	filter: alpha(opacity=60);
	background-color: #d1d1d1;
}

.PageGateModalTitle
{
width:389px;
	height: 200px;
	position:absolute;
	left:0px;
	top:0px;
	background-image :url(../assets/images/top_valentine_en-en.png);
	background-repeat: no-repeat;
	z-index:5;
/*	cursor: move;*/
}
.PageGateModalTitleSubtext{
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:17pt;
}

.PageGateModalClose {position:absolute;top:20px;right:20px;}

.PageGateModalClose
{
	width: 18px;
	height: 18px;
	background-image: url(../assets/images/close_valentine_en-en.png);
	background-repeat: no-repeat;
	cursor: pointer;
	z-index:6;
}

.PageGateModalFooter
{
	height: 0px;
	visibility: hidden;
}

.PageGateModalResize
{
	width: 0px;
	height: 0px;
	visibility: hidden;
}

