fieldset {
   
	
	border-top-color: #09C;
	border-right-color: #09C;
	border-bottom-color: #09C;
	border-left-color: #09C;
 
	}
select {
	font-family: inherit;
	font-size: inherit;
}
label {
	
	/* float: left; 
	text-align: right; */
	color: #000;
	font-weight: normal;
}
input {
 
	font-weight: normal;
	font-family: inherit;
	font-size: inherit;
        color: #000;
}
textarea {
  
	font-weight: normal;
	font-family: inherit;
	font-size: inherit;
}

.inqlabel {
   text-align: right;
   font-weight: bold; 
   vertical-align: text-top;
   marging: 0;
   padding: 0;
}

legend {
	font-weight: bold;
	color: #069;
}

.readonly {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
.error {
  background-color: #FF6;


}
.fa {
	color: #000;
}