@charset "utf-8";
/* CSS Document */
	.badgebox {opacity: 0;}
	.badgebox+ .badge {text-indent: -999999px;
	width: 27px;}
	.badgebox:focus+ .badge {box-shadow: inset 0px 0px 5px;}
	.badgebox:checked+ .badge {text-indent: 0;}
				fieldset.asu02 {
			width:inherit; /* Or auto */
			padding:0 10px; /* To give a bit of padding on the left and right */
		/*	border-bottom:none;		*/
			border: medium;
		}
		.asu02 {
			border: 1px groove #ddd !important; 
			padding: 0 1.4em 1.4em 1.4em !important;
			margin: 0 0 1.5em 0 !important;
			-webkit-box-shadow:  0px 0px 0px 0px #000;
					box-shadow:  0px 0px 0px 0px #000;
		}

		.asu01, .question {

	font-size: .75em !important;
			font-weight: bold !important;
			text-align: left !important;
			width:auto;
        	padding:0 10px;
        	border-bottom:none;
		}	
		.asu01 {
			text-align: left !important;
			
		}
		.btn.btn-primary.btn-lg.pull-right.asu01-button {
			padding-top: 10px !important; 

		}
		.yes-no {
			padding-left:20px;
		}
		.box {
			border: double;
			border-radius: 8px; 
			padding: 10px 10px 0 10px;
			background-color:#e8e9ed;
			margin: 20px 0 20px 0;
		}

.the-legend {
    border-style: none;
    border-width: 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    width: auto;
    padding: 0 10px;
    border: 1px solid #e0e0e0;
}
.the-fieldset {
    border: 1px solid #e0e0e0;
    padding: 10px;
}