@charset "utf-8";
/* CSS Document */
form.cmxform{
	width:50%;
	float:right;
	clear:both;
	box-sizing: border-box;
	/* Browser specific versions */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding:0px 100px 0px 0px;
}
#contact_content{
	width:50%;
	float:left;
	box-sizing: border-box;
	/* Browser specific versions */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding:20px 55px 0px 45px;
}
#contact_content p{
	margin:10px 0px;
}
.typewriter{
	margin:64px 0px 0px 0px;
}

#contact_content em{
	color:#ebd38a;
	text-decoration:none;
	font-style:normal;
}
form.cmxform *{
	box-sizing: border-box;
	/* Browser specific versions */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;	
}
.cmxform legend{
	text-align:right;
	float:right;
}
.cmxform fieldset{
	border:0px none;
}
.formField input[type="text"],
.formField textarea{
	width:100%;
	background-color:#000;
	border:1px solid #fff;
	color:#fff;
	margin:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:8pt;
	padding:2px;
}
.formField input[type="button"],
.formField input[type="submit"]{
	border:0px none;
	background-image:url(/images/btn_send.png);
	width:97px;
	height:20px;
	color:transparent;
	float:right;
}