ul.dueventslist {
    list-style:none;
    padding:0;
    margin:0;
}

ul.dueventslist li {
    border: 1px solid black;
    margin: 10px 0 10px 0;
}

ul.dueventslist li h2 {
    margin:0;
    background-color:#dfdfdf;
    padding:5px;
}

ul.dueventslist li p {
    margin-left:10px;
}

table.ticketlist {
    margin-left:20px;
}

table.ticketlist th, table.ticketlist td {
    text-align:left;
    padding:6px;
    margin:2px;
}

table.ticketlist th {
    background-color:#dfdfdf;
}

.attendees_fee {
   /* border:1px solid #000000; 
    margin-bottom:10px;   */
}


.attendeeform {
    border:1px solid #000000;
    padding:0px;
    margin-top:10px;
    margin-bottom:10px;
    margin-left:20px;
    
}


.attendeeform h4{
    padding:5px;
    margin:0;
    background-color:#dfdfdf;
    border-bottom:1px solid black;
}

.attendeeform table {
    margin:10px;
}

.attendeeform .finputerr td {
    font-weight:bold;
    color:red;
}


