
.userinfo {
	border-bottom:1px #ccc solid;
	display:block;
}
.userinfo ul {
	list-style:none;
}
.userinfo li {
	float:right;
	margin:0 3px;
}
.userinfo a {
	display:block;
	line-height:25px;
	color:#666;
	font-size:12px;
	padding:5px 8px;
	position:relative;
	top:1px;
	border-bottom:1px #ccc solid;
}
.userinfo a:hover {
	border-bottom:1px #333 solid;
	color:#000;
}

.form .row {
	margin-bottom:15px;
}
.form .row > span {
	margin-right:10px;
	font-size:14px;
	font-family:'BYekan', Tahoma;
}

textarea {
	font-size:12px;
}

.usercontent {
	direction:rtl;
	padding:5px 10px;
}

#userinfo {
	width:100%;
	border-collapse: collapse;
}
#userinfo td, #userinfo th {
	line-height: 30px;
	direction: rtl;
}
#userinfo th {
	color: rgb(32, 90, 140);
	text-align: left;
	font-weight: normal;
	line-height: 30px;
}
#userinfo td {
	padding-right: 10px;
	text-align: right;
}
#userinfo .error {
	background:none;
	font-size:11px;
	color:#900;
}