﻿html, body {
	height: 100%;
	margin: 0 auto;
}
body {
	font-family: 'Muli', san serif;
	color: #1d1d1d;
	font-size: 14px;
	line-height: 1.7em;
	background-color: #fff;
}
.container {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}

/* ========================== HEADER ========================== */

.header {
	width: 100%;
	overflow: hidden;
	margin-top: 1rem;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}
.height-to-fit {
	height: 60%;
}
/* =================== FONT STYLES ========================== */
h1, h2 {
	font-family: 'Raleway', san serif;
	margin: 0px;
	font-weight: 300 !important;
	text-align: center;
	font-size: 1em;
	color: rgb(227,60,28);
	margin-bottom: 2em;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1em;
}
.tomato {
	color: rgb(227,60,28);
}
p.indent {
	margin-right: 50px;
	margin-left: 50px;
}
p.directions {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: .9em;
	margin-bottom: 0;
	margin-top: 1em;
	text-align: center;
}
.text-align-center {
	text-align:center;
}
.padding-top-1 {
	padding-top: 1em;
}
/* =============================== CONTENT ================================ */
.content {
	background-position: center 50px;
	width: 307px;
	margin: 0 auto;
	height: 36em;
	background-image: url('assets/receipt.png');
	background-repeat: no-repeat;
}
a.link {
	text-transform: none;
	color: #39a39e; /*turquoise*/
}
a.link:hover {
	color:rgb(227,60,28);
}

/* ================================ FORM ============================== */

input, textarea {
	margin: 0;
	padding: 5px;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
	color: rgb(109,109,101);
	border: 1px solid #ababab;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	width: 350px;
	height: 2.5em;
	letter-spacing: .05em;
	-webkit-appearance: none;
}
input.required {
	background-image:url('assets/required.jpg');
	background-repeat: no-repeat;
	background-position: 98% center;
}
input.upload {
	color: #FFFFFF;
	padding: 5px;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 110px;
	margin: 0 auto;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: .15em;
	background-color: rgb(227,60,28);
}
textarea {
	margin: 0 auto;
	overflow: auto;
	width: 400px;
	height: 7em;
	font-size: .9em;
}
form {
	margin: 0 auto 0 auto;
	padding: 20px;
	width: 75%;
}
fieldset {
	font-size: .9em;
	margin: 30px auto 0px auto;
	border: 1px solid rgb(227,60,28);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 600px;
}

