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

.frm_a{
	width: 60%;
}
.frm_a input, .frm_a select, .frm_a textarea {
	-webkit-box-shadow: inset 0px -1px 3px 0px rgba(0,0,0,0.1);
-moz-box-shadow: inset 0px -1px 3px 0px rgba(0,0,0,0.1);
box-shadow: inset 0px -1px 3px 0px rgba(0,0,0,0.1);
	font-family: 'Roboto', sans-serif;
	font-size: 0.9rem;
   
}
.frm_a label{
	font-size: 0.85rem;
	color: #474747;
	font-family: 'Roboto', sans-serif;
	padding: 0 !important;
	margin: 0 !important;
}
.frm_a label span{
	color:rgba(200,4,7,1.00);
	font-weight: 400;
	font-size: 0.9rem;
	margin-left: 3px;
} 
.cont-frm{
	border: solid 1px #FFF; padding: 15px 25px 20px 30px; border-radius: 10px;
	margin-bottom: 5px;
	-webkit-box-shadow: inset 0px -1px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: inset 0px -1px 5px 0px rgba(0,0,0,0.15);
box-shadow: inset 0px -1px 5px 0px rgba(0,0,0,0.15);
	background:rgba(231,228,228,0.15);
}
.subtitle_frm{
	font-family: 'Roboto', sans-serif;
	font-size: 1.0rem;
	color:#0169B2;
	font-weight: 400;
	padding: 10px 0 5px 0;
}
.subtitle_frm_b{
	font-family: 'Roboto', sans-serif;
	font-size: 0.9rem;
	color:#fff;
	font-weight: 600;
	padding-bottom: 10px;
}