
body {
margin: 0px;
padding: 0px;
background-image: url(images/bg.jpg);
}
#bb {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC3300;
	border-right-color: #CC3300;
	border-bottom-color: #CC3300;
	border-left-color: #CC3300;
}
a:link        { color: #000000; text-decoration: none }
a:visited        { color: #000000; text-decoration: none }
a:active        { color: #000000; text-decoration: none }
a:hover        { color: #000000; text-decoration: none; position: relative; right: 0px; top: 0px }

a.white:link        { color: #ffffff; text-decoration: none }
a.white:visited        { color: #ffffff; text-decoration: none }
a.white:active        { color: #ffffff; text-decoration: none }
a.white:hover        { color: #ffffff; text-decoration: none; position: relative; right: 0px; top: 0px }

a.light:link        { color: #3399FF; text-decoration: none;font-weight: bold }
a.light:visited        { color: #3399FF; text-decoration: none;font-weight: bold }
a.light:active        { color: #3399FF; text-decoration: none;font-weight: bold }
a.light:hover        { color: #3399FF; text-decoration: none; position: relative; right: 0px; top: 0px;font-weight: bold }

.word1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.word2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.word3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.word4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
.quote{
width: 100%;
height: auto;
margin: 0px auto;
margin-bottom:20px;
border:1px solid #588FDA;
background-color: #eeeeee;
padding:5px;
}
#voteShow{
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 70px;
	margin-bottom: 10px;
	margin-left: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#all{
	height: auto;
	width: auto;
	margin: 0px;
}
#weizhi{
	width: auto;
	height: 30px;
}
#neirong{
	width: auto;
	height: auto;
	background-color: #FFFFCC;
	margin-right: 70px;
	margin-bottom: 10px;
	margin-left: 70px;
}
#fanye{
	width: auto;
	margin-left: 70px;
	margin-right: 70px;
	height: 30px;
	margin-top: 5px;
}
#lianjie{
	width: auto;
	margin-left: 70px;
	margin-right: 70px;
	height: 20px;
}
#ksft{
	width: auto;
	height: auto;
	margin-top: 10px;
	margin-right: 70px;
	margin-bottom: 10px;
	margin-left: 70px;
}
#up{
	width: auto;
	height: 20px;
	margin-left: 70px;
	margin-right: 70px;
	background-image: url(images/jiemian/bg_up1.jpg);
}
#topbanner{
	height: 150px;
	width: auto;
	margin-left: 70px;
	margin-right: 70px;
	background-image: url(images/jiemian/topbanner1.jpg);
}
#topinfo{
	margin-left: 70px;
	margin-right: 70px;
	width: auto;
	height: 30px;
	border: 1px solid #999999;
}

/* form */
.input { background: #fff ; font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial", sans-serif; /*color: #afafaf;*/ color: #000; padding: 7px; font-size: 14px; border: 1px solid #c0c0c0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.input:hover { background: #fff; }
.input:focus { background: #fff; border-color: #F56F16; color: #000; }
.input.disabled, .input[disabled="disabled"] { background: #e3e3e3; color: #b6b6b6; border-color: #c0c0c0; }
.label { color: #000000; display: block; padding-bottom: 2px; font-size: 11px; text-transform: uppercase; }

/* login dialog */
.ui-dialog, .ui-widget {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:arial, verdana, sans-serif;
	line-height:150%;
	text-align:center;
}

.selectBoxMask {
	position: absolute;
	left:104px;
	width: 158px;
	height: 21px;
	padding: 0 24px 0 8px;
	color: white;
	font: 12px/21px arial,sans-serif;
	background: url(images/select.gif) no-repeat;
	overflow: hidden;
}

