.fieldLabel {
	font-weight:bold;
}

.fieldRequired {
	color:#BB0808 !important;
}

.fieldError {
	font-style:italic;
}

input.fieldRoundedCorners {
	width:145px;
	height:13px;
	padding:3px 5px;
	border:0;
}

input.common-round {
	background-image:url('/media/gfx/common/form/field.gif');
	width:276px;
	height:13px;
	padding:3px 5px;
	border:0;
}

textarea.common-round {
	background-image:url('/media/gfx/common/form/textarea.gif');
	width:389px;
	height:165px;
	padding:3px 5px;
	border:0;
}
