#register_form{
margin-top:10px;
margin-right:20px;
}

ul.login_form li{
display:block;
height:30px;
margin-bottom:5px;
}

ul.login_form input{
	width:250px;
	height:20px;
	text-align:right;
	font-size:12px;
	color:#b8ae9c;
	padding-top: 6px;
	padding-right: 2px;
	font-family:tahoma;
	border:#595241 solid 1px;
}

ul.login_form textarea{
width:440px;
height:160px;
border:#595241 solid 1px;
text-align:right;
direction:rtl;
overflow: auto;
margin-bottom:10px;
padding:10px;
font-family:tahoma;
font-size:9pt;
color:#595241;
}
ul.login_form label{
float:right;
width:140px;
}


ul.login_form input.btn , #reply_ticket input.btn{
display: block; 
padding-top: 0px;
text-decoration: none; 
cursor: pointer;
background:transparent url(images/more_btn_bg.png) no-repeat scroll 0px 0px;
border-width:0px;
color:#fcfff5;
float:right;
font-size:11px;
text-align:center;
width:58px;
height:23px;
text-align:center;
font-family:tahoma;
  }

ul.login_form input.btn:hover, #reply_ticket input.btn:hover{
background:transparent url(images/more_btn_bg.png) no-repeat scroll 0px -23px;
color:#fcfff5;
}

#reply_ticket textarea {
width:610px;
height:150px;
border:#595241 solid 1px;
text-align:right;
direction:rtl;
overflow: auto;
margin-bottom:10px;
padding:10px;
font-family:tahoma;
font-size:9pt;
color:#595241;
}