body { font-family: Corbel, 'Lucida Grande', 'Lucida Sans Unicode', 'DejaVu Sans', 'Bitstream Vera Sans', 'Liberation Sans', Verdana, 'Verdana Ref', sans-serif }

a:link, td a:link { color: #4e96ce; }
a:visited, a:hover, td a:visited, td a:hover { color: #22bc4a; text-decoration: none; }

table, td { border: none; }
td { padding: 2px; }
.errorbox {
   width: 400px;
   padding: 8px;
   margin: 20px;
   background: #ddd;
   margin-left: auto;
   margin-right: auto;
   font-family: verdana;
}
.errorbox h3 {
   color: #f00;
   margin-bottom: 2px;
   margin-top: 2px;
}
.note {
   font-size: 60%;
}
#expand-details {
   cursor: pointer;
   color: #060;
   text-align: center;
   font-size: smaller;
   margin-bottom: 10px;	
}
td ul {
   margin-top: 2px;
}

.tweet { margin-bottom: 10px; }

#error {
   color:red;
   font-size:10px;
   display:none;
}
.needsfilled {
   background: #ffc4c4;
   color:white;
}
