@charset "utf-8";
/* CSS Document */

#pane1
{
	height:280px;
	line-height:18px;
	overflow:hidden;
	margin-right:7px;
	width:660px;
}

.holder
{
	direction:rtl;
	height:300px;
	overflow:hidden;
	text-align:justify;
	width:690px;
}

.ins_title
{
	background:url(../../images/password_recovery/title.png) no-repeat right top;
	height:63px;
	position:absolute;
	right:0px;
	top:0px;
	width:471px;
}

#pane1 a
{
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
#pane1 a:hover
{
	color:#990000;
	font-weight:bold;
	text-decoration:none;
}

.scroller .jScrollPaneDrag {
	background:#000000 left repeat;
	position:absolute;
	overflow:hidden;
}

.scroller .jScrollPaneTrack
{
	background:#EEEEEE;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0px;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
	_right:-1px;
}

label{
	direction: rtl;
}

form{
	direction: rtl;
}
