body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
html, body {
	font: 12px "Roboto",sans-serif;
}
#header-outer {
	background: rgba(155, 18, 9, 0) none repeat scroll 0 0;
	border-bottom: 5px solid #9b1209;
	width: 100%;
}
#header {
	display: block;
	height: 120px;
	margin: 0 auto;
	position: relative;
	width: 990px;
}

.logo {
	display: inline-block;
	height: 133%;
}
.logo img {
	border: medium none;
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#main-outer {
	width: 100%;
	background-image: url("/alpenrose-bg.jpg");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
	height: auto !important;
	min-height: 440px;
	min-width: 100%;
}
#main {
	display: block;
	margin: 0 auto;
	width: 990px;
	padding-top: 35px;
	padding-bottom: 35px;
}
#content{
	padding: 25px ;
	background-color: rgba(255, 255, 255,0.7);
	border-radius: 30px;
	box-shadow: 1px 1px 4px #000;
	margin: 0 0 20px;
	border: 3px solid #fff;
}

h1 {
	display: inline;
	margin-left: 100px;
}
h2 {
	font-size: 1.38em;
	margin: 0 0 1em;
	text-transform: uppercase;
	border-bottom: 3px solid #9b1209;
}
table, td, th {
	border: 1px solid black;
	border-color: #9b1209;
}

table {
	border-collapse: collapse;
	width: 100%;
}
table th {
	padding: 4px;
	background-color: #9b1209;
    	color: white;
}
table td {
	padding: 1px;
	background-color: white;
}


form {
	background-color: #c3eaf4;
	border-radius: 5px;
	float: left;
	padding: 10px;
	margin-bottom: 20px;
	width: 55%;
}

form.payment {
	background-color: transparent;
	float: none;
	width: auto;
	padding-left: 0px;
}
.form-row {
	padding: 0 0 10px;
	overflow: hidden;
}

.form-field-label {
	color: #313639;
	float: left;
	font: normal 15px/20px Roboto, sans-serif;
	width: 20%;
}

.form-field-wrap {
	display: block;
	font: normal 15px/20px Roboto, sans-serif;
	width: 80%;
	float: left;
}

.form-field {
	background-color: #fff;
	border: 0 solid #000;
	border-radius: 5px;
	color: #000;
	font-size: 15px;
	height: 35px;
	padding: 0 10px;
	text-transform: none;
	width: 90%;
}

.button, .stripe-button-el {
	background-color: #9b1209;
	border: 1px solid #fff;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	outline: medium none;
	padding: 8px 20px 9px;
	text-transform: uppercase;
}

.button:hover {
	background-color: #fff;
	border: 1px solid #fff;
	color: #9b1209;
}

#footer-outer {
	background: #fff none repeat scroll 0 0;
	border-top: 5px solid #9b1209;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}
#footer {
	color: #9b1209;
	height: 30px;
	margin: 0 auto;
	overflow: hidden;
	width: 990px;
}
.footer-copy {
	clear: both;
	padding: 7px 0 0;
	text-align: center;
}

