.nav {
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    width: 1200px;
	text-align:right;
	}
.main {
    margin: 0 auto;
    width: 1198px;
	border:1px solid #e2e2e2;	
    border-top: 2px solid #1f88e4;
	padding-top:10px;
}
.maintitone{
	height:50px;
	line-height:50px;
	text-align:left;
	font-size:22px;
	color:#1f88e4;
	padding-left:50px;
	border-bottom:1px solid #f8f8f8;
	background-image:url(../images/index57.png);
	background-repeat:no-repeat;
	background-position:10px center;
	margin-bottom:40px;
	}
.vote {
    width: 100%;
}
.votechoice {
	width:98%;
	margin:0 auto;
}
.votechoice input {
    display: block;
    float: left;
    height: 15px;
    line-height: 15px;
    margin: 9px;
    text-align: left;
    width: 15px;
}
.votechoice ul {
    list-style-type: none;
}
.votechoice ul li {
    height: auto;
    line-height: 30px;
    margin-left: 0;
    padding: 10px;
    width: 100%;
}
.votechoice p {
    background-color: #41a7f4;
    color: #fff;
    line-height: 30px;
    margin: 10px 0;
    padding: 10px;
}
.votechoicename {
    display: block;
    float: left;
    padding: 0;
    width: 1100px;
}
.button {
	background-color:#2e88c0;
    border: 1px solid #1e7db9;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 3em;
    line-height: 25px;
    margin: 2em auto 1em;
    overflow: hidden;
    text-align: center;
    text-shadow: 1px 1px 1px #333;
    width: 40%;
}

