.file_upload_form {
	color: white;
}

.file_upload_form a {
	color: white;
}

input, select, textarea {
   font-family:arial;
   font-size:11px;
}
textarea {
   width: 200px;
   height: 100px;
}
input {
	border: 1px solid black;
}

.common .error input {
	border: 1px solid red;
	background: #fee;
}
input.submitbutton {
   float:right;
   margin-top:1em;
   padding:2px 10px;
}


#form_agenda_subscribe {
   margin:1em 0;
   padding-bottom:35px;
}

#form_agenda_subscribe td.col0 {
   width:100px;
}
