﻿
.GetPasswordRecoveryContainer
{	
}

.GetPasswordRecoveryContainer .GetPasswordRecoveryControl
{
	width: 350px;
}

.GetPasswordRecoveryContainer .GetPasswordRecoveryControl .Label
{
    float:left;
    margin-top:15px;
    /*color:#333;*/
}

.GetPasswordRecoveryContainer .GetPasswordRecoveryControl .FramedSearchPanel 
{
	min-width:350px;
}

.GetPasswordRecoveryContainer .GetPasswordRecoveryControl .FramedSearchPanel .PanelData 
{
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	
}

.GetPasswordRecoveryContainer .GetPasswordRecoveryControl .FramedSearchPanel .PanelData .Label
{
	text-transform:uppercase;	
}

.GetPasswordRecoveryContainer .GetPasswordRecoveryControl .PanelData .Input
{
    position:relative;
    width:99%;
}

.GetPasswordRecoveryContainer .GetPasswordRecoveryControl .PanelData .Validations 
{
	padding-top:20px;
}

.GetPasswordRecoveryContainer .GetPasswordRecoveryControl .PanelData .Validations .LabelError 
{
}

.GetPasswordRecoveryContainer .GetPasswordRecoveryControl .PanelData .ActionButtons 
{
	padding-top:40px;
	float:right;
}

.GetPasswordRecoveryContainer .GetPasswordRecoveryControl .PanelData .ActionButtons .ImageButton 
{
	position: absolute;
	bottom: 20px;
	right: 20px;
	float:right;
	vertical-align:middle;
}

.GetPasswordRecoveryContainer .GetPasswordRecoveryControl .Frame 
{
	width: 350px;
	position: relative;
	
}

.GetPasswordRecoveryContainer .GetPasswordRecoveryControl .Frame .LeftShadow 
{
	background-image: url(../image/frontoffice-box-bottom-left.png);
	background-position: left;

	width: 191px;
	height: 17px;
	
	position: absolute;
	bottom: -17px;
	left: 0;
	
	clear: both;
}

.GetPasswordRecoveryContainer .GetPasswordRecoveryControl .Frame .RightShadow 
{
	background-image: url(../image/frontoffice-box-bottom-right.png);
	background-position: right;

	width: 191px;
	height: 17px;

	position: absolute;
	bottom: -17px;
	right: 0;
	
	clear: both;
}