﻿.backgroundPopup
{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:99998;
}
.popupMain
{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:170px;
width:275px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:99999;
padding:12px;
}
.popupMain h1
{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
.popupMainClose
{
font-size:14px !important;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#889A34;
font-weight:800;
display:block;
cursor: pointer;
cursor: hand;
}

.loginForm
{
  margin: 3px auto 0;
  width: 225px;
}

.loginForm TD
{
  padding: 5px 0;
}

.loginForm .options
{
	padding-top: 5px;
	left: -6px;
	/* line-height: 33px; */
	margin: 0 auto;
	position: relative;
	vertical-align: bottom;
	width: 210px;
}

.loginForm .options .regLink
{
	width: 150px;
	float: left;
}

.loginForm .options .loginButton
{
	float: right;
}

.loginForm A
{
	font-size: 11px;
}
