@CHARSET "ISO-8859-1";

/* CSS stylesheet
*/
#inquiryText{
	text-decoration:none;
	margin: auto;
	position: relative;
	margin-top: 25px;
	color: black;
	font-size:10px;
	width: 50%;
	border: 1px solid #4e3c29; 
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
   	border-radius: 5px;
}

div#bottom {
	background-color: #5f1e00;
	position: relative;
	text-align:right;
	text-decoration:none;
	vertical-align:bottom; 	
}

div#bottom a{
  color:rgb(73,32,0);
  text-decoration:none;	
  font-size: 11px;
  font-weight:bold;
}
