/**********************************

Use: Client Panel Login Style
Author: Iranhost - 
Created Date: 17-Feb-2009 9:30:00

***********************************/

/* Body */

Body {
    margin:				25px;
    padding:			0px;
	font-family:		Tahoma, Arial, Verdana;
	font-size:			11px;
	color:				#000000;
	background:			#ffffff url(../Images/Background.gif) repeat-x
}
Img {
	border:				0px
}
Strong {
	font-weight:		600
}
Form {
    margin:				0px
}

/* Links */

a:link {
	font-family:		Tahoma, Arial, Verdana;
	font-size:			11px;
	font-style:			normal;
	color:				#236d98;
	text-decoration:	none
}
a:active {
	font-family:     	Tahoma, Arial, Verdana;
	font-size:      	11px;
	font-style:     	normal;
	color:				#236d98;
	text-decoration:	none
}
a:visited {
	font-family:		Tahoma, Arial, Verdana;
	font-size:			11px;
	font-style:			normal;
	color:				#236d98;
	text-decoration:	none
}
a:hover {
	font-family:		Tahoma, Arial, Verdana;
	font-size:			11px;
	font-style:			normal;
	color:				#000000;
	text-decoration:	underline
}

/* Main */

.LoginFramework {
	width:				345px;
	margin:				auto
}
.LoginFramework .LoginHeader {
	width:				345px;
	height:				155px;
	margin:				0px;
	background:			#FFFFFF url(../Images/Client-Login-Transparent.gif) 0 0 no-repeat
}
.LoginFramework .LoginBody {
	width:				345px;
	margin:				0px;
	overflow:			hidden;
	background:			#FFFFFF url(../Images/Client-Login-Vertical.gif) repeat-y
}
.LoginFramework .LoginFooter {
	width:				345px;
	height:				80px;
	margin:				0px;
	background:			#ffffff url(../Images/Client-Login-Transparent.gif) 0px -155px no-repeat
}
.LoginFramework .LoginForm {
	width:				335px;
	margin:				auto
}
.LoginFramework .LoginCells {
	width:				335px;
	direction:          rtl;
	text-align:			justify
}
.LoginFramework .Progress {
	width:				335px;
	margin-top:			10px;
	text-align:	    	center
}
.InputBoxUser {
	width:				150px;
	height:				15px;
	border:				1px solid  #999999;
	text-align:         left;
	margin-top:			2px;
	margin-bottom:		3px;
	font-size: 			11px;
	font-family:        Tahoma, Arial, Verdana;
	color:				#333333
}
.InputBoxPassword {
	width:				150px;
	height:				15px;
	border:				1px solid  #999999;
	text-align:         left;
	margin-top:			2px;
	margin-bottom:		3px;
	font-size: 			11px;
	font-family:        Tahoma, Arial, Verdana;
	color:				#333333
}
.Button {
	width:				100px;
	height:				25px;
	border:				none;
	cursor:				pointer;
	background:			url(../Images/Client-Button.gif) 0px 0px no-repeat
}
.Button:hover {
	width:				100px;
	height:				25px;
	border:				none;
	cursor:				pointer;
	background:			url(../Images/Client-Button.gif) -100px 0px no-repeat
}
.TopSpacer {
	margin-top:			5px
}
.Error {
	color:				#a50400
}
