html, body {
	width:100%;
	height:100%;
	margin:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}
.div-first{
	border:solid;
	border-width:thin;
	border-color:#444444;
	width:610px;
	margin:auto;
	float:left;
	position:absolute;
	left:50%;
	margin-left:-300px;
}
.div-topic{
	background:#EAEAEA;
	padding:5px;
	width:600px;
	text-align:center;
	font-weight:600;
	float:left;
}
.div-content{
	background:#FFFFFF;
	padding:5px;
	width:600px;
	float:left;
}
.div-half{
	width:300px;
	float:left;
}
.div-quarter{
	width:120px;
	float:left;
}

input.text{
	width:120px;
}
input.short{
	width:70px;
}

.td-shaded{
	background:#EAEAEA;
}
#topic{
	text-align:left;
}
#submit{
	text-align:right;
}
h1{
	font-size:18px;
}
.img-logo{
	margin:5px;
}
.print-seperator{
	height:150px;
	width:1px;
	background:none;
}
.print-this{
	display:none;
}
