﻿.race_panel {
	width:700px;
	float:left;
	padding-left:15px;
}
.race_panel .race_content{
	width:400px;
	float:left;
	background-color:#e2e6e9;
}
.race_panel .formrow{
    width:700px;
	float:left;
	clear:both;
	padding:8px;
}
.race_panel .formlabel{
	color:#000000;
	font-weight:bold;
	width:150px;
	float:left;
	margin-top:3px;
	padding:0 20px;
	text-align:right;
}
.race_panel .poll_question
{
	font-weight:bold;
	float:left;
	width:100px;
}
.race_panel .poll_answers
{
	margin-bottom:5px;
	float:left;
	width:110px;
}
.race_panel .poll_label
{
    float:left;
    overflow:auto;
}
.race_panel .paging
{
    float:right;
}
.race_panel .paging .currentpage
{
	color:#000000;	
	float:left;
	padding:0px 5px 0px 0px;
}
.race_panel .paging .pagelink
{
	color:#D60F2C;
	font-weight:bold;
	text-decoration:none;
	float:left;
	padding:0px 5px 0px 0px;
}
.race_panel .left
{
    float:left;
    width:40%;
}
.race_panel .right
{
    float:right;
}
.gap
{
    clear:both;
    margin-top:5px;
    height:10px;    
}
.sep
{
  border-bottom:solid 1px #000;
  margin-bottom:10px;
  margin-top:5px;
  width:100%;
}

.label
{
   padding:0 10px 0 10px;
}
.items
{
    float:left;
    clear:both;
    width:100%;
}
.message
{
    clear:both;
    float:left;
    padding:10px 0 0 15px;
    width:100%;
}

.total_label
{
    font-weight:bolder; 
}


