#sec-wrapper * {
	font-family: arial;
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #555;
}
#sec-wrapper {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #797979;
	width:100%;
	max-width:600px;
	padding-bottom: 5px;
	margin:0 auto;
}
#sec-results {
	display: none
}
#sec-validation-msg, #sec-validation-msg-neg {
	display: none;
	padding: 20px 18px;
	margin-bottom: 12px;
	color: #d60000;
	background: #F7EAEA;
	font-weight: 700;
	line-height: 17px
}
#sec-wrapper h2 {
	background: #6f397f;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding: 12px
}
#sec-wrapper select {
	width: 110px;
	padding: 4px;
}
#sec-wrapper input {
	width: 70px;
	padding: 4px
}
#sec-wrapper .sec-button {
	cursor: pointer;
	width: 192px;
	height: 40px;
	font-size: 19px;
	background: #f48731;
	margin-right:10px;
	color: #fff;
	border: 3px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #999 0 2px 5px 0;
	box-shadow: #999 0 2px 5px 0
}
#sec-wrapper .sec-button:hover {
	background: #f49850
}
#sec-wrapper .sec-button:active {
	background: #ec5e24;
	-webkit-box-shadow: #999 0 0 2px 0;
	box-shadow: #999 0 0 2px 0;
	margin-top: 2px;
	margin-bottom: -2px
}
#sec-wrapper li {
	background: #f4f7f8;
	list-style-type: none;
	margin: 8px;
	padding: 10px
}
#sec-wrapper #sec-data-capture label {
	width: 240px;
	display: inline-block;
	margin-right: 40px
}
#sec-wrapper #sec-data-capture label.hide {
	position: absolute;
	left: -999px;
	width: 1px;
	height: 1px;
	overflow: hidden
}
#sec-wrapper #sec-data-capture .sec-button-row {
	background: 0 0;
	padding-top: 4px;
	text-align:right;
}
#sec-wrapper #sec-results li {
	margin: 3px 8px
}
#sec-wrapper #sec-results .lightHeading {
	background: #a37caf;
	color: #fff
}
#sec-wrapper #sec-results .totalHeading {
	font-size: 18px;
	font-weight: 700;
	background: #6f397f;
	color: #fff!important
}
#sec-wrapper #sec-results .totalHeading span {
	margin-top: 2px;
	font-size: 16px;
	color: #fff!important
}
#sec-wrapper #sec-results span + span {
	float: right
}
#sec-wrapper .sec-step {
	font-weight: 700;
	font-size: 16px;
	margin-right: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #6f397f;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 5px;
	color: #fff;
	line-height: 26px;
	float: left
}
#sec-wrapper .sec-additional-text {
	clear: both;
	width: 250px;
	margin: 8px 0 7px 38px
}
#sec-wrapper .sec-additional-text a {
	text-decoration: underline;
	cursor: pointer
}
#sec-wrapper .sec-additional-text a, #sec-wrapper .sec-additional-text span {
	font-size: 12px;
}
#sec-wrapper .sec-additional-text span {
	display: none;
	line-height:18px;
}
#sec-wrapper .sec-additional-text span a {
	clear: both;
	display: block;
	margin-top: 5px
}
#sec-wrapper .disclaimer {
	font-size: 11px;
	line-height:18px;
	background:none;
}




@media only screen and (max-width:520px) {
	#sec-wrapper input[type=text] { font-size:16px; }
	
	#sec-wrapper #sec-data-capture label { width:auto; display:block; margin:0 0 16px 0; }
	#sec-wrapper .sec-additional-text { width:100%; margin-left:0; margin-top:16px; }
	#sec-wrapper #sec-data-capture .sec-button-row { text-align:center; }
	
	#sec-wrapper #sec-results li { overflow:auto; }
	#sec-wrapper #sec-results span { float:left; width:70%; }
	#sec-wrapper #sec-results span + span { width:30%; text-align:right; }
}