Table.ReportaBug {
width: 550px;
background-color: #555;
font-family: arial;
border: 8px solid #555;
padding:1px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
Table.ReportaBug tr {
background-color: #bbb;
}
Table.ReportaBug td {
padding:4px;
font-family: arial;
font-size:14px;
border-right: 0.0px solid #bbb;
border-left: 0.0px solid #bbb;
border-top:1.0px solid #888;
border-bottom:1.0px solid #888;
}
.ReportaBugheader {
font-size:18px;
font-weight:bold;
padding-top:10px;
padding-bottom:10px;
text-align:center;
text-vertical-align: middle;
}
.ReportaBugmessage {
text-align:center;
padding-bottom:8px;
}
.ReportaBug td {
padding:4px;
font-size:12px;
}
.ReportaBug p {
padding:4px;
}
.ReportaBug label {
padding:4px;
}
.ReportaBug label {
padding-right:10px
}
.must {
font-weight:bold;
}
.must_star {
font-weight:bold;
color:#F00;
}
.not-must {
font-weight:normal
}
.antispammessage {
padding:10px;
border-top:1px solid #AAA;
border-bottom:1px solid #AAA;
font-weight:bold 
}
.antispamquestion {
font-weight:normal;
}