div.status-box {
	display:none;
}
	div.status-box p {
		padding:0;
		margin:0;
		text-align:center;
		font-size:12px;
		font-family:verdana;
		color:#336699;
	}
	div.status-box img {
		width:220px;
		height:19px;
		margin:auto;
		display:block;
	}
div.error-box {
	display:none;
}
	div.error-box ul {
		
	}
		div.error-box ul li {
			background-image:url("../images/icons/bullet_red.png")!important;
			color:#FF0000!important;
		}
	div.error-box p {
		color:#336699!important;
		font-size:25px!important;
		padding-left:9px!important;
	}
div.email-form-box {
	width:490px;
	margin:auto;
	display:none;
}
	div.fancy-inset {
		position:relative;
		background-color:#ffffff;
	}
		h3 {
			margin:0;
			padding:10px 0px;
			font-family:verdana;
			color:#666666;
			font-weight:normal;
			font-size:14px;
		}
		.fancy-inset .cornerA {
		 	display:block;width:10px;height:10px;position:absolute;z-index:1;
			top:0;left:0;
			background-image:url("../images/fancy-cornerA.jpg");
		}
		.fancy-inset .cornerB {
		 	display:block;width:10px;height:10px;position:absolute;z-index:1;
			top:0;right:0;
			background-image:url("../images/fancy-cornerB.jpg");
		}
		.fancy-inset .cornerC {
		 	display:block;width:10px;height:10px;position:absolute;z-index:1;
			bottom:0;right:0;
			background-image:url("../images/fancy-cornerC.jpg");
		}
		.fancy-inset .cornerD {
		 	display:block;width:10px;height:10px;position:absolute;z-index:1;
			bottom:0;left:0;
			background-image:url("../images/fancy-cornerD.jpg");
		}
		.fancy-inset .a {
			background-image:url("../images/fancy-inset-a.jpg");
			background-position:left top;
			background-repeat:repeat-x;
		}
			.fancy-inset .b {
				background-image:url("../images/fancy-inset-b.jpg");
				background-position:right top;
				background-repeat:repeat-y;
			}
				.fancy-inset .c {
					background-image:url("../images/fancy-inset-c.jpg");
					background-position:left bottom;
					background-repeat:repeat-x;
				}
					.fancy-inset .d {
						background-image:url("../images/fancy-inset-d.jpg");
						background-position:left top;
						background-repeat:repeat-y;
					}
						.fancy-inset .fancyLifter {
							position:relative;
							z-index:2;
							padding:5px;
						}
		#contactForm {
			
		}
			#contactForm .styler {
				background-color:transparent;
				font-family:verdana;
				font-size:13px;
				color:#333333;
				width:472px;
				margin-left:2px;
				margin-bottom:1px;
				border:0;
				padding:2px;
				position:relative;
				z-index:3;
			}
			#contactForm .txtbox {
				height:100px;
			}
				#contactForm div.btnSubmit {
					width:133px;
					height:56px;
					background-image:url("../images/btnSendMessage.png");
					background-position:left bottom;
					margin-top:17px;
				}
				#contactForm div.btnSubmitON {
					background-position:left top;
				}
					div.btnSubmit input {
						display:none;
					}