html,body {
	margin: 0;
	height: 100%;
	width: 100%;
	font-size: 12px;
	color: #4c4948;
}

img {
	border: 0;
}

table {
	font-size: 12px;
}

.txtright {
	text-align: right;
}

a {
	text-decoration: none;;
	color: black;
}

.form_error {
	color: red;
	font-weight: bold;
}

.big_figure {
	background: url('/img/photo_1.jpg') no-repeat;
	width: 130px;
	height: 130px;
	position: relative;
}

.big_figure img {
	width: 115px;
	height: 115px;
	position: absolute;
	left: 4px;
	top: 4px;
}

.small_figure {
	background: url('/img/photo_2.jpg') no-repeat;
	width: 65px;
	height: 65px;
	position: relative;
}

.small_figure img {
	width: 57px;
	height: 57px;
	position: absolute;
	top: 2px;
	left: 2px;
}

.weibo_color1 a {
	color: #a74c03;
}

.weibo_color2 a {
	color: #007eff;
}

.weibo_color3 a {
	color: #ff7e00;
}

.weibo_color4 a {
	color: #ae00ff;
}

.weibo_color5 a {
	color: #ca1c20;
}

#weibo_top span {
	padding-left: 18px;
}

.weibo_icon1 {
	background: url('/img/weibo_icon_1.gif') no-repeat;
}

.weibo_icon2 {
	background: url('/img/weibo_icon_2.gif') no-repeat;
}

.weibo_icon3 {
	background: url('/img/weibo_icon_3.gif') no-repeat;
}

.weibo_icon4 {
	background: url('/img/weibo_icon_4.gif') no-repeat;
}

.a_under a {
	text-decoration: underline;
}

.long_btn {
	background: url('/img/long_btn.jpg') no-repeat;
	width: 105px;
	height: 24px;
	border: 0;
	padding-top: 3px;
}