﻿#backgroundPopup
{
	display:none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 500;
}

.popup
{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	padding:0;
	margin:0;
	z-index: 999;
}

.Popup
{
	display: none;
	padding:0;
	margin:0;
	z-index: 999;
}

#PopupClose
{
	font-size: 14px;
	line-height: 14px;
	right: 6px;
	top: 4px;
	position: absolute;
	font-weight: 700;
	display: block;
}

.BeforeWeGetStarted
{
	width:323px;
}

.BeforeWeGetStarted .TopPopup
{
	height:34px;
}

.BeforeWeGetStarted .TopPopup h3
{
	float:left;	
	line-height:34px;
	vertical-align:middle;
}

.BeforeWeGetStarted .TopPopup .left
{
	width:7px;
	height:34px;	
}

.BeforeWeGetStarted .TopPopup .right
{
	width:7px;
	height:34px;	
}

.BeforeWeGetStarted .Content
{
	padding: 0 10px 10px 10px;	
}

.BeforeWeGetStarted .BottomPopup
{
	height:46px;
}

.BeforeWeGetStarted .BottomPopup .left
{
	width:7px;
	height:46px;	
}

.BeforeWeGetStarted .BottomPopup .right
{
	width:7px;
	height:46px;	
}

.BeforeWeGetStarted .BottomPopup img
{
	float:left;
	margin-left:3px;
	margin-top:11px;
	margin-right:5px;
}

.BeforeWeGetStarted .BottomPopup input[type=image]
{
	float:left;
	margin-left:3px;
	margin-top:11px;
	margin-right:5px;
}

.BeforeWeGetStarted .Left .Right .LoginContainer .Bottom,
.BeforeWeGetStarted .Left .Right .LoginContainer .Bottom .left,
.BeforeWeGetStarted .Left .Right .LoginContainer .Bottom .right
{
	display:none;	
}

.reference
{
	padding: 15px;
}

.Popup .TopPopup
{
	height:34px;
}

.Popup .TopPopup H3
{
	float:left;	
	line-height:34px;
	vertical-align:middle;
}

.Popup .TopPopup .TopLeftPopup
{
	height:34px;
}

.Popup .TopPopup .TopRightPopup
{
	height:34px;
	padding-left: 6px;
}

.Popup .BottomPopup
{
	height:46px;
}

.Popup .BottomPopup .BottomLeftPopup
{
	height:46px;
}

.Popup .BottomPopup .BottomRightPopup
{
	height:34px;
	padding-top: 12px;
	padding-left: 6px;
	padding-right: 12px;
}

.Popup .Content
{
	padding: 4px 10px 4px 10px;
}

/* Pre-Production sample warning popup */
.PreProductionSample
{
    width: 422px;
}

.PreProductionSample p
{
    margin-bottom: 0;
    padding-bottom: 10px;
}

.PreProductionSample .TopPopup
{
    height: 32px;
    padding: 6px 0 0 12px;
}

.PreProductionSample .Middle
{
    padding: 0 15px;
}

.PreProductionSample .BottomPopup
{
    height: 37px;    
    padding: 17px 0 0 13px;
}