/* .col-md-7{
	display:block;
	min-height:50px;
	width:100%;
	height:auto;
	border:1px solid red;
}
.contact-textarea textarea{
	width:100%;
}
.contact-textarea input{
	float:right;
	line-height:30px;
	height: 30px;
	float:left;
}
#submit_say{
	float:right;
	position:relative;
    font-size: 15px;
    width: 50px;
}
#regist_button,#login_button{
	width: 120px;
    position: relative;
    display: in-line;
    clear:both;
    top: 15px;
    left: 420px;
}
#cover_div{
	border: 1px solid red;
    width: 100%;
    height: 82px;
    float: right;
    position: relative;
    top: -112px;
    z-index:30;
}
#split_hr{
	height:100%;
	width:1px;
	background:#f0f0f0;
	noshade:noshade;
}
#cover_div ol{
	display:block;
	width:100%;
	height:100%;
}
#cover_div ol li{
	display:block;
	width:3%;
	height:100%;
	left:20%;
	float:left;
	margin:1% 0.5% 1% 0.5%;
}
#cover_div ol li:nth-child(2) {
	left:20px;
}
#user_say_form_hr{
	left: 0%;
    width: 100%;
}
#user_say_hr{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.split_hr{
	width:100%;
	margin-top: 0;
    margin-bottom: 0;
}
.rela_user_say{
	width:100%;
	height:auto;
}
.rela_user_say ul li{
	list-style:none;
}
.rela_user_say ul li div{
	display:block;
	float:left;
}
input[type=button]:hover {
    background: #f0f0f0;
    color: #fff;
} */