body {
	background-color:#fff;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	color:#666;
	font-size:12px;
	line-height:1.5;
}

.basesection {
	width:100%;
	border:3px double #66c;
	padding:20px;
	margin:0px;
}

.formtitle {
	width:100%;
	border:3px solid #66c;
	font-size:18px;
	font-weight:bold;
	letter-spacing:0.2em;
	text-align:center;
	line-height:32px;
	color:#66c;
}

.mess-area {
	margin:10px;
	font-size:14px;
}

.subheader {
	background-color:#66c;
	border:3px double #fff;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1em;
	color:#fff;
	line-height:20px;
	padding-left:20px;
	text-align:center
}

.empline {
	padding:20px;
}

.text-blue {
	color:#66c;
}

.text-red {
	color:#f00;
}