/* CSS Document */
#content h5 {
	margin:5px 0px 0px 15px;
	color:#4f4718;
	font-size:12px;
}
#content table {
	width:auto;	
	margin:10px 10px;
	border-collapse:collapse;
}
#content tr th {
	font-size:11px;
	text-align:left;
	color:#4f4718;		
}
#content td {
	font-size:11px;
	text-align:left;
	color:#4f4718;	
}
#content table tr th .msg {
	color:red;
	text-align:center;
}
#content table tr td {
	text-align:center;
}
#content #contact_table tr td {
	text-align:left;
}
#content table tr th, td {	
	padding:2px 5px;
	font-size:11px;
}
.input {
	border:1px solid #cccccc;
	font-size:11px;
	padding:1px 2px;
	color:#4f4718;
}
.align_center {
	text-align:center;
}
.align_left {
	text-align:left;
}
.display_inline {
	display:inline;
}
.msg {
	color:red;
	font-size:10px;
}
.radio_text {
	position:relative;
	top:-3px;
	left:5px;
}
.btn {
	font-size:10px;
}
#content {
	background-image:url(../images/contact_bkg.jpg);
	background-position:top right;
	background-repeat:no-repeat;	
}
#content table tr #notice {
	font-size:10px;
}



