/*--form-area--*/
#QALoginControl.form-area
{
	margin-left: 690px;
	margin-right: 24px;
	position: absolute;
	z-index: 999;
	top: 0; 
	padding:0;
	position:absolute;
	overflow:visible;
}

#QALoginControl.form-area span
{
	float:none;
}
#QALoginControl span.right
{
	float: left;
	width: 9px;
	height: 22px;
	line-height: 0;
	font-size: 0;
	background: url(../images/form-area-right.gif) no-repeat 0 -4px;
	margin: 0;
}
/*--form-section--*/
#QALoginControl .form-section
{
	float: left;
	height: 22px;
	padding: 2px 0 0px 12px;
	background: url(../images/form-area-left.gif) no-repeat 0 -4px;
}
/*--user-choice--*/
ul.user-choice
{
	margin: 0;
	padding: 0;
}
ul.user-choice li
{
	background: none;
	display:inline;
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0 0 0 8px;
position:relative;
}

ul.user-choice li.first {
   background:transparent url(../images/form-area-separator.gif) no-repeat scroll 100% 4px;
	margin:0;
	padding:0 8px 0 4px;
}

ul.user-choice a
{
	color: #333333;
	font: 11px/14px Tahoma, Arial, Helvetica, sans-serif;
	position:relative;
	top:0;
	left:0;
	text-decoration: none;
}
ul.user-choice a:hover
{
	text-decoration: underline;
}
/*--enter-section--*/
#QALoginControl ul.user-choice .opened .enter-section
{
	display: block;
}
#QALoginControl .enter-section
{
	display: none;
	position: absolute;
	top: 21px;
	right: -5px;
	width: 230px;
	padding: 14px 20px;
	z-index: 999;
	background: #fff;
	border: 1px solid #bfe0ff;
}
#QALoginControl .enter-section .btn
{
	float: left;
	width: 74px;
	height: 25px;
	padding: 0 0 2px;
	border: none;
	color: #fff;
	cursor: pointer;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	background: url(../images/enter-btn.gif) no-repeat;
}
#QALoginControl div.logining-section
{
	background: transparent url(../images/Opacity50.png) repeat scroll 0 0;
	display: none;
	/*height: 100%;*/
	margin: -14px -20px;
	position: absolute;
	/*width: 100%;*/
	z-index: 1000;
	
	height: 184px !important;
	width: 270px !important;	
}
#QALoginControl div.logining-section .logining
{
	background: transparent url(../images/logining32.gif) no-repeat scroll 0 50%;
	height: 32px;width:32px;
}
 .form-loading
{
	display:none;
	position:absolute;
	margin-top:-34px;
	z-index:999;
}
#formLoading .loading-left
{
	float: left;
	padding-left:14px;
	height: 25px;
	overflow:hidden;
	width:100%;
	background: url(../images/form-area-left50.png) no-repeat;
}
#formLoading .loadingLeft-img
{
	background: url(../images/loaderBar.gif) no-repeat scroll 50% 50%;
	position:relative;
	margin-top:22px;
	margin-left:-9px;
	height:4px;
}
#formLoading span.loading-right
{
	float: left;
	width: 9px;
	height: 25px;
	line-height: 0;
	font-size: 0;
	background: url(../images/form-area-right50.png) no-repeat;
	padding: 0;
}


.user-block
{
	width: 100%;
	padding: 0 0 14px;
	overflow: hidden;
}
.user-block div
{
	width: 230px;
	padding: 0 0 4px;
	font-size: 11px;
	font-family: Tahoma,Verdana;
	line-height: 120%;
	overflow: hidden;
}
.user-block strong
{
	float: left;
	color: #000;
	font: bold 11px/14px Tahoma, Arial, Helvetica, sans-serif;
}
.user-block a
{
	float: right;
	color: #1851a3 !important;
	white-space: nowrap;
	font: 11px/14px Tahoma, Arial, Helvetica, sans-serif;
}
.user-block a:hover
{
	text-decoration: none;
}
.user-block .text
{
	display: block;
	width: 218px;
	color: #000;
	padding: 5px;
	border: 1px solid #a9a9a9;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
}

/*--choice-bar--*/
.choice-bar
{
	float: right;
	padding: 6px 0 0;
}
.choice-bar .check input
{
	float: left;
	display: inline;
	width: 15px;
	height: 15px;
	margin: 1px 6px 0 0;
}
.choice-bar label
{
	float: left;
	color: #000;
	font: 11px/16px Tahoma, Arial, Helvetica, sans-serif;
}
/*--chioce-list--*/
.chioce-list
{
	float: left;
	margin: -1px 0 0;
	position: relative;
	border: 1px solid #cfcfcf;
}
.chioce-list img
{
	float: left;
}
.chioce-list a.username
{
	float: left;
	width: 67px;
	color: #333333;
	text-align: right;
	padding: 0 30px 2px 0;
	border-left: 1px solid #cfcfcf;
	font: 11px/16px Tahoma, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	background: #fff url(../images/select.png) no-repeat 100% -1px;
}
.chioce-list a.username:hover
{
	text-decoration: underline;
}
.chioce-list a.username div {
	margin-left:4px;
	overflow:hidden;
	text-align:left;
	line-height: 16px;
	width:67px;
}
/*--user-menu-list--*/
.opened ul.user-menu-list
{
	display: block;
}
ul.user-menu-list
{
	font-size: 12px;
	width: 161px;
	margin: 0;
	padding: 6px 10px;
	top: 22px;
	right: -9px;
	z-index: 999;
	position: absolute;
	display: none;
	overflow: hidden;
	background: #FFFFFF;
	border: 1px solid #BFE0FF;
}
ul.user-menu-list li
{
	float: left;
	width: 159px;
	margin: 0px;
	padding: 0 !important;
	list-style: none;
	text-align: left;
}
ul.user-menu-list a
{
	color: #333333;
	display: block;
	padding: 3px 10px 5px;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	width:auto;
	text-align:left;
	
}
ul.user-menu-list a:hover
{
	text-decoration: underline;
}
/*--user-enter--*/
ul.user-enter li
{
	/*background: none;*/
}


a.img-holder 
{
display:inline;
height:84px;
margin:2px 9px 0 0;
overflow:hidden;
text-align:center;
width:84px;
}


a.img-holder img 
{
height:84px;
border:1px solid #cecece;
}

div.pop_blog
{
margin-left:56px;
margin-bottom:20px;
}

div.blog_user
{
font-size:12px;
color:#000000;
font-weight:bold;
line-height:14px;
}

div.about_blog
{
font-size:11px;
color:#666666;
line-height:14px;
}

