.FormRowTitle {
	font-size : 12px;
	font-weight : bold;
	text-align : center;
	background-color : white;
	color : black;
	height : 20px;
	vertical-align : middle;
	}
	.FormRowSubTitle1 {
	font-size : 12px;
	font-weight : bold;
	text-align : center;
	background-color : navy;
	color : navy;
	height : 20px;
	background-image : url('../image/form/form_subtitle_1.gif');
	vertical-align : middle;
	}
	.FormRowErrorMessage {
	font-size : 12px;
	text-align : center;
	background-color : red;
	color : yellow;
	font-weight : bold;
	}
	.FormRowInputSection {
	font-weight : bold;
	text-align : center;
	background-color : white;
	color : navy;
	background-image : url('../image/form/form_inputsectionrow.gif');
	height : 20px;
	vertical-align : middle;
	}
	.FormRowField {
	vertical-align : top;
	}
	.FormRowButton {
	text-align : right;
	background-color : white;
	vertical-align : middle;
	}
	.FormRowTip {
	font-size : 10px;
	background-color : yellow;
	color : navy;
	}
	.FormTextNormal {
	font-size : 12px;
	}
	.FormFieldRequired {
	color : red;
	}
	.FormFieldCaptionError {
	color : red;
	}
	.FormFieldSeperator {
	width : 30px;
	}
	.FormInputReadOnly {
	font-weight : bold;
	border-style : solid;
	border-color : navy;
	border-width : 1px;
	background-color : #ebebff;
	}
	.FormInputText {
	height : 21px;
	border-style : solid;
	border-color : black;
	border-width : 1px;
	}
	.FormInputPassword {
	height : 21px;
	border-style : solid;
	border-color : black;
	border-width : 1px;
	}
	.FormInputButton {
	height : 21px;
	color : #000000;
	background-image : url('../image/form/form_inputsectionrow.gif');
	font-weight : bold;
	border-style : solid;
	border-color : #69717d;
	border-width : 1px;
	}
	.FormInputRadio {
	border-style : none;
	border-width : 0;
	}
	.FormTextInput {
	border-style : solid;
	border-color : black;
	border-width : 1px;
	}
