/* CSS Document */


body {
 font:normal 76% georgia,helvetica,verdana,tahoma,arial,"sans serif";
}
.dashes{ color: #999999;text-align:center;}
.dialog {
 margin:0px auto;
 min-width:175px;
 color:#fff;
}

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

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

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

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

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

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

.dialog .bd .c .s {
	margin:0px 8px 0px 4px;
	background:#fff url(../../images/re/newimages/cssBoxes/ms.jpg) repeat-x 0px 0px;
	padding:1em;
	text-align: center;
}

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

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


/* content-specific */

.dialog h1 {
 /* header */
 font-size:1.25em;
 margin:0px;
 padding:0px;
 margin-top:-0.6em;
}

.dialog p {
 margin:0.5em 0px 0px 0px;
 padding:0px;
 font:0.95em/1.5em arial,tahoma,"sans serif";

}
.dialogInner p{ border-bottom: dashed #999999 1px;}
html>body .dialog pre {
 font-size:1.1em;
 
}

#wrapper1 {
	position:absolute;
	left:0px;
	width:495px;
	top: -2px;

}
#wrapper2 {
position:absolute;
left:254px;
width:235px;

}
#wrapper4 {
	position:absolute;
	left:0px;
	width:495px;
	top: 274px;

}
