﻿@Import url("/CSS/Shop-Main.css");

#ForgotPassword {
    font: 9pt tahoma;
}
#ForgotPassword a
{
    color: #748386;
}
#ForgotPassword #Messages, #ForgotPassword #Errors, #ForgotPassword #Successful {
	direction: rtl;
}
#ForgotPassword #Messages li, #ForgotPassword #Errors li, #ForgotPassword #Successful li {
	width: 775px;
	padding-right: 20px;
	padding-left: 1px;
	background: #fff url(/Image/Arrow07.gif) no-repeat 782px 8px;
	line-height: 18px;
}
#ForgotPassword #Errors li {
	color: red;
}
#ForgotPassword #Successful li {
	color: green;
}
#ForgotPassword form {
	width: 355px;
	height: 200px;
	margin: 40px auto 0px auto;
	border: solid 1px #697679;
	background: #FFF url(/Image/SignIn_Bg.gif) repeat-x;
}
#ForgotPassword form h2 {
	direction: rtl;
	padding: 11px;
	font: bold 9pt tahoma;
	color: #697679;
}
#ForgotPassword form li {
	float: right;
	margin-top: 14px;
}
#ForgotPassword form .Title {
	direction: rtl;
	width: 96px;
	height: 18px;
	padding-left: 40px;
	text-align: left;
}
#ForgotPassword form ol .Field {
	height: 18px;
	width: 219px;
	text-align: right;
}
#ForgotPassword form ol .Field input {
	width: 160px;
	border: solid 1px #96AFC6;
}
#ForgotPassword form ol .Button {
	width: 296px;
	height: 47px;
}
#ForgotPassword form ol .Button input {
	width: 100px;
}
