.tbl_frm
	{
	border-collapse: collapse;
	margin: auto;
	margin-bottom: 10px;
	width: 95%;
	background: #e1e1e1;
	}
	
.tbl_frm label
	{
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	}
	
.rbl_tbl
	{
	width: 240px;
	}
	
.rbl_tbl label
	{
	display: inline;
	}
	
#form_holder
	{
	width: 420px;
	background: #ffffff;
	border: solid 1px #9d9d9d;
	}
#form_holder h3
	{
	margin: 0;
	margin-bottom: 10px;
	height: 18px;
	background: transparent url(../../images/ui/bg_sectionHead_aio.gif) repeat-x top left;
	padding: 1px 4px 0px 8px;
	font-weight: bold;
	font-size: 15px;
	}

#form_holder h4
	{
	color: #000e77;
	padding: 2px 4px 2px 4px;
	font-size: 13px;
	}
	
#form_holder .tbl_frm td
	{
	width: 200px;
	padding: 2px 4px 2px 4px;
	}
	
#form_holder .tbl_frm th
	{
	color: #666666;
	background: #ffffff;
	padding: 2px 4px 2px 4px;
	font-size: 13px;
	text-align: left;
	}

.input_text,
.input_select
	{
	font-size: 14px;
	color: #666666;
	background: #ffffff;
	border: solid 1px #9d9d9d;
	width: 180px;
	}

.input_text.disabled,
.input_select.disabled
	{
	font-size: 14px;
	color: #666666;
	background: #eeeeee;
	border: solid 1px #cccccc;
	}

.input_text.wide,
.input_select.wide
	{
	width: 380px;
	}

label.required
	{
	padding-left: 8px;
	background: url(../../images/ui/icon_required.gif) top left no-repeat ;
	}
/*
.btn
	{
	height: 31px;
	padding: 31px 0 0 0;
	margin: 0px 0px 0px 0px;
	border: 0px ;
	overflow: hidden;
	cursor: pointer; 
	cursor: hand; 
	}

.btn.submit
	{
	width: 104px;
	background: transparent url(../../images/btns/btn_submit.gif) no-repeat;
	}

.btn.cancel
	{
	width: 104px;
	background: transparent url(../../images/btns/btn_cancel.gif) no-repeat;
	}
*/