﻿/*******************
	 FORGOT PASSWORD 
*******************/
div.frameWrapper
{
	clear:both;height:400px;
	padding-top:50px;
}
div.frame
{
	background:#e1eff8;
	border:solid 1px #000000;
	width:450px;
	height:300px;
	margin:auto;
}

.fpWrapper
{
	width:430px; 
	height:275px; 
	/*background:url(images/popUpBg.jpg) no-repeat top;*/
	position:relative;
	overflow:hidden;
}
.popUpTitle
{
	padding-top:6px;
	padding-left:27px;
	padding-bottom:5px;
}
.popUpContent
{
	padding:10px 0 0 30px;
}

.btnSubmitPassword
{
	position:absolute;
	bottom:0px;
	right:10px;
	font-size:0;
	border:0px;
	display:block;
	width:143px;
	height:50px;
	cursor:pointer;
	background:url(images/btnSend.jpg) no-repeat 0px 0px;
	/*background:url(images/btnSendPassword.jpg) no-repeat top;*/
}

.btnSubmitPassword:HOVER
{
	background:url(images/btnSend.jpg) no-repeat 0px -50px;
	/*ackground:url(images/btnSendPassword_on.jpg) no-repeat top;*/
}
.tblCaptcha input
{
	width:120px !important;
	padding:2px 5px;
}
.TextBox50
{
	width:256px !important;
	padding:2px 5px;
}

.passErrorLabel
{
	position:absolute;
	bottom:16px;
	left:30px;
	font-size:11px;
	display:block;
	width:200px;
}
input.error
{
	height:18px !important;
	line-height:18px;
	vertical-align:middle;
}
label.error
{
	position:absolute;
	top:75px;
 	right:0px;
}

