body{
	font-family:'Open Sans Condensed','Arial Narrow', serif;
	background:#326f8b;
	font-size:1em;
	color:#fff;
	overflow:hidden;
}
.container > section{
	position:relative;
	display:block;
}
.left{
	float:left;
	width:32%;
	margin:1%;
	text-align:right;
}
.right{
	float:right;
	width:62%;
	margin:1%;
	text-align:left;
}
.right form{
	position:relative;
	padding:20px;
	color:#333;
	border:none;
	border-left:5px solid #D9D9D9;
	box-shadow:0 4px 6px rgba(0,0,0,0.1);
	background:#fff;
}
.right form:before {
	content: '\25c2';
	font-weight: normal;
	font-size: 54px;
	line-height: 54px;
	position: absolute;
	width: 30px;
	height: 30px;
	color: #D9D9D9;
	left: -22px;
	top: 19px;
	z-index: -1;
}
.right form label{
	display:block;
	margin:2px 0;
}
.right form h2{
	border-bottom:1px solid #d9d9d9;
}
.right form p{
	color:#326f8b;
	margin-bottom:10px;
}
.right form div.width80{
	width:81.3%;
}
.floatL{
	float:left;
}
.floatR{
	float:right;
}
.clear{
	clear:both;
}
.width96{
	width:96%;
}
.width80{
	width:80%;
}
.width40{
	width:40%;
}
.width49{
	width:49%;
}
input{
	padding:2px 4px;
}
.button_wrap{
	margin:10px 0;
}
.button_wrap input{
	margin-right: 1%;
	background: #34a5cf;
	background: -moz-linear-gradient(#34a5cf, #2a8ac4);
	background: -ms-linear-gradient(#34a5cf, #2a8ac4);
	background: -o-linear-gradient(#34a5cf, #2a8ac4);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#34a5cf), to(#2a8ac4));
	background: -webkit-linear-gradient(#34a5cf, #2a8ac4);
	background: linear-gradient(#34a5cf, #2a8ac4);
	border: 1px solid #2b8bc7;
	color: #ffffff;
	text-shadow: 0 -1px rgba(0,0,0,0.3);
	text-decoration: none;
	box-shadow: inset 0 1px rgba(255,255,255,0.3);
	border-radius: 3px;
	cursor: pointer;
	padding:6px 10px;
}
.button_wrap .back{
	margin-left: 1%;
	background: #fbd568; /* Fallback */
	background: -moz-linear-gradient(#fbd568, #ffb347);
	background: -ms-linear-gradient(#fbd568, #ffb347);
	background: -o-linear-gradient(#fbd568, #ffb347);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
	background: -webkit-linear-gradient(#fbd568, #ffb347);
	background: linear-gradient(#fbd568, #ffb347);
	border: 1px solid #f4ab4c;
	color: #996319;
	text-shadow: 0 1px rgba(255,255,255,0.3);
}
.button_wrap input:hover,
.button_wrap .back:hover{
	box-shadow:
		inset 0 1px rgba(255,255,255,0.3),
		inset 0 20px 40px rgba(255,255,255,0.15);
}
.notice{
	padding-left:10px;
	text-shadow:0 1px rgba(0, 0, 0, 0.3);
	border-radius:4px;
	font-size:0.9em;
	color:green;
}
.notice.error{
	color:red;
}
.left .notice{
	color:white;
	padding-top:10px;
	padding-left:0;
	font-size:1.1em;
}
