


/* prograss bar */
#progressbox {
	border: 1px solid #CAF2FF;
	padding: 1px; 
	position:relative;
	width:98%;
	border-radius: 3px;
	margin: 10px;
	display:none;
	text-align:left;
}
#progressbar {
	height:20px;
	border-radius: 3px;
	background-color: #CAF2FF;
	width:1%;
}
#statustxt {
	top:3px;
	left:50%;
	position:absolute;
	display:inline-block;
	color: #232323;
}

/*********************
Page Render
**********************/
.frm_96_width{
	width:96% !important;
}
.frm_50_width{
	width:50% !important;
}
.frm_40_width{
	width:40% !important;
}
.frm_30_width{
	width:30% !important;
}
.frm_20_width{
	width:20% !important;
}
.frm_inline_block{
	display: inline-block !important;
}
.frm_font_size{
	font-size: 14px;
	margin: 1px 5px;
}
.frm_select_box{
	display: block;
	width: 100%;
	height: 29px;
	padding: 0 9px;
	color: #4d5a5e;
	background: white;
	border: 1px solid #cfdfe3;
	border-bottom-color: #d2e2e7;
	border-radius: 2px;
	font-size: 14px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.2);
}
.frm_5px_bottom_margin{
	margin-bottom: 5px;
}
.frm_hr{
	margin-top: 2px;
	margin-bottom: 2px;
	border: 0;
	border-top: 1px solid #eee;
}
.frm_submit_btn{
	background: #0e6899 !important;
	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.5), 0 1px 0 rgba(0,0,0,.15) !important;
	box-shadow: inset 0 1px 0 rgba(120,200,230,.5), 0 1px 0 rgba(0,0,0,.15) !important;
	color: #ffffff !important;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none !important;
	height: 40px !important;
	letter-spacing: 3px;
	text-shadow: 2px 1px 5px rgba(149, 156, 160, 0.27);
}
