html {
    width:420px;
    height:270px;
    overflow:hidden;
	font-family: clearsans, Arial, sans-serif;
}
body {
    width:420px;
    height:270px;
	background: none;
	font-family: clearsans, Arial, sans-serif;
}
table td {
	font-family: clearsans, Arial, sans-serif;
	color: #273441;
	font-weight: 700;
	font-size: 15px !important;
}
#lay_body > table td > form {
	width: 100%;
}
form[name="contact"] table {
    width:100%;
}
input {
	width: 100% !important;
	height: auto !important;
	padding: 5px 10px !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #273441 !important;
	font-size: 15px !important;
	margin: 5px 0;
}
input[type="submit"] {
	background: #273441;
	color: #fff;
}
