body {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #333333;
	overflow-x:hidden;
	background-color:#FAFAFA;
	text-align: center;
}

.field {
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	font-weight: bold;	
	width: 90%;
	-webkit-appearance: none;
	border-radius: 0;
	border: 1px solid #BBB;
}

img {
	height: 26px;
	margin: 2px 0px 0px 0px;
}

table {
	width: 100%;
	margin: 0x 2px 0px 2px;
	border-bottom: 1px solid #BBB;
}

td { 
	padding: 0px 5px 0px 5px;
}

h2 {
	background-attachment:fixed;
	background-image: url(logo.png);
	background-size:60px 60px;
	background-repeat:no-repeat;	
	background-position:50% 50px;
	height: 90px;
}

#button {
	-webkit-appearance: none;
	border-radius: 0;
	border: 1px solid #BBB;
	width: 100%;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
}

th {
	border-bottom: 1px solid #BBB;
}

a {
	text-decoration: none;
	color: #333333;
}