/* -- Contact Stuff --------------------------------------------------------- */
div.ContactZone {
	margin:					0px 0px 0px 0px;
}


.CommentMailCheck {
	visibility:				hidden;
	display:				none;
}


.ContactLabel {
	width:					55px;

	font-size:				12px;
	font-weight:			bold;
	color:					#606060;
}



INPUT.frmSplit {
	width:					418px;

	margin:					2px 0px 2px 0px;
	padding:				0px;

	border-top:				none;
	border-left:			none;
	border-right:			none;
	border-bottom:			1px dotted #c0c0c0;

	background-color:		transparent;
	
	font-size:				12px;
	color:					#808080;
}

INPUT.frmFull {
	width:					890px;

	margin:					2px 0px 2px 0px;
	padding:				0px;

	border-top:				none;
	border-left:			none;
	border-right:			none;
	border-bottom:			1px dotted #c0c0c0;

	background-color:		transparent;
	
	font-size:				12px;
	color:					#808080;
}

TD.ContactSpam p {
	margin:					0px;

	font-size:				12px;
	font-weight:			bold;
	color:					#cc0000;

	text-align:				center;
}

TD.ContactSubmit {
	padding-top:			2px;
	text-align:				right;
}

.ContactZone TEXTAREA {
	width:					944px;
	height:					100px;

	margin:					2px 0px 2px 0px;
	padding:				0px;

	border:					1px solid #c0c0c0;

	background-color:		transparent;
	
	font-size:				12px;
	color:					#808080;
}




div.MailStatus_None {
	display:				none;
}


div.MailStatus_Sent {
	background:				#00cc00;

	-moz-border-radius:		8px 8px 8px 8px;
	-khtml-border-radius:	8px 8px 8px 8px;
	border-radius:			8px 8px 8px 8px;
}

div.MailStatus_Sent p {
	margin:					0px;

	font-size:				12px;
	font-weight:			bold;
	color:					#ffffff;

	text-align:				center;
}


div.MailStatus_Spam {
	background:				#cc0000;

	-moz-border-radius:		8px 8px 8px 8px;
	-khtml-border-radius:	8px 8px 8px 8px;
	border-radius:			8px 8px 8px 8px;
}

div.MailStatus_Spam p {
	margin:					0px;

	font-size:				12px;
	font-family:			Tahoma, Geneva, Verdana, Geneva, sans-serif;
	font-weight:			bold;
	color:					#ffffff;

	text-align:				center;
}


