/* 
 * Form, input defenitions
 */
input, select, textarea, button {
  margin: 2px;
	font-size: 	11px;
	background: #FFFFFF;
	color: #000000;
	border-left: #959fb1 1px solid; 
  border-right: #d6dae1 1px solid; 
	border-top: #959fb1 1px solid; 
	border-bottom: #d6dae1 1px solid;
}

input, select, textarea { width: 100px;	}

textarea { height: 150px; }

input.checkbox, input.radio { border: 0px; width: 20px; background: none; vertical-align: middle; }

.button, .big-button, button {
  text-align: center;
  color: #222222;
  font-size: 10px;
  font-weight: bold;
  border: 1px solid #222222;
  width: 120px;
  height: 21px;
  cursor: pointer;
}

.big-button { width: 200px; }

input.login_input {	width: 170px; }

select.date_year, select.date_month, select.date_day, select.time_second, select.time_minute, select.time_hour { width: 16%; }

div.input       { float: left; padding: 0px; }
div.value       { float: left; }
.elementDescription  { width: 200px; float: left; clear: left; vertical-align: top; }
.contentField a        { float: left; }
.contentField .letter  { float: none; color: #000; }
.contentField a.letter { text-decoration: underline; }

.contentField select, 
.contentField input           { margin-left: 3px; margin-right: 0px; padding-left: 0px; padding-right: 0px; }

td.checkbox     { padding-top: 5px; }
label.checkbox  { margin: 0px; padding: 0px; }
input.checkbox  { margin: 0px; padding: 0px; }

textarea#vacature_cursus       { margin-left: 0px; }
textarea#vacature_language     { margin-left: 0px; }
textarea.vacature_presentation { margin-left: 0px; }
.big            { float: left; width: 355px; }
.almost_big     { float: left; width: 300px; }
.normal         { width: 245px; display: inline; }
.little_big     { width: 140px; display: inline; }
.small          { width: 100px; display: inline; }
.pretty_small   { width: 91px;  display: inline; }
.very_small     { width: 50px;  display: inline; }
.tiny           { width: 30px;  display: inline; }

div.normal            { width: 250px; }
select.little_big     { width: 248px; }

.indentContent  { float: left; width: 12px; margin-left: 4px; display: inline; }
.indent         { clear: left; float: left; margin-left: 24px; display: inline; }
.right_indent   { margin-right: 7px; display: inline; }

textarea        { width: 505px; height: 150px; margin-left: 15px; }
div.ownVacature textarea#notes { width: 545px; }
.disclaimer     { height: 100px; font-size: 10px; font-family: arial; }

hr              { clear: left; width: 570px; }
fieldset        { float: left; clear: left; width: 545px; padding-left: 10px; padding-right: 10px; } 

#submitForm { width: 200px; }

div.required    { float: left; color: #ff0000; width: 8px; text-align: left; }
.error          { color: #ff0000; font-weight: bold; }
div.error       { width: 220px; }

select.date_day           { width: 55px; margin-right: 0px; }
select.date_month         { width: 80px; margin-left: 0px; }
select.date_month_small   { width: 55px; margin-left: 0px; }
select.date_year          { width: 55px; margin-left: 0px;  }

div.left select.search,
div#left select.search { width: 120px; }
div#left input.search  { margin-right: 0px; margin-left: 2px; }
div#left input.submitZoek  { width: 120px; height: 20px; border: 0px; cursor: pointer; }

.error { color: #CE0808; font-weight: bold; }
label.validationError { color: #CE0808; }
input.validationError {
  background-color: #FFCBCD; /* transparent url(../icons/validationError.gif) top right no-repeat; */
  color: #000;
}
div.validationErrorMessage { white-space: nowrap; margin-left: 5px; padding: 5px; background-color: #FFCBCD; color: #000; border: 1px solid #c9252c; z-index: 1000; }
