@charset "utf-8";
/* CSS Document For CKSY VOTE Module */


.header_880 {
	position: relative;
	float: left;
}

.footer_880 {
	position: relative;
	float: left;
}

.content_880 {
	text-align: left;
	overflow: hidden;
	width: 900px;
	margin: 0;
	background: url(/images/880_body.gif) repeat-y;
}

.voting_cont {
	width: 750px;
	margin:0 auto;
}

.voting_leftcol {
	width:500px;
	float:left;
}

.voting_top{
	background: #F00;
	color:#FFF;
	text-align:center;
	margin:0;
	padding:0;
	border:0;
}

.voting_cont h1{
	margin:0;
}

.voting_cont h3{
	margin:0;
}

.voting_bottom {
	background:#fff;
	margin:0;
	padding:20px;
	border:0;
}

.voting_entry{
	width: 100%;
	border:#F00 thin solid;
	margin-bottom:15px;
}

.voting_photo_info {
	position:relative;
}

.voting_info{
	position:absolute;
	left:260px;
	top:50px;
	color:#F00;
}

.voting_name{
	font-size: 24px;
	font-weight:bold;
}

.voting_count{
	font-size: 16px;
	font-weight:bold;
}


.voting_listen{
	margin-top:20px;
	margin-bottom:2px;
}

.vote_btn{
}

.voting_rightcol{
	border:#666 thin solid;
	background:#000;
	float:right;
	width:240px;
}

.voting_text{
	background:#e4d2a0;
	border:#666 thin solid;
	margin:2px;
	padding:8px 4px 4px 4px;
}



