
/*留言板*/
.ym_gbook{ width:100%; font-size:14px; color:#8A8888;}
.ym_gbook ul li{margin:7px;}
.ym_gbook ul li span{display:block; width:100px;}
.ym_gbook ul li .intxt{ border:none;height:28px; width:210px; margin-top:5px; padding:2px 10px; color:#999; box-shadow:0px 1px 2px rgba(0,0,0,0.3) inset; }
.ym_gbook ul li .gb-content{ width:450px; height:120px; padding:10px; overflow:auto;}
.ym_gbook ul li .gb-code{ margin-right:4px; width:90px;}
.ym_gbook ul li .gb-codeimg{ cursor:pointer;width:60px;height:18px;}

.ym_gbook .gbook-submit{}

.ym_gbook .gbook-btn{
width: 140px;
line-height: 38px;
text-align: center;
font-weight: bold;
color: #fff;
text-shadow:1px 1px 1px #333;
border-radius: 5px;
margin:0 20px 20px 0;
position: relative;
overflow: hidden;
cursor:pointer;
}
 
.ym_gbook .gbook-btn-gray{
	color: #8c96a0;
	text-shadow:1px 1px 1px #fff;
	border:1px solid #dce1e6;
	box-shadow: 0 1px 2px #fff inset,0 -1px 0 #a8abae inset;
	background: -webkit-linear-gradient(top,#f2f3f7,#e4e8ec);
	background: -moz-linear-gradient(top,#f2f3f7,#e4e8ec);
	background: linear-gradient(top,#f2f3f7,#e4e8ec);
}
.ym_gbook .gbook-btn-gray:hover{
background: -webkit-linear-gradient(top,#fefefe,#ebeced);
background: -moz-linear-gradient(top,#f2f3f7,#ebeced);
background: linear-gradient(top,#f2f3f7,#ebeced);
}
.ym_gbook .gbook-btn-gray:active{
top:1px;
box-shadow: 0 1px 3px #a8abae inset,0 3px 0 #fff;
background: -webkit-linear-gradient(top,#e4e8ec,#e4e8ec);
background: -moz-linear-gradient(top,#e4e8ec,#e4e8ec);
background: linear-gradient(top,#e4e8ec,#e4e8ec);
}