/*FORM*/
td.frmTd{
	background-color: #EDF6FE;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #236990;
	font-weight: bold;
}
td.frmTd h2{
	margin: 0;
	color: #E43B05;
}
.frmTdNotRequired{
	background-color: #EEF6FE;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
 padding: 0px 0px 0px 0px;
}

.frmTdRequired{
	background-color: #98B9CC;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	 
}

.frmTable{
	/*background-color: #FFFFFF;*/
	border: 2px solid #AED3F8;
}
.frmField{
	background-color: #F5F5F5;
	border: 1px solid #AED3F8;
	font-family: Arial;
	font-size: 12px;
}
.frmField_SendToFriend{
	background-color: #F5F5F5;
	border: 1px solid #6C6C6C;
	font-family: Arial;
	font-size: 12px;
}

table.formMainTable {
	border: none;
	empty-cells: show;
	color: #474747;
}

table.formMainTable td {
	border: none;
	font-size: 12px;
	font-weight: bold;	
	vertical-align: top;
	text-align: right;
}
table.formMainTable td#fillIn {
	font-weight: normal;
}

table.formMainTable td input,table.formMainTable td select,input.generalInput{
	background-color: #ffffff;
	border: 1px solid #BEBEBE;
	font-size: 12px;
	height: 16px;
	font-weight: normal;
}
table.formMainTable td select{
	height: 18px;
}
div.errDiv,span.errDiv{
	font-size:11px;
	font-weight: normal;
	color: Red;
	padding: 0px;
	margin: 0px;
	line-height: 12px;
	
}
span.fieldRemark{
	font-weight: normal;
	font-size: 11px;
	color: Gray;
}
.#butt{
	background-color: #ff7800;
	font-size: 16px;
	font-weight: bold;
	height: 18px;
	border: 0px none;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}
.Sbutt {
	/*     filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#cfcfcf',startColorstr='#ffffff',gradientType='0'); */
	font-family: Arial,sans-serif;
	font-size: x-small;
	font-weight: normal;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #777792;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #777792;
	cursor: hand;
	letter-spacing: 1px;
	height: 3em;
	width: 7.6em;
}
.chkBox{
	border: none !important;
	width: 14px !important;
	margin: 0px !important;
	background: transparent !important;
	font-weight:normal !important;
}

.radioBt{
	border: none !important;
	width: 12px !important;
	margin: 0px !important;
	background: transparent !important;
	font-weight:normal !important;
}
.rbLabel{
	margin: 3px !important;
	font-weight:normal;
	vertical-align: top;
	
}
.rbLabel a{
	color: Green;
	text-decoration: underline;
}
.TxtAra{
	border: 1px solid #BEBEBE;
}
