﻿.jubao
{
	position: fixed;
	top: 20%;
	left: 40%;
	width: 400px;
	background-color: #FFFFFF;
	border: solid rgb(197, 197, 197) 1px; z-index:1000;
}
.jubao ul
{
	margin-top: 10px;
	float: left;
	width: 90%;
	margin-left: 5%;
}
.jubao ul li
{
	width: 100%;
	height: 30px;
	line-height: 30px;
	float: left;
	margin-left: 10px;
}
.jubao input[type='button']
{
	width: 80px;
	height: 30px;
	line-height: 30px;
	background-color: rgb(210, 210, 210);
	border: solid white 1px;
	border-radius: 5px;
	color: #6C6C6C;
	font-size: 16px;
	padding: 0px;
	font-weight: bold;
}
.jubao input[type='button']:hover
{
	background-color: rgb(234, 188, 188);
	color: #FFFFFF;
}
.jubaoTitle
{
	width: 90%;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-left: 5%;
	border-bottom: solid rgb(205, 205, 205) 1px;
	color: rgb(13, 13, 13);
	font-size: 16px;
}


#jubaoResponse h4{ font-size:14px; padding:0px 20px;}