body{
	padding-bottom: 15px;
}
#content{
	background-color: #fdfdf5;
	padding-bottom: 20px;
} 
#email{
	width:72%;
	padding-top: 20px;
	padding-left: 1.5%;
	float: left;
}
#email table{
	width: 90%;
	margin: auto;
	margin-left:4.2%;
}
#email table td{
	font-size: 12px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	color:#414e6e;	
}
#email table td input, #email table td textarea{
	width:100%;
	font-size: 12px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	color:#414e6e;
	border:none;
	background-color: #919e9e;
	color: #f5ffca;
	padding:5px;
	box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
}
.submit{
	font-size:17px;
	color: #f5ffca;
	background-color: #414e6e;
	border:none;
	width: 100%;
	padding:5px 0px;
	text-align: center;
	box-shadow: 0px 10px 9px 0px #303030;
	margin-bottom:10px;
	cursor: pointer;
	transition:box-shadow 0.5s, margin-top 0.5s, margin-bottom 0.5s;
	-webkit-transition:box-shadow 0.5s, margin-top 0.5s, margin-bottom 0.5s;
	-moz-transition:box-shadow 0.5s, margin-top 0.5s, margin-bottom 0.5s;
	-o-transition:box-shadow 0.5s, margin-top 0.5s, margin-bottom 0.5s;
	-ms-transition:box-shadow 0.5s, margin-top 0.5s, margin-bottom 0.5s;
}
.submit:active{
	box-shadow: 0px 0px 9px 0px #303030;
	margin-top:10px;
	margin-bottom:0px;
}
#email table td.error{
	color:#ff0000;
	width: 25%;
	vertical-align:top;
	padding:0px 0px;
	padding-bottom: 10px;
	font-size: 11px;
}
.field_name span{
	font-size:17px;
}
#data{
	font-size: 12px;
	float:right;
	width:23.5%;
	padding-top: 30px;
	padding-right:3%;
}
#data table {
	width:100%;
}
#data table td{
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color:#414e6e;
	text-align: right;
	padding-right: 10px;
}
#data table tr:nth-child(2n+1) td{
	font-weight: bold;
	font-size:14px;
}
#email table tr:nth-child(3n+1) td{
	font-weight: bold;
}
#data table tr:nth-child(2n) td{
	padding-bottom:50px;
}
::-webkit-input-placeholder {
   color: #cacaca;
}
:-moz-placeholder { 
   color: #cacaca;  
}
::-moz-placeholder {
   color: #cacaca;
}
:-ms-input-placeholder {  
   color: #cacaca; 
}