.prototip .default {
	width: 258px;
	overflow: hidden;
	border: solid 1px #0F6788
}
.prototip .default .title {
	height: 18px;
	overflow: hidden
}
.prototip .default .content {
	width: 248px;
	padding-top: 4x;
	height: 177px;
	background-color: white;
	text-align: justify;
	color: black;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 20px;
}
.prototip .default .content img {
	float: left;
	padding: 2px 8px 0px 2px
}
.prototip .default .content em {
	display: block;
	font-size: 10px;
	text-align: center
}

#mpu * {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color: black;
}
#mpu {
	width: 530px;
	height: 160px;
	overflow: hidden;
	
}
#mpu #MPUleftbar {
	width: 32px;
	height: 221px;
	background-color: #023471;
	float: left;
}
#mpu #MPUleftbar img {
	margin-top: 13px;
	margin-left: 3px;
}
#mpu #MPUcalc {
	width:500px;
	height: 221px;
	overflow: hidden;
	/*background: #ffffff url('../img/bg.jpg') no-repeat scroll 0 0;*/
}
#mpu #MPUcalc table {
	width:100%;
	margin: 0 auto 0 auto;
}
#mpu #MPUcalc th {
	width: 162px;
	text-align: left
}
#mpu #MPUcalc select {
	width: 75px
}
#mpu #MPUcalc input {
	width: 55px;
	padding-left: 10px;
}
#mpu #MPUcalc td, #mpu #MPUcalc th, #mpu #MPUcalc tr {
	height: 20px;
	padding: 0 0 0 3px;
	margin: 0
}
#mpu #MPUcalc th {
	padding-left: 0px
}
#mpu #MPUcalc img.MPUchecker {
	vertical-align: middle;
	margin-right: 2px;
	border: solid 1px #fc822d;
	cursor: pointer
}
#mpu #MPUcalc img.MPUchecker:hover {
	border: solid 1px blue;
}
#mpu #MPUcalc #MPUxMonthlyPayments, #mpu #MPUcalc #MPUmonthlyPayment {
	/*font-weight: bold;
	font-size: 12px;
	color: green;*/
	letter-spacing: 0.001em
}
#mpu #MPUcalc #MPUxMonthlyPayments {
	/*font-size: 12px;*/
}
#mpu #MPUcalcreverse #MPUxReverseAmountToSpend, #mpu #MPUcalcreverse #MPUreverseAmountToSpend {
	font-weight: bold;
	font-size: 12px;
	color: green;
	letter-spacing: 0.001em
}
#mpu #MPUcalc #MPUxReverseAmountToSpend {
	font-size: 13px;
}
#mpu #MPUcalc span.MPUinputCaption {
	position: absolute;
	font-size: 11px;
	color: silver;
	padding-top: 1px;
	padding-left: 4px
}
#mpu #MPUcalc table#MPUcalcreverse {
	display: none
}
#mpu #MPUcalc #MPUdisclaimer {
	font-size: 10px;
	color: #555;
	margin-top: 9px;
}
/*#mpu #MPUcalc #MPUdisclaimerbg {
	margin-top: 7px;
	position: relative;
	filter: alpha(opacity=8);
	-moz-opacity:.08;
	opacity:.08;
	z-index: 0;
	top: -35px;
	width: 100%;
	height: 31px;
	background-color: black;
}*/
#mpu #MPUcalc #MPUdisclaimer a {
	font-size: 10px;
	text-decoration: none;
	color: #555;
}
#mpu #MPUcalc #MPUdisclaimer strong {
	color: #bb1b79
}
#mpu #MPUcalc #MPUdisclaimer img {
	float: left;
	margin: 4px 6px 10px 6px;
}
#mpu #MPUcalc #MPUactions {
	width: 100%;
	margin-top: 5px;
}
#mpu #MPUcalc #MPUactions span {
	float: left;
	display: block;
	padding: 6px 0 0 6px;
	width: 156px;
}
#mpu .mpulink {
	text-decoration: underline;
	cursor: pointer;
	color: blue;
}
#mpu .mpulink:hover {
	color: #ea088c
}
#mpu #MPUcalc #MPUactions span:hover {
	color: #ea088c;
}
#mpu #MPUcalc #MPUactions img#MPUapply {
	cursor: pointer;
}
#mpu #MPUfooter {
	width: 296px;
	height: 24px;
	clear: both;
	border-top: solid 1px #2993a0;
	background: #ecf6f7 url('../img/bg-footer.jpg') repeat-x scroll 0 0;
}
#mpu #MPUfooter span#MPUticker {
	padding: 1px 0 0 2px;
	float: left;
	display: block;
	width: 220px;
	font-size: 9px;
	color: #023471;
	font-weight: bold
}
#mpu #MPUfooter span#MPUticker span, #mpu #MPUfooter span#MPUticker span a {
	font-size: 9px;
	font-weight: normal
}
span#MPUticker span a {
	color: #ea088c;
}
#mpu #MPUfooter img#MPUlogo {
	padding-left: 1px;
}

.noBorder{border:none; background-color:#FFFFFF;}
