﻿.UCRecoverPassword_BoxBottom
{
    background-image:url(../Resources/backGradient.png);
	background-repeat:repeat-x;
	height:39px;
	width:742px;
	margin-left: -8px;
}

.UCRecoverPassword_separator
{
     width: 689px;
	 height: 3px;
	 padding:0px 0px 5px 0px;
}

.UCRecoverPassword_Top
{
    height:35px;
	font-size:14px;
	text-align:center;
	color:#e88c31;
}

.UCRecoverPassword_box
{
    background-color:#f5f4f1;
	border:1px;
	border-style:solid;
	border-color:#d6d1ca;
	width:726px;
	height:auto;
	padding:6px 8px 0px 8px;
}

.UCRecoverPassword_DivAction
{
	position:relative;
	float:right;
	background-image:url(../Resources/LoginMare.png);
	background-repeat:no-repeat;
	width:63px;
	height:24px;
	padding:5px 10px 0px 10px;
	margin-top:7px;
}

.UCRecoverPassword_DivAction:hover
{
	position:relative;
	float:right;
	background-image:url(../Resources/LoginMareMouseOver.png);
	background-repeat:no-repeat;
	width:63px;
	height:24px;
	padding:5px 10px 0px 10px;
	margin-top:7px;
}

.UCRecoverPassword_Submit
{
    color:#000;
}

.UCRecoverPassword_Content
{
    text-align: center;
}