#contact {
	font-family: Georgia, Times New Roman, serif;
	border: 1px solid #336;
	margin-top: 1em;
	font-weight: normal;
	background-color: #303060;
}
#contact h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 0 0;
	/*background-color: #f30;
	color: #fc0;*/
	padding: 0 0 4px 0;
	/* background-image: url("/gfx/horizontal2.png"); 
	background-position: top right;
	background-repeat: repeat-y; */
	border-bottom: 1px #000 dotted;
}
#contact .intro {
	background-color: transparent;
	/*color: #f30;*/
	margin: 0;
	padding: 5px;
	line-height: 1.1em;
}
#contact .from {
	/*background-color: #f30;
	color: #fc0;*/
	margin: 0;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	padding: 2px 4px 2px 4px;
	/* background-image: url("/gfx/horizontal2.png"); 
	background-position: top right;               	
	background-repeat: repeat-y; */
}
#contact .messagetitle {
	margin: 0;
	padding: 0 0 4px 5px;
	/* color: #f30;
	background-color: transparent; */
}
#contact input.name {
	width: 60%;
}
#contact input.email {
	min-width: 60%;
}
#contact input.subject {
	min-width: 80%;
}
#contact div.send-button {
	text-align: center;
	padding: 0 0 0 0;
	margin: 2px 0 2px 0;
}
#contact div.message-content {
	margin: 0;
	padding: 0 0 0 4px;
}

.aMsg {
	margin-top: 0px;
	padding-top: 0px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 1px solid black;
	font-family: Verdana, Arial, sans-serif;
	background: #bbf;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #f00;
}

