input[type="email"]{
	width: 368px;
	height: 48px;
	margin-right: 20px;
	padding:0px 0px 0px 15px;
	border:2px solid #a8093c;
	font-size:16px;
	font-family:"OpenSansRegular", sans-serif;
	background-color: #FFFFFF;
	transition:all 0.3s ease-out;
	position: relative;
}
::-webkit-input-placeholder {
   color: #a8093c;
}
:-moz-placeholder {
   color: #a8093c;
}
::-moz-placeholder {
   color: #a8093c;
}
:-ms-input-placeholder {  
   color: #a8093c;
}
input[type="email"]:focus{
	background-color: #ffbfd3;
	box-shadow:0px 0px 8px 2px rgba(0, 0, 0, 0.38);
	z-index:9;
}
input[type="submit"]
{
	width: 368px;
	height: 48px;
	color:#FFF;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.28);
	font-size: 24px;
	cursor:pointer;
	transition:background-color 0.3s ease-out;
	clear:both;
	background-color: #649e35;
	box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.45);
}
input[type="submit"]:hover{
	background-color: #497327;
}
input[type="submit"]:active{
	box-shadow:inset 0px 0px 32px 0px #333;
}