.rounders{
position:relative;
margin:0px auto;
min-width:6em;
max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
z-index:1;
margin-left:12px; /* default, width of left corner */
margin-bottom:0.5em; /* spacing under rounders */
}

.rounders .inner,
.rounders .t,
.rounders .b,
.rounders .b div {
background: url('/TemplatePackage/images/bg_twoBlocksGreen.gif') no-repeat top right;
}

.rounders.grey .inner,
.rounders.grey .t,
.rounders.grey .b,
.rounders.grey .b div {
background-image: url('/TemplatePackage/images/bg_greyStroke.gif'); 
}

.rounders.email .inner,
.rounders.email .t,
.rounders.email .b,
.rounders.email .b div {
	background-image: url('/TemplatePackage/images/bg_emailUpdates.gif.gif');
}
/**/
.rounders.top-blocks .inner,
.rounders.top-blocks .t,
.rounders.top-blocks .b,
.rounders.top-blocks .b div {
	background-image: url('/TemplatePackage/images/bg_twoBlocksGreen.gif');
}

.rounders .inner{
position: relative;
margin: 0;
padding: 12px 12px 0 0;
}

.rounders .t{
/* top+left vertical slice */
position:absolute;
left:0;
top:0;
width:12px; /* top slice width */
margin-left:-12px;
height:100%;
background-position:top left;
}

.rounders .b{
/* bottom */
position:relative;
width:100%;
margin-top: -5px;
background-position:bottom right;
}

.rounders .b,
.rounders .b div{
height:12px; /* height of bottom cap/shade */
font-size:1px;
}

.rounders .b div{
position:relative;
width:12px; /* bottom corner width */
margin-left:-12px;
background-position:bottom left;
}

.rounders .hd,
.rounders .bd,
.rounders .ft {
position:relative;
}

.rounders .wrapper {
/* extra rounders-inner protector - preventing vertical overflow (past background) */
	background:transparent;
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. */
}

.rounders h1,
.rounders p,
.rounders ul{
margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
padding:0.5em 0px 0.5em 0px;
}

.rounders h1 {
padding-bottom:0px;
}

.rounders div img{
	display:block;
	margin:0 auto;
	padding:3px;
}

.inner p a{
color: #0a29a5;	
}
.inner p a:hover{
text-decoration: underline;
}

#onthispage{
position: relative;
display: inline;
float: right;
width: 200px;
margin-left: 10px;
}