/* 
    Document   : estilos
    Created on : 13/08/2008, 11:10:32
    Author     : DESIGN
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#boxEnquete{

width:90%; 
text-align:center;
margin-left:10px;
margin-top:10px;
}

.boxEnqueteRes{
border:3px solid #ccc; 
padding:5px; 
width:95%; 
text-align:center;
}


.linhaEnqueteOpcao{

  font-family: Verdana;
  margin-top:10px;
  text-align: left;
  font-size: 10px;
  margin-left: 10px;

}
.linhaEnqueteResOpcao{

  font-family: Verdana;
  margin-top:10px;
  text-align: left;
  font-size: 10px;
  margin-left: 5px;
  

}
.tituloEnquete{
  font-family: Arial;
  font-size: 14px;
  padding:5px;
  font-weight: bold;
}
.cinza{
color:#666;
font-size: 11px;
}
.titEnquete{
color:#FF0000;
font-size: 14px;
font-weight: bold;
}
.msgEnquete{
color:#669966;
font-size: 11px;
font-weight: bold;
}
