/* Contact Form Style Sheet */
.CFformTable {
	border:0px solid red; 
	width:500px; 
	margin-top:20px; 
	margin-left:30px;
}
.CFtableHeader {
	height:38px; 
	text-align:left;
	padding:0 0 10px 40px; /* top right bottom left */
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-decoration: underline;
}
.CFfieldsMissing {
	color: #b22222; 
	font-weight:normal;
	text-decoration: none;
	padding-left: 40px;
	font-size: 21px;
}
.CFfieldsMarker {
	color:red; 
	font-weight:normal;
	text-decoration: none;
}
.CFdataRight {
	width: 150px;
	font-family: "Times New Roman", Times, serif; 
	font-size: 21px;
	text-align: right;
}
.CFdataLeft {
	text-align: left;
}
.CFdataInput {
	width:70%; 
	height:1.6em; 
	margin-left:10px;
}
.CFtextArea {
	text-align: center;
}
.CFtextInput {
	height:8em; 
	width:85%;
}
.CFsubmit {
	text-align: center;
	padding-top: 20px;
}
.CFsubmitInput {
	font-family: "Times New Roman", Times, serif; 
	font-size: 18px;
	font-weight:normal;
}
.CFsentSuccess{
	text-align:center;
	color:green;
	font-weight: bold;
	border:1px solid green;
	padding:5px;
	margin:5px auto 15px auto;
}
.CFsentError{
	text-align:center;
	color:red;
	font-weight: bold;
	border:1px solid red;
	padding:5px;
	margin:5px auto 15px auto;
}

