/*   -- Even more rounded corners with CSS: Base stylesheet
	http://www.schillmania.com/content/projects/even-more-rounded-corners/ -- */
#nav {height:22px;} /* hieght of nav bar */
#nreg {height:18px;} /* hieght of nav bar */
#wrap, #wrapnav { /*sets width of div & centers it */
	width: 824px;
	margin:0 auto;
}
#wrapreg { /*sets width of div & centers it */
	width: 800px;
	margin:0 auto;
}
#wrap {padding-top: .1em;} /*moves main away from nav bar */
.dialog, .dialog2 {
	position:relative;
	margin:0px auto;
	min-width:8em;
	max-width:824px; /* based on image dimensions - not quite consistent with drip styles yet */
	z-index:1;
	margin-left:12px; /* default, width of left corner */
	margin-bottom:0em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {background:transparent url(../../v1/image/header/main-bg.png) no-repeat top right;}

.dialog2 .content,
.dialog2 .content2,
.dialog2 .t,
.dialog2 .b,
.dialog2 .b div {background:transparent url(../../v1/image/header/nav-bg.png) no-repeat top right;}

.dialog .content, .dialog2 .content, .dialog2 .content2 {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:4px 12px 0px 0px;
}
.dialog .content {padding-top: 5px} /* top padding moves all elements away from the top */
.dialog .t, .dialog2 .t {
	/* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	width:12px; /* top slice width */
	margin-left:-12px;
	height:100%;
	background-position:top left;
}
.dialog .b, .dialog2 .b {
	/* bottom */
	position:relative;
	width:100%;
}
.dialog .b,
.dialog .b div {
	height:30px; /* height of bottom cap/shade */
	font-size:1px;
}
.dialog2 .b,
.dialog2 .b div {
	height:12px; /* height of bottom cap/shade */
	font-size:1px;
}
.dialog .b, .dialog2 .b {background-position:bottom right;}
.dialog .b div, .dialog2 .b div {
	position:relative;
	width:12px; /* bottom corner width */
	margin-left:-12px;
	background-position:bottom left;
}
.dialog p, .dialog2 p {
	margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
	padding:0px;
}
.dialog .content {min-height: 15em;}

