#sidebar{
	margin-top:1px;
	border: 2px solid #dedecf;
	background:#fff;
	width:260px;
	margin-left:1px;
	float:left;
}

.block_cont span{
	font-size:15px;
	color:gray;
	margin-left:20px;
}

.block_title{
	text-align:left;
	margin-left:6px;
	margin-bottom:15px;
	height: 31px;
	background: url("/templates/main/css/images/member_login_bg.gif") no-repeat;
}

.block_title span{
	margin-left:15px;
	position:relative;
	top:5px;
	color:#fff;
	font-size: 18px;
	font-family: arial, verdana, sans-serif;
}

.block_border_top{
	margin-left:10px;

	margin-top:15px;
	width:240px;
	height:15px;
	background:url("border_top.png") no-repeat;
}

.block_border_bottom{
	margin-left:10px;

	clear:both;
	width:240px;
	height:15px;
	background:url("border_bottom.png") no-repeat;
}

.block_cont{
	margin-left:10px;
	margin-top:-5px;
	width:240px;
	background:url("cont_bg.png");
	}

.block_simple{
	margin-left:15px;
	font-size:15px;
	color:gray;
}

.block_simple input{
	margin-left:0px;
	font-size:15px;
	color:gray;
}

.block_vip{
	margin-left:15px;
	font-size:14px;
	color:gray;
}

.block_nav{
	margin-left:15px;
	font-size:16px;
	color:gray;
}

.block_nav li{
list-style:none;
margin-left:0em;
list-style-position: inside;
}

#sidebar hr{
	position:relative;
	right:7px;
	clear:both;
	width:200px;
	border-color : #cecece #fff #fff;
	border-style : solid;
	border-width : 1px;
}

#sidebar marquee{
	margin-left:0;
	width:215px;
	position:relative;
	top:5px;
	left:5px;
	color:#fff;
	font-size: 18px;
	font-family: arial, verdana, sans-serif;
}
#sidebar .login_form{
	background: url("/templates/main/images/lock.png") no-repeat;
	height:115px;
}

input.button_login{
	width:87px;
	height:43px;
	border:none;
	background:url(buttons/login_bg.gif) 0 0 no-repeat;
}

input.button_login:hover{
	background:url(buttons/login_bg_hover.gif) 0 0 no-repeat;
}

input.button_search{
	width:87px;
	height:43px;
	border:none;
	background:url(buttons/search_bg.gif) 0 0 no-repeat;
}

input.button_search:hover{
	background:url(buttons/search_bg_hover.gif) 0 0 no-repeat;
}

input.button_reg{
	width:138px;
	height:43px;
	border:none;
	background:url(buttons/reg_bg.gif) 0 0 no-repeat;
}

input.button_reg:hover{
	background:url(buttons/reg_bg_hover.gif) 0 0 no-repeat;
}

input.button_ok{
	width:87px;
	height:43px;
	border:none;
	background:url(buttons/ok_bg.gif) 0 0 no-repeat;
}

input.button_ok:hover{
	background:url(buttons/ok_bg_hover.gif) 0 0 no-repeat;
}


input.button_rss{
	width:87px;
	height:43px;
	border:none;
	background:url(buttons/rss_bg.gif) 0 0 no-repeat;
}

input.button_rss:hover{
	background:url(buttons/rss_bg_hover.gif) 0 0 no-repeat;
}

