#TurboWizard input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e7e7e7;
	border-top-color: #ccc;
	height: 34px;
	line-height: 34px;
	padding: 0 12px;
	font-size: 14px;
	color: #555;
	max-width: 100% !important;
}

#TurboWizard input:focus {background:#fffef4;}

.wizard-row {margin-bottom:10px;}

.wizard-column-first {color:#505757; float:left; font-weight: bold; font-size: 14px; line-height: 20px; padding:8px 20px 5px 0;
  text-transform:uppercase; width:190px;}
.wizard-column-second {float:left;}

.wizard-input-style1 {text-align:center;}

.wizard-multibox {float:left; margin:0 7px 0 0;}
.wizard-multibox-inner {border:1px solid #D9D9D9; min-width:65px; min-height:25px; padding:5px 10px;
	text-align:center;}
.wizard-multibox-note {font-size:11px; color:#999999; text-align:center; margin-top:3px;}
.wizard-block-spacer {float:left; color:red; font-size:14px; margin:10px 10px 0 0;}

.wizard-parameter-option, #wizard-location-finder-button, #wizard-button-calculate, #wizard-button-reset {
	background:#444444;
	border: none;
	height: 34px;
	line-height: 34px;
	padding: 0 12px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	max-width: 100% !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.wizard-option-active {background:#F0473E;}
.wizard-option-active:hover {background:#F0473E; color:#FFFFFF;}
.wizard-parameter-input-invalid {border:1px solid #FF7474 !important; transition:border 300ms; 
	box-shadow:0 0 3px #FF9A9A; background:#FFF8F8}
.wizard-parameter-input-invalid:focus {border:1px solid red !important; transition:border 300ms;
	box-shadow:none; background: #FFFEF4}
#wizard-button-calculate.wizard-button-disabled {background:#444444; opacity:0.5;}
#wizard-button-reset {background:#444444;}

#wizard-location-finder-button {
	float:left;
}
#wizard-location-finder-loader {float:left; margin:7px 5px 0 7px;}
#wizard-result-container {padding-top:20px;}
.wizard-result-label {color:#F0473E;}

.wizard-hint-label {cursor:help;}
.wizard-popup {position:absolute; max-width:400px; pointer-events: none;}
.wizard-popup-title {text-align:left; font-size: 12px; font-weight: bold;}
.wizard-popup-error {background:#D30000; box-shadow:1px 1px 4px rgba(0, 0, 0, 0.4); color:white; font-size:12px;
	padding:5px 10px; position:absolute; border: 1px solid #B10000;}
.wizard-popup-info {background:white; box-shadow:2px 2px 4px rgba(0, 0, 0, 0.4); color:black; font-size:12px;
	padding:5px 10px; position:absolute; border: 1px solid #C57500;}

.wizard-footnotes {font-size:12px; font-style: italic; line-height: 19px;  color:#888888; padding:55px 0 0;}

.wizard-hidden {display:none;}

#TurboWizard sup {color:#F0473E;}
