﻿/* from http://www.schillmania.com/projects/dialog/ */

.dialog .hd .c,
.dialog .ft .c{
	 font-size: 1px; /* ensure minimum height */
	 height: 25px;
}

.dialog .ft .c {
	height: 25px;
}

.dialog .hd {
	background: url(images/roundbox/tl.gif) no-repeat 0px 0px;
}

.dialog .hd .c {
	background:url(images/roundbox/tr.gif) no-repeat right 0px;
}

.dialog .bd {
	background:url(images/roundbox/ml.gif) repeat-y 0px 0px;
}

.dialog .bd .c {
	background:url(images/roundbox/mr.gif) repeat-y right 0px;
}

.dialog .bd .c .s {
	margin: 0px 3px 0px 4px;
	/* background:#000 url(images/roundbox/ms.jpg) repeat-x 0px 0px;*/
	padding: 0 20px;
/*	overflow: hidden;*/
}

* html .dialog .bd .c .s{
    height: 1%;
}

.dialog .ft {
	background:url(images/roundbox/bl.gif) no-repeat 0px 0px;
}

.dialog .ft .c {
	background:url(images/roundbox/br.gif) no-repeat right 0px;
}

.dialog {
    padding-bottom: 0px;
}


/*=RBOX2*/
.dialog2 .hd2 .c2,
.dialog2 .ft2 .c2 {
	 font-size: 1px; /* ensure minimum height */
	 height: 25px;
}

.dialog2 .ft2 .c2 {
	height: 25px;
}

.dialog2 .hd2 {
	background: url(images/roundbox/tl.gif) no-repeat 0px 0px;
}

.dialog2 .hd2 .c2 {
	background:url(images/roundbox/tr.gif) no-repeat right 0px;
}

.dialog2 .bd2 {
	background:url(images/roundbox/ml.gif) repeat-y 0px 0px;
}

.dialog2 .bd2 .c2 {
	background:url(images/roundbox/mr.gif) repeat-y right 0px;
}

.dialog2 .bd2 .c2 .s2 {
	margin: 0px 3px 0px 4px;
	padding: 0 20px;
}

* html .dialog2 .bd2 .c2 .s2 {
    height: 1%;
}

.dialog2 .ft2 {
	background:url(images/roundbox/bl2.gif) no-repeat 0px 0px;
}

.dialog2 .ft2 .c2 {
	background:url(images/roundbox/br2.gif) no-repeat right 0px;
}

.dialog2 {
    padding-bottom: 0px;
}


