@charset "utf-8";
/* This will apply to all forms */
/*input, textarea, select, .inputbox {
  border: 1px solid #c0c0c0;
  color: #666666;
  background-color: #efeee0;
}*/

/*input.button {
  border: 1px outset #fff;
  color: #fff;
  background-color: #c0c0c0;
}
.inputField{ 
	width: 200px;
	
}*/
.button {
  border: 1px solid #c0c0c0;
  color: #666666;
  background-color: #efeee0;
}
.inputField, .input, .inputbox, .textarea{ 
	width: 200px;
	border: 1px solid #c0c0c0;
  color: #666666;
  background-color: #efeee0;
}
.shortfield { 
	width: 50px;
	border: 1px solid #c0c0c0;
  color: #666666;
  background-color: #efeee0;
}

.select { 
	width: 206px;
	border: 1px solid #c0c0c0;
  color: #666666;
  background-color: #efeee0;
}
.radio { 
	border: 1px solid #c0c0c0;
  color: #666666;
  background-color: #efeee0;
}
.inputFieldShort { 
	width: 100px;
	border: 1px solid #c0c0c0;
  color: #666666;
  background-color: #efeee0;
}
#formTable td { padding-bottom: 8px; }

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
}

.formLabel {
	/*font-weight: bold;
	color: #888888;*/
	text-align: left;
}

.formLabelTop {
	/*font-weight: bold;	
	color: #888888;*/
	text-align: right;
	vertical-align: top;
}

/*legend {
	font-weight: bold;
	color: #046280;
	font-size: 14px;
	padding: 0 5px;
}

fieldset { 
	padding:2px;
}*/
