﻿#detailNag 
{
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 3400px;
	z-index: 10;
}

#nagBackground 
{	 
	background-color: #000;
	width: 100%; 
	height: 3400px;
	z-index: 10;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=65);
	opacity:.65;
	-moz-opacity:.65;
	-khtml-opacity: 0.65;
}

#nagBody
{
	position: absolute;
	background-color: #000;
	color: #f0ffff;
	width: 450px;
	height: 400px;
	top: 140px;
	left: 30%;	
	z-index: 11;
	padding: 15px;
	font-family: Calibri, Sans-Serif, Arial;
	font-size: 12pt;
	border: solid 7px #d3d3d3;	
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity:.90;
	-khtml-opacity: 0.90;
	opacity:.90;
	display: none;
}

#nagBody a { text-decoration: none; }
#nagBody input { height: 14px; width: 150px; padding: 2px; background-color: #dcdcdc; margin: 3px; border: 0px; font-size: 9pt; }
#nagBody input.btnOK { width: 30px; height: 21px; border: solid 1px #fff; background-color: #32cd32; text-align: left; cursor: pointer; }
#nagBody input.btnRegister { width: 70px; height: 21px; border: solid 1px #fff; background-color: #ffff00; cursor: pointer; }
#nagBody input.btnForgot { width: 40px; height: 21px; border: solid 1px #fff; background-color: #87cefa; text-align: left; cursor: pointer; }


#closeBtn { position: absolute; right: 5px; top: 5px; width: 16px; height: 16px; background-image: url('/img/nagclosebtn.gif'); cursor: pointer; }

label.nagwmark { font-style: italic; font-weight:normal; font-size: 11pt; color: #800000; line-height:normal; padding: 2px; }
label.nagforgotwmark { font-style: italic; font-weight:normal; font-size: 11pt; color: #000; line-height:normal; padding: 2px; }

#forgotPasswordSent, #forgotPasswordFailed, #registerSuccessfull
{
    background-color: #fff;
    color: #3c3c3c;
    width: 400px;
    height: 100px;
    padding: 25px;
    font-family: Verdana;
    font-size: 15px;
    border: solid 7px #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    -moz-opacity: .90;
    -khtml-opacity: 0.90;
    opacity: .90;
    display: none;
    text-align: center;
}
