/* CSS Document */

@import url("styles.css");

/* Estructura diseño */

#boxFind, #boxRates { 
	height:204px;
	width:254px;
	vertical-align:top;
}
#boxFind { 
	background-color:#ADD3E6;
	border-right: 1px dashed #FFF;
	}
#boxRates { background-color:#C0DDEC;}
#boxFind img, #boxRates img { margin: 5px 0px 15px 5px;} 

#formFind td { height:30px;}
#formRates td { height:20px;}
#left {
	vertical-align:top;
	background-color:#8495A5;
	background-image:url(../images/bk_offers.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	border-top:2px solid #FFF;
}

#frame { background-color:#C0DDEC; }