/* CSS Document */

*, html {
	padding: 0;
	margin: 0	
}
body {
	background: #01112b;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;	
}
.container {
	width: 960px;
	margin: 0 auto
}
.header,
.header .container {
	background-image: url(../images/header.jpg);
	background-position: top center;
	height: 94px;
	display: block	
}
.contents {
	background-image: url(../images/main_bg.png);
	border-bottom: 4px solid #ceced0;
	border-top: 4px solid #ceced0;
	min-height: 700px
}
.contents .container {
	background-color: #fff;
	min-height: 500px;
	margin-bottom: 50px;
	margin-top: 20px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .25);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .25);
	padding: 20px 60px 60px;
	box-sizing: border-box
}
.footer,
.footer .container {
	background-image: url(../images/footer.jpg);
	background-position: top center;
	height: 38px;
	display: block	
}
.break {
	clear: both	
}
p {
	font-size: .9em;
	line-height: 1.0;
	padding: 0 0 10px 0
}
h2 {
	color: #E76700;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 15px;
	margin-top: 0
}
table.form {
	width: 330px;
	margin: 0 auto;
	margin-top: 30px	
}
.form td {
	padding: 6px;	
	color: #E76700;
	font-weight: bold
}
input.input {
	padding: 3px;
	box-sizing: border-box	
}
input.button {
	background-color: #E76700;
	color: #fff;
	border: 0;
	padding: 5px 15px		
}
.left {
	float: left	
}
.right {
	float: right
}
.footer p {
	color: #bababa;	
	font-size: 12px;
	padding-top: 13px
}