/****************************************************************************************************
- Styles in this sheet are used for customising textfields, textareas, checkboxes, radio buttons, 
  list menus, buttons, etc.
****************************************************************************************************/

#uploadform {
	text-align: left;
	padding: 16px;
	color: #ffffff !important;
}

#uploadform p {
	color: #ffffff !important;
}

label {
	display: block;
	color: #ffffff;
}

input, select, textarea {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}

.textfield_width {
	width: 200px;
}

.dropdown_width {
	width: 204px;
}

.browse_document_width {
	width: 220px;
}

.button {
	color: #ffffff;
	background: #000000;
	border: 1px solid #ccc;
	_border: 0;
	font-weight: bold;
}

.required {
	color: red;
}

#formfeedback { 
	padding: 16px;
	border: 1px dashed #ffffff;
}