﻿/*--------------------------------------global--------------------------------------*/
html{
	width:100%;
	height:100%;
	min-width:600px;
	min-height:400px;
}
img {
	border: 0;
}
ol, ul {
	list-style: none;
}
body {
	font-family: "Microsoft YaHei", Tahoma, Arial, Helvetica, Verdana, Geneva;
	font-size: 14px;
	color: #1d1d1d;
	width: 100%;
	height: 100%;
}
.clear {
	clear: both;
}
p{
	text-align:left;
	line-height:1.7em;
	font-size:15px;
}

/*--------------------------------------登录页按钮--------------------------------------*/
#btn_area {
	width: 450px;
	height: 40px;
	position: absolute;
	top: 55%;
	/*bottom:160px;*/
	right: 55px;
}
#btn_login {
	width: 95px;
	height: 31px;
	float: left;
	margin-left: 0px;
	margin-bottom: 8px;
}
#btn_reset {
	width: 95px;
	height: 31px;
	margin-left: 132px;
}

#btn_area input{
	padding:8px 30px;
	line-height:24px;
	color:#fff;
	font:16px "Microsoft YaHei", Verdana, Geneva, sans-serif;
	cursor:pointer;
}

.btn-style-01 {
	border:1px #028fbd solid;
	-webkit-box-shadow:inset 0px 0px 1px #fff;
	-moz-box-shadow:inset 0px 0px 1px #fff;
	box-shadow:inset 0px 0px 1px #fff;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	text-shadow:1px 1px 0px #45a1d6;
	background-color:#31c0f0;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#31c0f0), to(#1cabda));
	background-image: -webkit-linear-gradient(top, #31c0f0 0%, #1cabda 100%);
	background-image: -moz-linear-gradient(top, #31c0f0 0%, #1cabda 100%);
	background-image: -ms-linear-gradient(top, #31c0f0 0%, #1cabda 100%);
	background-image: -o-linear-gradient(top, #31c0f0 0%, #1cabda 100%);
	background-image: linear-gradient(top, #31c0f0 0%, #1cabda 100%);
}
.btn-style-01:hover {
	background-color:#1cabda;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#1cabda), to(#31c0f0));
	background-image: -webkit-linear-gradient(top, #1cabda 0%, #31c0f0 100%);
	background-image: -moz-linear-gradient(top, #1cabda 0%, #31c0f0 100%);
	background-image: -ms-linear-gradient(top, #1cabda 0%, #31c0f0 100%);
	background-image: -o-linear-gradient(top, #1cabda 0%, #31c0f0 100%);
	background-image: linear-gradient(top, #1cabda 0%, #31c0f0 100%);
}

/*--------------------------------------内容评论页“关闭”按钮--------------------------------------*/
#btn_off_01 {
	position: absolute;
	top: 0;
	right: 0;
}
#btn_off_01 input{
	padding:5px 10px;
	line-height:24px;
	color:#fff;
	font:16px "Microsoft YaHei", Verdana, Geneva, sans-serif;
	cursor:pointer;
}
.btn-style-02 {
	border:1px #b4170c solid;
	-webkit-box-shadow:inset 0px 0px 1px #fff;
	-moz-box-shadow:inset 0px 0px 1px #fff;
	box-shadow:inset 0px 0px 1px #fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-shadow:1px 1px 0px #82130b;
	background-color:#d73d32;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#e86359), to(#d73d32));
	background-image: -webkit-linear-gradient(top, #e86359 0%, #d73d32 100%);
	background-image: -moz-linear-gradient(top, #e86359 0%, #d73d32 100%);
	background-image: -ms-linear-gradient(top, #e86359 0%, #d73d32 100%);
	background-image: -o-linear-gradient(top, #e86359 0%, #d73d32 100%);
	background-image: linear-gradient(top, #e86359 0%, #d73d32 100%);
}
.btn-style-02:hover {
	background-color:#f3463a;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#e77c74), to(#d75349));
	background-image: -webkit-linear-gradient(top, #e77c74 0%, #d75349 100%);
	background-image: -moz-linear-gradient(top, #e77c74 0%, #d75349 100%);
	background-image: -ms-linear-gradient(top, #e77c74 0%, #d75349 100%);
	background-image: -o-linear-gradient(top, #e77c74 0%, #d75349 100%);
	background-image: linear-gradient(top, #e77c74 0%, #d75349 100%);
}


/*--------------------------------------评论编辑按钮--------------------------------------*/
#comment_btn_area {
	width: 130px;
	height: 40px;
	margin:10px auto;
}
#btn_comment_01 {
	width: 55px;
	height: 35px;
	float: left;
	margin-right: 10px;
}
#btn_comment_02 {
	width: 55px;
	height: 35px;
	float: left;
}

#comment_edit #comment_btn_area input{
	width: 105px;
	height: 35px;
	padding:5px 10px;
	line-height:35px;
	color:#fff;
	font:16px "Microsoft YaHei", Verdana, Geneva, sans-serif;
	cursor:pointer;
	border:1px #028fbd solid;
}
.btn-style-03 {
	-webkit-box-shadow:inset 0px 0px 1px #fff;
	-moz-box-shadow:inset 0px 0px 1px #fff;
	box-shadow:inset 0px 0px 1px #fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-shadow:1px 1px 0px #45a1d6;
	background-color:#31c0f0;
}
.btn-style-03:hover {
	background-color:#1cabda;
}

