body{
font-size:10px;
}
.tx_myquizpoll_pi1-title{/* Title of a question  */
color:#be1f3f;
margin:0.5em 0em 0.5em 0em;
}

.tx_myquizpoll_pi1-question {
color:#be1f3f;
margin:0.5em 0em 0.5em 0em;
}/* The question    */

.tx_myquizpoll_pi1-answer {
margin:0.5em 0em 0.5em 0em;
color:#000;
}/* A answer    */

.tx_myquizpoll_pi1-explanation {  
color:#000;
font-size:1.1em;
font-style:normal;
margin:1em 0em 1em 0em;
}/* Explanation to a question    */

.tx_myquizpoll_pi1-false {  }/* False answer    */

.tx_myquizpoll_pi1-label {
color:#000;
font-size:1.1em;
margin:1em 0em 1em 0em;
}/* Normal text    */

.tx_myquizpoll_pi1-field {
border:1px solid #be1f3f;
background:#fff;
color:#be1f3f;
}/* form-field    */

.tx_myquizpoll_pi1-field:focus {
border:1px solid #be1f3f;
}  

.tx_myquizpoll_pi1-submit {
border:1px solid #be1f3f;
background:#fff;
color:#be1f3f;
padding:0px 10px 0px 10px;
}/* form submit-button    */


.tx_myquizpoll_pi1-reset {
border:1px solid #be1f3f;
background:#fff;
color:#be1f3f;
padding:0px 10px 0px 10px;
}/* form reset-button    */

.tx_myquizpoll_pi1-table {
border-collapse:collapse;
border:1px dashed #fff;
}/* highscore or poll-result table    */

.tx_myquizpoll_pi1-tr {  }/* a table row    */

.tx_myquizpoll_pi1-tr-act {
font-weight:bold;
}/* highscore entry of the current user    */

.tx_myquizpoll_pi1-tr-even {
background:#DFFFFB;
}/* even row    */

.tx_myquizpoll_pi1-tr-odd {
background:#fff;
}/* odd row    */

.tx_myquizpoll_pi1-caption {  } /* table caption    */

.tx_myquizpoll_pi1-th {  }  /* table header    */

.tx_myquizpoll_pi1-td {
color:#000;
} /* table data    */

.tx_myquizpoll_pi1-left {  } /* align left    */

.tx_myquizpoll_pi1-right {  } /* align right  */