*:focus {
	outline:none;
}

div.cbox {
	width: 842px;
	margin-top: 2px;
	margin-bottom: 10px;
}

	div.cbox-top {
		width: 842px;
		height: 6px;
		background: transparent url(/layout/gfx/cbox-top.png) no-repeat left bottom;
	}
	
	div.cbox-center {
		width: 762px;
		background: #fff url(/layout/gfx/cbox-center.png) no-repeat left bottom;
		padding: 20px 40px 20px 40px;
		min-height:350px;
		_height:350px;
	}
	
	div.cbox-bottom {
		width: 842px;
		height: 6px;
		background: transparent url(/layout/gfx/cbox-bottom.png) no-repeat left top;
	}

div.cbox-center a {
	color: #731f1b;
}

div.cbox-center a:hover {
	color: #4f4f4f;
}

h1 {
	color: #731f1b;
	height: 16px;
	margin: 0px 0px 20px 0px;
	padding: 0;
}

	
h2 {
	color: #731f1b;
	height: 14px;
	margin: 0px 0px 20px 0px;
	padding: 0;
}

input.text220 {
	width: 269px;
	height: 21px;
	border: 0;
	margin: 0px 0px 8px 0px;
	padding: 2px 5px 0px 5px;
	background: transparent url(/layout/gfx/text-bg.png) no-repeat left top;
	font-family: 'TrebuchetMS';
	color: #4f4f4f;
	font-size: 11px;
}

textarea.text220 {
	width: 269px;
	height: 49px;
	border: 0;
	margin: 0px 0px 8px 0px;
	padding: 4px 5px 0px 5px;
	background: transparent url(/layout/gfx/textarea-bg.png) no-repeat left top;
	font-family: 'TrebuchetMS';
	color: #4f4f4f;
	font-size: 11px;
	overflow:auto;
}

.submit {
	border: 0;
	margin: 0;
	padding: 0;
	width: 119px;
	height: 35px;
	background: transparent url(/layout/gfx/submit-bg.png) no-repeat left top;
	cursor: pointer;
	color: #343434;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

.submit:hover {
	color: #731f1b;
}

a.maplink {
	display: block;
	width: 195px;
	height: 24px;
	margin: 8px 0px 0px 0px;
	padding: 11px 0px 0px 0px;
	background: transparent url(/layout/gfx/link-bg.png) no-repeat left top;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}


