<style type="text/css">
.error {font-weight:bold;}
.task{font-size: 1.2em;background: #eeeeee;}


p{font-size: 1.2em;}
body{
font-family: "Times New Roman";
background-color: #cccccc; 
color: rgb(0, 0, 0);
padding: 0px;
text-align: left;
margin-top:0px;
margin-left:450px;
margin-right:450px;
}



h2 {	
margin: 0;
font-weight: bold;
font-family: Helvetica,Arial,sans-serif;
font-size: 1.3em;
color: #333;
color: #f68937;
color: #fc8f30;
color: #f86605;
padding: 8px 0px 8px 6px;
text-align: left;
}
h3 {
margin: 0;
font-weight: bold;
font-family: Helvetica,Arial,sans-serif;
font-size: 1.2em;
border-bottom: 1px solid #ccc; 
color: #333;
padding: 8px 0px 8px 6px;
text-align: left;
}

/* -------------------------- Form ------------------------- */

input[type="submit"]

{
 width: 100px;
 height: 22px;
 font-weight: bold;
 font-size:15px;	
 } 

input[type="reset"]

{
 width: 100px;
 height: 22px;
 font-size:10px;	
 }


/* -------------------------- Tables ------------------------- */
table {
border-collapse: collapse;
border-spacing: 0px;
empty-cells: show;
margin-bottom: 1.7em;
text-align: left;
padding: 12px 8px 13px 18px;
border: solid #cdcdcd 1px;
-moz-border-radius:8px;
}

td {
text-align: center;
padding: 0px 1px 0px 1px;
padding: 3px 5px 3px 5px;
vertical-align: top;
border: solid #cdcdcd 1px;
background-color: #eeeeee;
width: 70px;
}

td.question{
width:400px;
text-align: left;
}
    
td.radio{
width:70px;
}

td.label{
background-color: #cccccc;	
}


</style>