div#content form {
	background-color:#f5f5f5;
	padding:10px;
	margin-right:5px;
	border:dotted 1px #d0d0d0;
    -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}
div#content form.res{
	margin-top:5px;
	margin-bottom:20px
}
div#content h4{
	padding:4px;
	background-color:#505050;
	color:white;
	font-size:1.2em;
}
div#content div.formblock{
	border-bottom:solid 1px #f0f0f0;
	width:540px;
}
div#content p.topic{
	float:left;
	width:100px;
	border-right:dotted 1px #c0c0c0;
	padding:4px;
}
div#content div.info{
	float:left;
	width:100px;
	padding:4px;
}
div#content div.message{
	width:370px;
	float:left;
	padding:4px;
	border-left:dotted 1px #f0f0f0;
}
