/*
 * This style sheet defines styles for the Sondagem module.
 * 
 * 15-June-2005 / Alex van Oostenrijk
 * 
 */
 
.sondagem_question
{
  font-family:      Verdana;
  font-size:        10px;
  font-weight:      normal;
  text-align:       center;
}

.sondagem_alreadyvoted
{
  font-family:      Verdana;
  font-size:        9px;
  font-style:       italic;
  text-align:       center;
}

.sondagem_date
{
  font-family:      Verdana;
  font-size:        10px;
  font-style:       italic;
}

.sondagem_text
{
  font-family:      Verdana;
  font-size:        10px;
  padding-top:      6px;
  padding-bottom:   6px;
}

.sondagem_input
{
  font-family:      Verdana;
	font-size:        10px;
  clear:            right;
  width:            100%;
  margin-bottom:    3px;
}

.sondagem_textarea
{
  font-family:      Verdana;
  font-size:        10px;
  clear:            right;
  width:            100%;
  height:           400px;
  margin-bottom:    3px;
}

.sondagem_radio
{
	width:            auto;
	clear:            none;
	border:           none;
	padding-top:      20px;
	background-color: transparent;
}