/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

/* * {margin:0; padding:0;} */

.dialog_sponsorsgreen {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
/* color:#fff; */
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.3em; /* spacing under dialog */

}

.dialog_sponsorsgreen .content_sponsorsgreen,
.dialog_sponsorsgreen .menycontent,
.dialog_sponsorsgreen .t,
.dialog_sponsorsgreen .b,
.dialog_sponsorsgreen .b div {
 background:transparent url(demo_sponsorsgreen/dialog2-green-800x1600-sponsors.png) no-repeat top right;
/* _background-image:url(demo/dialog2-blue.gif); */
}

.dialog_sponsorsgreen .content_sponsorsgreen,
.dialog_sponsorsgreen .menycontent {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#bannerimg {
	z-index:3;
/*	position: relative; */
/*	float: left; */
	margin: 0px;
	padding: 0px;
	margin-top: -11px; 
	margin-left:-12px;
	margin-right:-20px;
	margin-bottom:-30px;
	vertical-align: bottom;
}



.dialog_sponsorsgreen .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog_sponsorsgreen .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog_sponsorsgreen .b,
.dialog_sponsorsgreen .b div {
 height:30px; /* height of bottom cap/shade */
/* font-size:1px; */
}

.dialog_sponsorsgreen .b {
 background-position:bottom right;
}

.dialog_sponsorsgreen .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog_sponsorsgreen .hd,
.dialog_sponsorsgreen .bd,
.dialog_sponsorsgreen .ft {
 position:relative;
}

.dialog_sponsorsgreen .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog_sponsorsgreen h1,
.dialog_sponsorsgreen p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0.5em 0.0em 0px;
line-height: 1.33em;
}

.dialog_sponsorsgreen h1 {
 padding-bottom:0px;
}

.b .bonnlink {
	left:12px;
	margin-left:12px;
	margin-top: 10px;
	margin-bottom: 0px;
	white-space: nowrap;
	font-size: 11px;
	font-weight: bold;
	text-indent: 12px;
}



