﻿/* Banner Type: Wide */
.BoxOBannerW {
	position: relative; width: 764px; 
	border: solid 1px #AAA; border-bottom: 0; background: #F8F8F8;
	text-align: center; padding: 4px;
}

.BoxOBannerW .BoxOBannerB {
    width: 774px; height: 9px; 
    position: absolute; bottom: -1px; left: -1px;
    background: url(../imagesSBanner/wFooter.gif) no-repeat bottom left;
}

.BoxOBannerW .BoxIBanner {
	border: solid 1px #A9A9A9; background: #FEFEFE; padding: 3px; width: 444px; margin: auto;
	color: #4E78BE;
}

/* Banner Type: Sqoure */
.BoxOBannerSQ {
	position: relative; width: 178px;
	background: #EAF3FD; text-align: center;
}

.BoxOBannerSQ .BoxOBannerT {
    width: 178px; height: 8px; 
    position: absolute; top: 0; left: 0;
    background: url(../imagesSBanner/sqHeader.gif) no-repeat top left;
}
.BoxOBannerSQ .BoxOBannerB {
    width: 178px; height: 8px; 
    position: absolute; bottom: 0; left: 0;
    background: url(../imagesSBanner/sqFooter.gif) no-repeat bottom left;
}

.BoxOBannerSQ .BoxIBanner {
	color: #000000; border-left: solid 1px #DADADA; border-right: solid 1px #DADADA; height: 174px;
}

.topBanners{border:1px solid #8DDCFF;width:360px;height:65px;float:right;}
    
