form {
	margin:0px;
	padding: 0px;
}

#contact-table {
	width:400px;
}

.errDIVshow {
	display:block;
	visibility:visible;
}

.errDIVhide {
	display:none;
	visibility:hidden;
}

.cformDIVerror {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#f1e5cc;
	background-color:#74172f;
	width:168px;
	margin-top:3px;
	padding:2px 0px 2px 4px;
}

#DIVcontact {
	width: 380px;
	padding: 20px 40px 10px 40px;
	background-color: #e5e6d7;
	color: #74172f;
}

#DIVcontact input {
	font-family:"Times New Roman", Times, serif;
	padding:1px 2px 1px 2px;
	border: solid 1px white;
	background-color: white;
	color: #74172f;
	width: 166px;
}

#DIVcontact textarea {
	font-family:"Times New Roman", Times, serif;
	padding:1px 2px 1px 2px;
	border: solid 1px white;
	background-color: white;
	color: #74172f;
	width: 166px;
	height:104px;
	overflow:auto;
}

#DIVcontactFoot {
	clear:both;
	width: 380px;
	background-color: #e5e6d7;
	color: #74172f;
	padding-top:10px;
}

.ContactTxtDiv {
	margin-top:5px;
}