* {
	padding: 0;
	margin: 0;
	    font-family: "Hind", Verdana, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	    letter-spacing: -1px;
}
.logo {
	padding: 20px 0;
    background: #fff;
}
.logo .left img {
	width: 150px;
}

.title {
	padding: 30px 0;
    background-color: #2194D1;
    color: #fff;
}
.title h1 {
	font-size: 2.2em;
	margin: 0;
	padding: 0;
}
.content {
	padding: 20px 0;
	font-size: 1.2em;
}
.content h3 {
	font-weight: bold;
}
.content ul {
	margin-left: 30px;
}
.content ul li {
	line-height: 30px;
}
.content p {
	margin-top: 25px;
}
.form {
	border: 1px solid #1c1c1c;
	padding: 20px 20px;
	-webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.75);
	border-radius: 10px;
}
.form h2 {
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.1em;
}
.form table, .form table tr, .form table tr td {
	width: 100%;
}
.form table tr td {
	padding: 8px 0;
}
.form table tr td input, .form table tr td select {
	width: 100%;
	padding: 5px 10px;
	border-radius: 2px;
	border: 1px solid #A4A4A4;
}
.form .button {
	background: #2194D1;
	font-size: 1.5em;
	color: #fff;
}