body {
	margin: 10px;
	padding: 0px;
}
.dialog {
	margin:0px auto;
	color:#fff;
}

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

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

.dialog .hd {
	background:transparent url(../images/tl.png) no-repeat 0px 0px;
	height: 14px;
}

.dialog .hd .c {
	background:transparent url(../images/tr.png) no-repeat right 0px;
	height: 14px;
}

.dialog .bd {
 background:transparent url(../images/lm.png) repeat-y 0px 0px;
}

.dialog .bd .c {
 background:transparent url(../images/rm.png) repeat-y right 0px;
}

.dialog .bd .c .s {
	margin:0px 8px 0px 4px;
	padding: 0 6px 0 11px;
	text-align: center;
	background: url(../images/ml.png) repeat;
}

.dialog .ft {
	background:transparent url(../images/bl.png) no-repeat 0px 0px;
	height: 146px;
}

.dialog .ft .c {
	background:transparent url(../images/br.png) no-repeat right 0px;
	height: 146px;
	padding: 0 17px;
}
#logo {
	padding: 26px 0 0;
	width: 153px;
	height: 106px;
	float: left;
}
#buttons {
	padding: 52px 0px 0px;
	text-align: center;
	float: left;
}
.dialog .bd .c .s img {
	height: auto;
	width: auto;
}

#chars {
	float: right;
	height: 126px;
	width: 258px;
	padding: 15px 0px 0px;
}
