/*
<!-- 2008/12/12 (C)Copyright OmniX Web Design(Matthew David Xerri) -->
<!-- The visual format for the CONTACT US webpage containing Identification and Class Tags. -->

	background-color:	; 
	border: 			; 
	border-color: 		; 
	border-style:  		;	
	color: 				;
	font-family: 		;
	font-size: 			;
	font-style:			;
	font-weight:		;
	height:				;
	margin: 			;
	padding: 			;
	text-decoration:	;
	text-align: 		;
	width:				;
	vertical-align:		;
*/

/* Classes */

/* ID */
div#contactus {
	background-color:	;
	color:				;
	height:				350px;
	overflow:			hidden;
	text-align:			center;
	padding:			;
	width:				860px;
}

div#contactus_fields {
	color:				#FF0000;
	height:				;
	font-weight:		bold;
	text-align: 		center;
	width:				860px;
}

div#contactus_reply {
	height:				;
	margin:				auto;
	padding:			10px;
	width:				860px;
}

div#contactus_reply span {
	width:				200px;
}

div#contactus_text {
}

div#contactus table tr td {
	text-align:			center;
}

img#contactus_image {
	padding:			10px;
}

textarea#contactus {
	border-style: 		inset;
	height:				100px; 
	width:				600px;
}