﻿.pwrecover .header
{
	cursor: default;
	position: relative;
}

.pwrecover .header .outer
{
	background: transparent url(images/top-right-cap.png) no-repeat scroll right center;
	padding-right: 14px;
}

.pwrecover .header .inner
{
	background: transparent url(images/top-left-cap.png) no-repeat scroll left center;
	padding-left: 14px;
}

.pwrecover .header .content
{
	background: transparent url(images/top-mid.png) repeat-x scroll 0 0;
	height: 44px;
	line-height: 44px;
	vertical-align: middle;
}

.pwrecover .header .content h1
{
	margin:0px;
	padding-top: 0px;
	float:left;
	font-size:24px;
}

.pwrecover .header .content h2
{
	margin:0px;
	float:left;
	font-size:18px;
}

.pwrecover .header .content .link /* Center the link */
{
	float: right;
	top: 50%;
	height: 16px;
	line-height: 16px;
	position: relative;
	margin-top: -8px;
	cursor:pointer;
}

.pwrecover .header .content a,
.pwrecover .header .content a:active,
.pwrecover .header .content a:link
{
	color: #1B839B;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}

.pwrecover .header .content a:hover
{
	color: Black;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}

.pwrecover .footer .outer
{
	background: transparent url(images/bottom-right-cap.png) no-repeat scroll right top;
	padding-right: 15px;
}

.pwrecover .footer .inner
{
	background: transparent url(images/bottom-left-cap.png) no-repeat scroll left top;
	padding-left: 15px;
}

.pwrecover .footer .content
{
	background: transparent url(images/bottom-mid.png) repeat-x scroll 0 0;
	height: 15px;
}

.pwrecover .body
{
	border-style: solid none none none;
	border-width: 1px;
	border-color: #857F7D;
	height: 616px;
	background: transparent url(images/bottom-mid.png) repeat scroll 0 0;
	line-height: 24px;
}

.pwrecover .body .outer
{
	padding: 5px 100px 0px 20px;
	min-height: 100px;
}

.pwrecover .body .inner
{
	background: transparent url(images/star.png) no-repeat scroll left top;
	padding: 0px 0px 0px 120px;
	min-height: 72px;	
}

.pwrecover .body .inner h2
{
	font-size: 18px;
}

.pwrecover .body .inner h1
{
	font-size: 24px;
}

.pwrecover .body .content
{
	padding: 60px 0px 15px 0px;
}

.pwrecover .body .content .failure
{
	padding: 0;
	_height: 0px !important;
	margin: 0 0 10px 0;
}

.pwrecover .body .content .failure span
{
	color: #ff6633;
	padding: 0 30px 0 30px;
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	display: block;
	background: url(images/validator.gif) no-repeat center left;
}

.pwrecover .body .content span.validator
{
	display: block;
	width: 22px;
	height: 22px;
	padding: 0px 0px 0px 2px;
	background: url(images/validator.gif) no-repeat right top;
}

.pwrecover .body .content
{
	text-align: left;
	font-size: 18px;
}

.pwrecover .body .content table td
{
	padding: 5px 0px 5px 0px;
}

.pwrecover .body .content input.username
{
	width: 234px;
	height: 22px;
	font-size: 18px;
	border: 1px solid #687375;
	background: #F1F5F6;
	padding: 3px;
}

.pwrecover .body .content table td.label
{
	width: 90px;
	font-size: 18px;
	text-align: right;
	padding: 0px 10px 0px 0px;
}

.pwrecover ul
{
	padding: 10px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}


