/* FORM style elements*/

.loginbox {
	height:1.2em;
	width:6em;
	font-size:1.2em;
}

.form_btns {
	height:1.8em;
	width:6em;
	font-size:1.2em;
}

.login_fieldset {
	border:0em; padding:0em
}

#content_div .form_btns {
	width:8em;
}
.inputbox {
	height:1.4em;
	width:20em;
	font-size:1.2em;
	
}

.inputbox_s {
	width:12em;
}

.inputbox_m {
	width:16em;
}

.inputbox_l {
	width:18em;
}
.textarea_box {
	height:7.5em;
	width:15em;
	font-size:1.2em;
	

}
.cmbo_boxes {
	height:1.8em;
	width:15.3em;
	font-size:1.2em;
	
}

.formlabels {
	font-size:1.6em;
	color:RGB(253,253,202);
	margin-left:0.2em;
	margin-right:0.2em;
	
}
#content_div .formlabels {
	font-weight:bold;
	padding:0 0 0 3em;
	
}

.align_right {
	text-align:right;
	width:20em;
}

.radio_txt {
	font-size:1.3em;
	font-weight:bold;
	font-style:normal;
}



