/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
/* DO NOT CHANGE MODAL HEIGHT FROM 675!!!  - 2010.02.04 BKM  */
#simplemodal-container { height:675px; width:940px; background-color:#fff; border:3px solid #ccc; }

#simplemodal-container a.modalCloseImg {background:url(/hostedstore/templates/backscatter_wideload/images/button_portfinder_close_17x17.png) no-repeat; width:24px; height:24px; display:inline; z-index:3200; position:absolute; top:2px; right:-6px; cursor:pointer;}  /*newmediasoup altered close button to .png file 24px x 24px instead of 21x21 top:-15px; right:-18px;*/
#simplemodal-container #basicModalContent {padding:8px;}
/*
*/
#scroller {
	height:557px;
	width:921px;
	overflow:hidden;
}
p { display: inline }

