﻿div.contentDiv
{
	width:804px;
	height:390px;
}
.defaultText
{
	font-family:Tahoma,Arial,Sans-Serif;
	font-size:11px;
}
.LightBoxHeader
{
	color:#d4d4d4;
	font-size:large;
	font-weight:bold;
}
a.legal ,a.legal:visited ,a.legal:hover, a.active
{
	color:#c9c9c9;
	text-decoration:none;
}
.legalText
{
	font-family:Tahoma,Arial,Sans-Serif;
	font-size:11px;
	line-height:15px;
}
.bulletText
{
	font-family:Tahoma,Arial,Sans-Serif;
	font-size:11px;
	line-height:18px;
}
.legalHeading1
{
	font-family:Tahoma,Arial,Sans-Serif;
	color:rgb(255, 177, 1);
	font-size:20px;
	font-weight:bold;
	line-height:30px
}
.legalHeading2
{
	font-family:Tahoma,Arial,Sans-Serif;
	color:#d4d4d4;
	font-size:18px;
	font-weight:bold;
	line-height:30px
}
.legalHeading3
{
	font-family:Tahoma,Arial,Sans-Serif;
	font-size:11px;
	font-weight:bold;
	line-height:30px
}

.ddlDark
{
	background:#cfcfcf;
	width:280px;
	color:black;
}
.cornerBox_light { position: relative; background: #cfcfcf;}
.corner_light { position: absolute; width: 10px; height: 10px; background: url('Resources/corners_light.gif') no-repeat; font-size: 0%; }
.cornerBoxInner_light
{ 
	padding: 10px;width:780px;height:360px;
}	

.cornerBox_dark { position: relative; background: #878787; }
.corner_dark { position: absolute; width: 10px; height: 10px; background: url('Resources/corners_dark.gif') no-repeat; font-size: 0%; }
.cornerBoxInner_dark { padding: 10px; width:280px; }

.cornerBox_white { position: relative; background: White; }
.corner_white { position: absolute; width: 10px; height: 10px; background: url('Resources/corners_white.gif') no-repeat; font-size: 0%; }
.cornerBoxInner_white
{ 
	padding: 10px; width:435px;height:330px;
	line-height:16px;
}
.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: -10px 0; }
.BL { bottom: 0; left: 0; background-position: 0 -10px; }
.BR { bottom: 0; right: 0; background-position: -10px -10px; }