﻿input[type=text] {
	height: 32px;
	border: 1px solid #cccccc;
	width: 270px;
	padding: 0 10px 0 14px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
	font-family: 'Times New Roman';
	font-style: italic;
	font-size: 13px;
}
input[type=submit] {
	background: #ed008c;
	padding: 8px 25px;
	margin-top:10px;
	color: white;
	font-weight: bold;
	font-family: "Arial,​sans-serif";
	font-style: italic;
	font-size: 18px;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	-webkit-appearance: none;
	margin-right: 2px;
	border:none;
}
form td {
	font-size: 1rem;
	color: #333;
}
form {
	width: 50%;
	box-sizing: border-box;
	float: left;
	
}
#imgNewsletter {
	width: 50%;
	box-sizing: border-box;
	float: left;
}
@media screen and (max-width: 600px) {

	form {
		width: 100%;
	}
	#imgNewsletter {
		width: 100%;
	}
}