@charset "utf-8";
/* CSS Document */

table.css-form-table {
	
}

table.css-form-table .css-label {
	color: #999;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 4px;
}

table.css-form-table tr td {
	border: none;
}

.form-control {
	border-radius: 3px;
}
.css-mandatory, .css-form-mandatory {
	background-color: #FFECEC;
}
.css-setnull {
	margin-left: 5px;
}
.css-form-input .css-form-label {
	color: #333 !important;
	display: inline-block;
	width: auto;
	margin-right: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: auto;
	min-width: 150px;
	font-weight: normal;
}
.css-form-password {
	display: none;
}
.css-form-text {
	font-size: 1.2em;
	color: black;
	font-weight: 400;
}
.css-postalzip {
	text-transform: uppercase;	
}