@charset "UTF-8";


/* Main Page styles not to be customized */

p{ padding:5px; } small{ margin-bottom:10px; } .emg-body { background-color:#FFFFFF; } .emg-margin{ margin:10px; } .row{ margin-bottom:5px; }

/* Form field set to 100% to flow with page not to be customized */

.size{ width:100%; margin-top: -5px; }

h2{
	color: #777;
}

#form{
	height: 790px;
	overflow-x: hidden;
	overflow-y: auto;
}


/* EMG Primary is the form label styles - can be customized per need */

.emg-primary{
font-weight:bold;
color: #fc5720;	
}


/* EMG Secondary is the input styles - can be customized per need  */

.emg-secondary{
	color: #1b1363;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 2px;
}

.custom-bold{
	font-weight:bold;	
}

/* EMG Lead is the lead paragraph styles - can be customized per need  */

.emg-lead{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #777;
	padding-bottom: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: left;
}


/* These are the placeholder styles - can be customized per need  */

::-webkit-input-placeholder {
   color: #D3D3D3;
   font-weight:normal;
}

:-moz-placeholder { /* Firefox 18- */
   color: #D3D3D3;
   font-weight:normal;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #D3D3D3;
   font-weight:normal;
}

:-ms-input-placeholder {  
   color: #D3D3D3;
   font-weight:normal; 
}

/* Use this to customize the form validation error boxes - can be customized per need  */
.validetta-error{
	color:;
	background-color:#838485;
}

/* Use this to customize the submit button - can be customized per need  */

.btn-primary{
	background-color: #fddf36;
	color: #777;
	border: 0px;
}
.btn-primary:hover{
	background-color: #777;
	;
	border: 0px;
}