#id_survey_title
{
	width: 350px;
}

#id_survey_description
{
	width: 400px;
	height: 100px;
}

#id_survey_start_day
{
	width: 20px;
}

#id_survey_start_month
{
	width: 20px;
}

#id_survey_start_year
{
	width: 30px;
}

#id_survey_start_hour
{
	width: 20px;
}

#id_survey_start_minute
{
	width: 20px;
}

#id_survey_end_day
{
	width: 20px;
}

#id_survey_end_month
{
	width: 20px;
}

#id_survey_end_year
{
	width: 30px;
}

#id_survey_end_hour
{
	width: 20px;
}

#id_survey_end_minute
{
	width: 20px;
}

#id_survey_submit
{
  float: right;
  font-size: 0.7em;
  width: 130px;
  padding: 1px;
}

#id_survey_min_selects
{
	width: 20px;
}

#id_survey_max_selects
{
	width: 20px;
}

.option_title
{
	width: 300px;
}

.option_description
{
	width: 350px;
	height: 40px;
}

.menulist
{
	padding-left: 40px !important;
}

.list_item
{
	margin: 2px;
	margin-left: 30px;
	margin-right: 30px;
	padding: 6px;
}

.list_item:Hover
{
	background-color: #EEEEEE;
}

.list_item a
{
	color: #000000;
	font-family: sans-serif;
	text-decoration: none;
}


/**
* Frontend-Styles
*/

.fe_survey_description
{
  margin-bottom: 20px;
}

.fe_submit
{
  margin-top: 10px;
}

.fe_note
{
  margin-top: 10px;
  color: #BB0000;
  display: none;
}

.fe_option
{
  margin-bottom: 3px;
}

.fe_result_bar
{
  background-color: #BB0000;
  height: 10px;
  margin-top: 5px;
  overflow: hidden;
}

.fe_result_option
{
  margin-bottom: 20px;
  font-size: 9px;
}

.votecount
{
	margin-bottom: 30px;
}

