.TextBox {
	width: 400px;
}
.DateTextBox {
	width: 10ex;
}
.SearchTextBox {
	width: 20ex;
}
.DateTimeTextBox {
	width: 16ex;
}
.TextArea {
	width: 400px;
}
.FileBrowser {
	width: 406px;
}
.TextBoxShort {
	width: 200px;
}
.TextBoxSecurity {
	width: 60px;
	height: 24px;
	font-size: 16px;
}
.SelectBox {
	width: 406px;
}
.SelectBoxShort {
	width: 206px;
}
.DateButton {
	cursor: pointer;
}
.ReadOnly {
	background-color:#E6E6E6;
}