/* CSS Document for band-specific details */
#bigBox, #advertShort, #advertLong, #termsBox {
	position:absolute;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}

#bigBox {
	left:20px;
	width:496px;
	height:275px;
	background-image:  url(../Images/bbSearch.gif);
	z-index:2;
	top: 206px;	
}

#advertShort {
	left: 530px;
	top: 206px;
	width:178px;
	height:321px;
	background-image:  url(../Images/bbLong.gif);
	text-align:center;
}
#advertLong {
	left: 530px;
	top: 206px;
	width:178px;
	background-image:  url(../Images/bb178x529.gif);
	height: 529px;
	text-align:center;
}

/* for Search page */
#extendable {
	position: absolute;
	left:20px;
	width:496px;
	top: 206px;	
	background-color:#000000;
}

/* for Terms page*/
#termsBox {
	left: 20px;
	top: 67px;
	width: 567px;
	height: 316px;
	background-image:  url(../Images/bb567x316.gif);
}

/* Buttons Too */
#submitButton, #cancelButton, #srchButton, #newSearchButton {
	border: none;
	height: 40px;
	background-repeat:no-repeat;
	background-position:center center;
	background-color: #000000; 
	width: 124px;
	top: auto;
	left: 74px;
	position: absolute;
}
#submitButton {
	background-image:  url(../Images/Buttons/submit.gif);
}
#srchButton {
	background-image:  url(../Images/Buttons/search.gif);
}
#cancelButton {
	background-image:  url(../Images/Buttons/cancel.gif);
}
#newSearchButton {
	background-image:  url(../Images/Buttons/newSearch.gif);
}
#homeButton {
	top: auto;
	left: auto;
}
