/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/



.dialog {
	 min-width:8em;
	 z-index:1;
	 margin-left:12px; /* default, width of left corner */
	 margin-bottom:0.0em; /* spacing under dialog */
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	

}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(http://5-0boardshop.com/pictures/new/rndbx_red.png) no-repeat top right;
 _background-image:url(http://5-0boardshop.com/pictures/new/rndbx_red.gif);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;

}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:2000px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:25px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .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 h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.0em 0px 0.0em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}



/* dialog variants - alternate colours, widths and so on */

.dialog.main {
	margin-left:180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;

}

.dialog.footer {
	margin-left:180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
/* inline properties.. go see code. */
.DialogHanger {
 	position:relative;
 	margin-left:8px;
 	width:150px;

}

/* inline properties.. go see code. */
.DialoguHanger {
 	position:relative;
 	margin-left:0px;
 	width:140px;
}



.dialog.red .content,
.dialog.red .t,
.dialog.red .b,
.dialog.red .b div {
 background-image:url(http://5-0boardshop.com/pictures/new/rndbox_red.png);
 _background-image:url(http://5-0boardshop.com/pictures/new/rndbox_red.gif);
}

.dialog.white .content
{
	padding:12px 0px 0px 0px;
}

.dialog.white .content,
.dialog.white .t,
.dialog.white .b,
.dialog.white .b div {
 color: #000000;
	 background-repeat: repeat;
	 background-image:url(http://5-0boardshop.com/pictures/new/rndbox_white.png);
}

.dialog.header .content,
.dialog.header .t,
.dialog.header .b,
.dialog.header .b div {
	background-repeat: repeat;
	background-image:url(/pictures/new/burntbox.png);

}
.dialog.footer .content,
.dialog.footer .t,
.dialog.footer .b,
.dialog.footer .b div {
	background-repeat: repeat;
	background-image:url(/pictures/new/burntbox.png);

}


.dialog.white2 .content,
.dialog.white2 .t,
.dialog.white2 .b,
.dialog.white2 .b div {

	color: #000000;
	background-repeat: repeat;
	background-image:url(http://5-0boardshop.com/pictures/new/rndbox_white.png);

}





.dialog.submenu .content
{
	padding:12px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
}

.dialog.submenu .content,
.dialog.submenu .t,
.dialog.submenu .b,
.dialog.submenu .b div {
color: #000000;
 background-image:url(/pictures/new/rndbox_white.gif);
 _background-image:url(/pictures/new/rndbox_white.gif);
}



/* My own */




