form td {padding-top: 2px; padding-bottom: 3px;}

/*
.FormColumn {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

.FormRow {
	display: block;
	position: relative;
	margin: 0;
	padding: 5px 0 5px 0;
}

.FormRow:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

.FormInput {
	display: block;
	position: relative;
	margin: 0!important;
	padding: 0!important;
	border: 1px solid #7F9DB9;
}

.FormInput:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

.FormButton {

	display: inline;
	background: #338CCC;
	border: 1px solid #338CCC;
	color: #fff;
	font-weight: normal;
}	
*/
.FormRow {
	position: relative;
	display: block;
	width: 690px;
	height: auto;
	margin: 0;
	padding: 0 0 5px 0;
	clear: both;	
	overflow: hidden;
	text-align: left;
	font-size: 11px;
	font-family: Arial;	
}

.FormRow:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

.FormColumn {
	position: relative;
	display: inline;
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
}

.FormBox {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

.FormBox:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

.BasicInput {
	position: relative;
	display: block;
	height: 18px;
	margin: 0;
	padding: 0;
	clear: both;	
	overflow: hidden;
	/*border: 1px solid #8F8F8F;*/
}
	

.RadioInput 
{
	display: inline;
	margin: 0;
	padding: 0;
	overflow: hidden;
	
}	

.CategoryTitleBar {
	background: #CCCCCC;
	line-height: 20px;
}
.CategoryDarkRow {
	background: #E5E5E5;
	line-height: 20px;
}

.CategoryLightRow {
	line-height: 20px;
}	

