﻿.dialog2 {
 /*width:67%;*/
 margin:0px auto;
 min-width:20em;
 color:#fff;
}

.dialog2 .hd .c,
.dialog2 .ft .c {
 font-size:1px; /* ensure minimum height */
 height:13px;
}

.dialog2 .ft .c {
 height:14px;
}

.dialog2 .hd {
 background:transparent url(Images/tl.gif) no-repeat 0px 0px;
}

.dialog2 .hd .c {
 background:transparent url(Images/tr.gif) no-repeat right 0px;
}

.dialog2 .bd {
 background:transparent url(Images/ml.gif) repeat-y 0px 0px;
}

.dialog2 .bd .c {
 background:transparent url(Images/mr.gif) repeat-y right 0px;
}

.dialog2 .bd .c .s {
 margin:0px 8px 0px 4px;
 background:#1586d7 url(Images/ms.jpg) repeat-x 0px 0px;
 padding:1em;
}

.dialog2 .ft {
 background:transparent url(Images/bl.gif) no-repeat 0px 0px;
}

.dialog2 .ft .c {
 background:transparent url(Images/br.gif) no-repeat right 0px;
}


/* content-specific */

.dialog2 h1 {
 /* header */
 font-size:2em;
 margin:0px;
 padding:0px;
 margin-top:-0.6em;
}

.dialog2 p {
 margin:0.5em 0px 0px 0px;
 padding:0px;
 font:11px arial,tahoma,"sans serif";
}

html>body .dialog2 pre {
 font-size:11px;
}
.dialog2 a {
	color:Red;
	text-decoration: none;
}
.dialog2 a:hover {
	color:Aqua !important;
	text-decoration: underline;
}
.dialog2 a:visited
{
	color: #FF9900;
	text-decoration: none;
}

