.selectArea {
	background:url(/img/niceforms/game_vote_bg_1.gif) 0 0 repeat-x;
	height:19px;
	width:200px;
}
.selectArea .left {
	width:7px;
	height:19px;
	float:left;
	background-color:white;
	background-position:2px 0;
	background-repeat:no-repeat;
}
.selectArea .right {
	width:17px;
	height:19px;
	float:right;
}
.blockType1 .gameVote .item1 .selectArea .left	{
	background-image:url(/img/niceforms/game_vote_bg_1_l.gif);
}
.blockType1 .gameVote .item1 .selectArea .right	{
	background:url(/img/niceforms/game_vote_bg_1_r.gif);
}
.blockType1 .gameVote .item2 .selectArea	{
	background:url(/img/niceforms/game_vote_bg_2.gif) 0 0 repeat-x;
}
.blockType1 .gameVote .item2 .selectArea .left	{
	background-image:url(/img/niceforms/game_vote_bg_2_l.gif);
}
.blockType1 .gameVote .item2 .selectArea .right	{
	background:url(/img/niceforms/game_vote_bg_2_r.gif);
}
.blockType1 .gameVote .item3 .selectArea	{
	background:url(/img/niceforms/game_vote_bg_3.gif) 0 0 repeat-x;
}
.blockType1 .gameVote .item3 .selectArea .left	{
	background-image:url(/img/niceforms/game_vote_bg_3_l.gif);
}
.blockType1 .gameVote .item3 .selectArea .right	{
	background:url(/img/niceforms/game_vote_bg_3_r.gif);
}
.blockType1 .gameVote .item4 .selectArea	{
	background:url(/img/niceforms/game_vote_bg_4.gif) 0 0 repeat-x;
}
.blockType1 .gameVote .item4 .selectArea .left	{
	background-image:url(/img/niceforms/game_vote_bg_4_l.gif);
}
.blockType1 .gameVote .item4 .selectArea .right	{
	background:url(/img/niceforms/game_vote_bg_4_r.gif);
}
.blockType1 .gameVote .item5 .selectArea	{
	background:url(/img/niceforms/game_vote_bg_5.gif) 0 0 repeat-x;
}
.blockType1 .gameVote .item5 .selectArea .left	{
	background-image:url(/img/niceforms/game_vote_bg_5_l.gif);
}
.blockType1 .gameVote .item5 .selectArea .right	{
	background:url(/img/niceforms/game_vote_bg_5_r.gif);
}
.blockType1 .gameVote .item6 .selectArea	{
	background:url(/img//niceforms/game_vote_bg_6.gif) 0 0 repeat-x;
}
.blockType1 .gameVote .item6 .selectArea .left	{
	background-image:url(/img/niceforms/game_vote_bg_6_l.gif);
}
.blockType1 .gameVote .item6 .selectArea .right	{
	background:url(/img/niceforms/game_vote_bg_6_r.gif);
}
.blockType1 .gameVote .item7 .selectArea	{
	background:url(/img/niceforms/game_vote_bg_7.gif) 0 0 repeat-x;
}
.blockType1 .gameVote .item7 .selectArea .left	{
	background-image:url(/img/niceforms/game_vote_bg_7_l.gif);
}
.blockType1 .gameVote .item7 .selectArea .right	{
	background:url(/img/niceforms/game_vote_bg_7_r.gif);
}
.selectArea .right a {
	display:block;
	width:200px;
	height:21px;
	margin-left:-179px;
	position:absolute;
}
.selectArea .right i {display:none;}
.selectArea .center {
	width:160px;
	color:#FFF;
	padding-top:3px;
	overflow:hidden;
	white-space:nowrap;
	font-weight:bold;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:-30px;
	width:172px;
	background:#23AA9E;
	padding:2px;
	font-size:11px;
	z-index:20;
}
.ie6 .optionsDivInvisible, .ie6 .optionsDivVisible {
	margin-left:3px;
}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #006F6B;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#00656A;
	border-color:white;
}