/* call.css - for UPA 2005 call for presentations */

caption {
 background-color: #C9E4E4;
 margin-bottom: 10px;
 margin-top: 10px;
 padding: 4px 4px 4px 10px;
 text-align: left;
}

div.fieldset {
 background-color: #fff;
/* border: 1px solid #ccc; */
 width: 100%;
}

input {
 font-size: x-small;
 margin: 5px;
}

select {
 margin: 5px;
}

.error {
 color: red;
 font-size: x-small;
}

.formtable {
 width: 100%;
}

.helpful {
 color: #333;
 font-size: x-small;
}

.label {
 padding-right: 8px;
 text-align: left;
 width: 38%;
}

.field {
 color: black;
 width: 65%;
}

.required {
 color: red;
}

#formbody {
 margin: 32px;
}

#primarypresenter {

}

#generalinfo {

}

#otherpresenters {

}
