form#calculadora_iap {
	width:650px;
	font-family: Trebuchet MS;
}

form#calculadora_iap span.BigFont {
	font-size: 16px;
	font-weight: bold;
}

form#calculadora_iap div.OptionsList {
	width:225px;
	float:left;
	text-align:right;
}

form#calculadora_iap span.SmallFont {
	font-size: 12px;
	font-weight: bold;
}


form#calculadora_iap div.ResultList {
	width:410px;
	float:right;
}

form#calculadora_iap select {
	width:105px;
}

form#calculadora_iap .Gente {
	float:right;
}

form#calculadora_iap .GenteLabel {
	float:right;
	font-size: 14px;
	font-weight: bold;
	padding:15px 0 0 5px ;
}

form#calculadora_iap .GenteLabel .Totales {
	background:#fff;
	border:none;
	font: bold  14px Trebuchet MS;
}

.SliderContainer {
	padding: 0 0 35px 40px;
	margin-top:40px;
}

.SliderContainer span.BigFont, #budget-slider {
	float:left;
}

#budget-slider .ui-slider-handle .Ballum {
	background:url(../images/BallumBG.gif) no-repeat 40px bottom;
	position:absolute;
	top:-28px;
	left:-43px;
	color:#fff;
	font:12px Trebuchet MS;
	width:120px;	
	height:28px;	
}

#budget-slider .ui-slider-handle .Ballum span {
	background:#f06931;
	padding:1px 0;
}

* html #budget-slider .ui-slider-handle .Ballum span input {
	margin-bottom:-2px;
}


#budget-slider .ui-slider-handle #budget {
	background:#f06931;
	border:none;
	width:58px;
	font:12px Trebuchet MS;
	color:#fff;
	cursor:pointer;
}
