/* CSS Document for public pages */
div.central div.content {
	background: #54473A url(../_img/content_bg.gif) repeat-y;
}
div.central div.top {
	background: url(../_img/content_top.gif) no-repeat;
}
div.central div.bottom {
	background: url(../_img/content_bottom.gif) no-repeat;
}
div#content div.main form input,
div#content div.full form input {
	display: block;
	border: 1px solid black;
	width: 100%;
}
div#content form div.radiozone {
	clear: both;
}
	div#content form div.radiozone input { 
		width:15px;
		height:15px;
		margin:0 5px 0 0;
		border: none;
		float: left;
	}
	div#content form div.radiozone label { 
		display: block;
		float: left;
		padding-right: 10px;
		max-width: 155px;
	}


