@charset "utf-8";
.dialog h1 {
	font-size: 1.2em;
	color: #1A479A;
	font-weight: bold;
	line-height: 1.2em;
}
.dialog h2 {
	font-size: 1.1em;
	padding-top: 0px;
	color: #199476;
	font-weight: bold;
	line-height: 1.1em;
	margin-top: 0;
}
.dialog h3  {
	font-size: 1em;
	padding-top: 0px;
	color: #000;
	font-weight: bold;
	line-height: 1.3em;
	margin-top: 0;
}

.dialog h3 {
	font-size: 1em;
	padding-top: 0px;
	color: #000;
	font-weight: bold;
	line-height: 1em;
	margin-top: 0;
}


.dialog {
	width:100%;
	min-width:1em;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.dialog .bd .c .s {
	background-image: url(../images/interface/box/box_ms.png);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-top: .3em;
	padding-right: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.3em;
}
.box_s_Holder {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* content-specific */

.dialog h1 {
	/* header */
 font-size:1em;
	margin:0px;
	padding:0px;
	margin-top:-0.6em;
}

.dialog p {
	margin:0.5em 0px 0px 0px;
	padding:0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
}


.dialog .hd .c,
.dialog .ft .c {
 font-size:1px; /* ensure minimum height */
 height:13px;
}
.dialog_ .ft .c {
 height:14px;
}
.dialog .ft .c {
	background-image: url(../images/interface/box/box_rb.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}

.dialog .hd {
	background-color: transparent;
	background-image: url(../images/interface/box/box_tl.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.dialog .hd .c {
	background-color: transparent;
	background-image: url(../images/interface/box/box_tr.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}

.dialog .bd {
	background-color: transparent;
	background-image: url(../images/interface/box/box_l.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

.dialog .bd .c {
	background-color: transparent;
	background-image: url(../images/interface/box/box_r.png);
	background-repeat: repeat-y;
	background-position: right 0px;
}

.dialog .ft {
	background-color: transparent;
	background-image: url(../images/interface/box/box_lb.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
