/* CSS Document */
#main {
	/* page height 240px main:content*/
	height:660px;
}
#content {
	height:360px;	
}
#contact_us .nav_text {
	color:#b5ac56;	
	color:rgb(181,171,135);
}
#content h5 {
	font-size:14px;
	margin:5px 0px 0px 15px;
}
#content table {
	width:auto;	
	margin:10px 10px;
	border-collapse:collapse;
}
#content tr th {
	font-size:11px;
	text-align:left;		
}
#content td {
	font-size:11px;
	text-align:left;	
}
#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;
}
.input {
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:2px solid #999999;
	border-bottom:2px solid #999999;
	font-size:10px;
	padding:1px 2px;
	color:#666666;
	background-color:#EFEFEF;
}
.align_center {
	text-align:center;
}
.align_left {
	text-align:left;
}
.display_inline {
	display:inline;
}
.msg {
	color:red;
	font-weight:500;
	font-size:10px;
}
.radio_text {
	position:relative;
	top:-3px;
	left:5px;
}
.btn {
	font-size:10px;
}
#privacy {
	font-weight:500;
}

