/*
Email Overlay
*/

.emailOverlay {
	position: absolute;
	top: 170px;
	left: 10px;
	z-index: 1;
/*	width: 354px; */
	width: auto;
	height: auto !important;
	overflow: auto !important;
	background: #FFFFFF url(http://assets.aarp.org/internal/tech/scrum3/loginOverlay_bg.gif) no-repeat;	
}

.emailOverlay form, .emailOverlay table
 {
	padding: 0px;
	margin: 0px;
}

h1#emailTitle {
	background-image: url("http://assets.aarp.org/internal/tech/scrum3/PleaseSignIn.gif");
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	margin-left: 15px;
	margin-top: 30px;
}

.emailOverlay table {
	margin-left: 10px;
	margin-bottom: 20px;
}

.emailOverlay td {
	font-size: 1.2em;
	padding: 4px;
}

.emailOverlay td.labels {
	width: 100px;
}

.emailOverlay td.inputs {
	width: 125px;
}

#emailOverlaySubmit {
	margin: 10px 0px;
}

#emailOverlayWait {
	position: absolute;
	top: 220px;
	left: 50px;
	z-index: 2;
	width: 155px;
	height: 115px;
	overflow: hidden;
	background: #FFFFFF;
	border: 1px solid #999;
	padding-top: 60px;
	padding-left: 95px;
	-moz-opacity:.90;
	opacity:.90;
	filter:alpha(opacity=90);
}

#emailOverlayValidationError {
	margin-left: 20px;
}

#emailOverlayAuthor td.note {
	padding-top: 15px;
}


/*
Global Overlays & Dialogs
*/

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #333;
}

#dialog {
	position: absolute;
	z-index: 100;
	text-align: left;
	padding: 15px 10px;
}

#dialog h3 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

#dialog p {
	font-size: 13px;
	color: #000000;
	margin: 10px 0px;
}

#dialog p.actions {
	text-align: center;
	margin-top: 20px;
}

.systemMessages li {
	color: #ff0000;
	font-size: 12px;
}

.dialogHeader {
	font-size: 18px;
	color: #ffffff;
	background-color: #05609e;
	font-weight: bold;
	padding: 10px;
	line-height: normal;
	border: 1px #838383 solid;
	_width: 376px ;
}

.dialogBody {
	background-color: #666666;
	width: 384px;
	padding: 10px;
	position: relative;
	text-align: left;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.dialogContent {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	padding: 10px;
	line-height: normal;
	width: 364px;
}

.dialogButtons {
	padding: 10px;
	background-color: #ffffff;
	_width: 376px ;
}

.dialogButtons a, .dialogButtons a:hover {
	text-decoration: none;
}

.dialogBody .dialogInput {
	width: 356px;
	border-top: 2px #848484 solid;
	border-left: 2px #848484 solid;
	border-bottom: 2px #fafafa solid;
	border-right: 2px #fafafa solid;
	height: 18px;
	_height: 20px ;
	font-size: 12px;
	margin: 0;
	padding: 0 2px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.dialogBody .dialogTextarea {
	width: 356px;
	border-top: 2px #848484 solid;
	border-left: 2px #848484 solid;
	border-bottom: 2px #fafafa solid;
	border-right: 2px #fafafa solid;
	height: 90px;
	font-size: 12px;
	margin: 0;
	padding: 0 2px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.dialogDisclaimer {
	font-size: 11px;
	color: #5c5449;
	background-color: #ffffff;
	padding: 0 10px 10px 10px;
	line-height: normal;
	width: 364px;
}
