﻿body {
 font:normal 76% georgia,helvetica,verdana,tahoma,arial,"sans serif";
}
.dialog {
 width:67%;
 margin:0px auto;
 min-width:20em;
 color:#fff;
}

.dialog .hd .c,
.dialog .ft .c {
 font-size:1px;
 height:13px;
}

.dialog .ft .c {
 height:14px;
}

.dialog .hd {
 background:url('img/tl.gif') no-repeat 0px 0px;
}

.dialog .hd .c {
 background:url('img/tr.gif') no-repeat right 0px;
}

.dialog .bd {
 background:url('img/ml.gif') repeat-y 0px 0px;
}

.dialog .bd .c {
 background:url('img/mr.gif') repeat-y right 0px;
}

.dialog .bd .c .s {
 margin:0px 8px 0px 4px;
 background:#000 url('img/ms.jpg') repeat-x 0px 0px;
 padding:1em;
}

.dialog .ft {
 background:url('img/bl.gif') no-repeat 0px 0px;
}

.dialog .ft .c {
 background:url('img/br.gif') no-repeat right 0px;
}
.dialog h1 {
 /* header */
 font-size:2em;
 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";
}

html>body .dialog pre {
 font-size:1.1em;
}
.apptitleleft {
	text-decoration: none;
	font-style: normal;
	color: #FFFFFF;
	font-size: large;
	float: left;
	display: block;
}
.apptitleright {
	text-decoration: none;
	font-style: normal;
	color: #FFFFFF;
	font-size: large;
	display: block;
	float: right;
}
.appimageleft {
	border: thin solid #FFFFFF;
	float: left;
	display: block;
}
.appimageright {
	border: thin solid #FFFFFF;
	float: right;
	display: block;
}

