body {
	background-color: #fff;
}
body > .grid {
	height: 100%;
}
.column {
	max-width: 360px;
}
.segment{
	border: #FCB040 solid 1px !important;
}
#header{
	width: 100%;
	margin-bottom: 5px;
}
#header div{
	display: inline-block;
}
#header_img{
	float: left;
	width: 60px;
	margin-left: 10px;
}
#header_content{
	float: right;
	width: 260px;
}
#header_content h4{
	text-align: center;
	color: #F1592A;
	margin: 3px 0 3px 0;
	padding: 5px 0 0 0;
	font-size: 18px;
	line-height: 20px !important;
	text-transform: uppercase;
}
#header_content h5{
	text-align: center;
	color: #5F469C;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px !important;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.submit.button{
	background: #8DC63F !important;
}
