body {
 background-color: white;
}

.caption {
 background-color: #999999;
 color: white;
 font-family: Arial, sans-serif;
 font-size: 12px;
 font-style: normal;
 text-align: center;
 font-weight: bold;
 padding: 4px;
}

.maxwidth {
 width: 100%;
}

.adlabels {
 font-family: Arial, sans-serif;
 text-align: left;
 font-size: 12px;
 background-color: #999999;
 color: white;
}

.formlabels {
 font-family: Arial, sans-serif;
 text-align: left;
 font-size: 12px;
 color: black;
}

.eventname {
 background-color: #F5F5F5;
 color: #669900;
 font-family: Arial, sans-serif;
 font-size: 18px;
 font-weight: bold;
 text-align: center;
}

.moreinfos {
 text-align: center;
 font-size: 14px;
 color: #669900;
 background-color: #F5F5F5;
 font-family: Arial, sans-serif;
 padding: 4px;
}

.advalues {
 background-color: white;
 color: black;
 font-family: Arial, sans-serif;
 font-size: 12px;
 text-align: left;
}

.adformlabels {
 font-family: Arial, sans-serif;
 background-color: #F5F5F5;
 color: black;
 font-size: 12px;
 text-align: left;
 padding: 4px;
 width: 200px;
}

.adforminputs {
 width: 100%;
}