.ContentPane{width:285px; float:left;}
.ContactPane,.Message{width:675px; float:right;padding-bottom: 50px;}

.ContactPane,
.ContentPane {
	color: #464646;
	font-size: 14px;
}
.ContentPane h1,
.ContactPane h3 {
	font-family: "alternate-gothic-no-1-d",serif;
    font-weight: 500;
    text-transform: uppercase;
}
.ContentPane h1 {
	font-size: 28px;
}
.ContactPane h3 {
    font-size: 21px;
}
.ContentPane .Normal p {
	font-family: "ff-meta-serif-web-pro",serif;
    font-weight: 500;
    line-height: 1.5em;
    font-size: 14px;
}
.ContentPane .Normal p a, .ContentPane .Normal p a:hover, .ContentPane .Normal p a:visited {
	color: #464646;
}
.ContactPane .button_wrapper a {
	background: #75ccd2;
	color: #ffffff;
	height: 33px;
	padding: 0 20px;
	text-transform: uppercase;
	font-family: "alternate-gothic-no-1-d", serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 36px;
}
.Message h1{text-align:center;	font-family: "alternate-gothic-no-1-d",serif;
    font-weight: 500;
    text-transform: uppercase;font-size:40px; }

.Message {display:none;}
.editMode .Message {display:block;}