.frmCustom {
	margin: 0;	}

.frmCustom * {
	margin: 5px 5px 5px 0 !important;
	vertical-align: middle; 	}

.frmCustom br {
	display: none;	}

.frmCustom label {
	position: relative;
	display: block;	}

.frmCustom fieldset {
	margin: 0;
	padding: 0 10px 5px;
	background: #fbfbfb;
	border: 1px dotted #bbbbbb;	}

.frmCustom fieldset legend {
	padding: 0 5px;
	background: #fbfbfb;
	color: #CC0000;
	font-size: 1.05em;
	font-weight: bold;	}
	/*.frmCustom > fieldset > legend {
	background: none !important;	}*/

.frmCustom fieldset label {
	margin: 5px;	}

.frmCustom fieldset fieldset {
	background: white;
	border: 1px dotted #bbbbbb;	}
.frmCustom fieldset fieldset legend {
	background: white;
	color: #003366;
	font-size: 1em;
	font-weight: normal;	}
/*	.frmCustom > fieldset > fieldset > legend {
	background: none !important;	}*/
.frmCustom fieldset fieldset label {
	display: inline;
	background: white;	}
.frmCustom fieldset fieldset br {
	display: block;	}


.frmCustom input,
.frmCustom select,
.frmCustom textarea {
	margin-right: 3px;
	background: white;	}

