.Error {
	color: #c00;	
}

label {
	display: block;	
	margin-bottom: 0.25em;
}

input {
	border: none;
	display: block;	
	margin-bottom: 1em;
	width: 220px;
}

input[type="hidden"] {
	display: none;	
}

textarea {
	border: none;
	height: 60px;
	margin-bottom: 1em;
	width: 300px;
}

.SubmitButton {
	background: url('../images/SubmitButton.jpg');
	color: #449cba;
	cursor: pointer;
	font-size: 1px;
	height: 68px;
	margin-left: -10px;
	text-indent: -9999px;
	width: 132px;
}

.SubmitButton:hover {
	background: url('../images/SubmitButton_On.jpg');
}

#ContactFormBox {

}

.CFormPopup .Inner {
	background: url('../images/FormBackground_Top.png') no-repeat top left;
	margin-top: 40px;
	padding: 40px;
	padding-right: 75px;
	padding-bottom: 1px;
	position: relative;
}

.CFormPopup #ContactFormBottom {
	background: url('../images/FormBackground_Bottom.png') no-repeat bottom left;
	display: block;	
	height: 17px;
}

.CFormPopup #ContactFormClose {
	background-image: url('../images/FormClose.png');
	border: none;
	display: block;
	left: 464px;
	height: 0;
	overflow: hidden;
	padding-top: 70px;
	position: absolute;
	top: -35px;
	width: 70px;
}

.CFormPopup #ContactFormClose:hover {
	background-image: url('../images/FormClose_On.png');
}

.CFormPopup #CF_BlogLink {
	display: block;
}


