/* ------------------------------------------------------- Special Controls */
.contentPlaceHolder{ width: 200px; }

/* ------------------------------------------------------- Links */
.linkButton{ }

/* ------------------------------------------------------- Buttons */
.button_frm{
	margin-top: 5px;
	border: 1px #333300 solid;
	width: 80px;
	color: #333300;
	background: #999900;
	font: 12px "Gill Sans MT" Arial;
	height: 45px;
}

.button_frm_hilite{
	margin-top: 5px;
	border: 1px #333300 solid;
	width: 80px;
	color: #333300;
	background: #FFFF00;
	font: 12px "Gill Sans MT" Arial;
	height: 45px;
}

/* ------------------------------------------------------- Form Controls */
.textBox,.dropdownlist{ color: #243c42; font-size: 1em; }

.textBox{ width: 200px; }

.checkBoxList,.radioButtonList{ }

/* ------------------------------------------------------- Validation Controls */
.validationControl{ padding: 0; color: #e60400; }

/* ------------------------------------------------------- Data Controls */
.dataList td{ : ; /*width:100%;*/ }

