.usrfrm_row {
	margin-bottom: 10px;
}

.usrfrm_msg {
	font-weight: bold;
	color:#990000;
}

.usrfrm_label {
	font-weight: bold;
	font-size: inherit; /* Label Size */
}

.element_XLarge {
	/* Width and Height Changes to large textboxes */
	width: 450px;
	height: 22px;
}

.element_XXLarge {
	/* Width and Height Changes to large textboxes */
	width: 500px;
	height: 22px;
}

.element_Large {
	/* Width and Height Changes to large textboxes */
	width: 300px;
	height: 22px;
}

.element_Medium {
	/* Width and Height Changes to medium textboxes */
	width: 225px;
	height: 22px;
}

.element_TextArea {
	/* Width Changes to Text Areas */
	width: 500px;
	height: 200px;
}

.element_TextArea_Small {
	width: 500px;
	height: 50px;
}

.usrfrm_textbox {
	font-size: 16px;
}

.usrfrm_notes {
	font-size:12px;
	color: #000000;
}

#usrfrm_main {
	border: #FFCC00 1px solid;
	background-color:#FFFFCC;
	padding: 15px;
	margin-top: 10px;
}

.usrfrm_err_notice {
	margin-bottom: 10px;
}

.form_Element {
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
}