/* CSS Document */

#CONTAINER_RIGHT #users {
list-style-type: none;
	min-height:120px;
	border-radius: 5px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color: #E6EEF7;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#CONTAINER_RIGHT #users a{
	color: #000000;
	text-decoration: none;
}

#CONTAINER_RIGHT #users .title {
color: #FF00CC;
}



	#users #LOGIN .tbox{
	background-image:url(images/input_bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	border:1px solid #999999;
	padding:4px;
	width:10em;
}
	#users .LOGIN_title{
	background-image:url(images/icon_login.png);
	background-position:left center;
	background-repeat:no-repeat;
	color: #FF00CC;
	font-size:14px;
	height:37px;
	left:10px;
	padding-left:49px;
	position:relative;
	text-decoration:none;
	top:-17px;
	}

	#users .LOGIN_name{
	float:left;
	width:80px;
	padding: 5px;
	font-size: 13px;
	text-align: right;
	margin-top:5px;
	}
	
	#users .LOGIN_name2{
	float:left;
	width:130px;
	clear:right;
	padding: 5px;
	}
	
	#users .LOGIN_pass{
	float:left;
	width:80px;
	padding: 5px;
	font-size: 13px;
	text-align: right;
	margin-top:5px;
	}
	
	#users .LOGIN_pass2{
	float:left;
	width:130px;
	clear:right;
	padding: 5px;
	}
	#users .LOGIN_button{
	clear:both;
	float:none;
	padding:10px;
	text-align:right;
	}
	
	#users .avatar{
	border: thin solid #999999;
	margin: 10px;
	background-color: #FFFFFF;
	float: right;
	padding: 3px;
	clear: right;
	}

	#users ul{
	margin-top: 1px;
	padding-top: 1px;
	}


#LASTREAD{
	padding: 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #E6EEF7;
	margin-top: 30px;
	background-repeat: repeat;
	margin-bottom: 20px;
}
	
	#LASTREAD .Title{
	height:13px;
	position:relative;
	text-decoration:none;
	top:-28px;
	
	}
	
	#LASTREAD .Icon{
	background-image:url(images/icon_info.png);
	background-position:left center;
	background-repeat:no-repeat;
	color: #FF00CC;
	font-size:14px;
	padding-left:49px;
	height:37px;
	
	}


	
	#LASTREAD ul{
	margin-left: 0px;
	padding-left: 25px;
	margin-top: 10px;
	}	
	
	#LASTREAD li{
	list-style-position: outside;
	list-style-type: square;
	font-size: 12px;
	
	}	
	#LASTREAD li .Fac{
	font-size: 9px;
	color: #999999;
	}	
	


	
#SEARCHBOX{
	padding: 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #E6EEF7;
	margin-top: 30px;
	color: #000000;
	background-repeat: repeat;
	font-size: 11px;
	font-weight: bold;
}
	
	#SEARCHBOX .Title{
	height:13px;
	position:relative;
	text-decoration:none;
	top:-25px;
	}
	
	#SEARCHBOX .Icon{
	background-image:url(images/icon_search.png);
	background-position:left center;
	background-repeat:no-repeat;
	color: #FF00CC;
	font-size:14px;
	padding-left:49px;
	height:37px;
	
	}
	
	#SEARCHBOX .FIELD{
	margin-bottom: 3px;	
	
	}
	#SEARCHBOX .FIELD input{
	font-size: 10px;	
	
	}	
	
	#SEARCHBOX .FIELD select{
	width: 95%;
	font-size: 10px;
	}	