@charset "utf-8";
/* CSS Document */
body {
	background: #202020;
	margin: 0;
	border: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	background: url(../images/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#wrapper{
	width: 950px;
	margin: 20px auto;
}

#header{
	background-color:rgb(255,255,255);
	background-color:rgba(255,255,255,0.9);
	text-align:center;
	margin-top: 15px;
	border-radius: 15px 15px 0 0;
	padding: 25px 0 0 0;
}

#content{
	background-color:rgb(255,255,255);
	background-color:rgba(255,255,255,0.9);
	border-radius: 0 0 15px 15px;
	padding: 20px
}

h2{
	font-size: 20px;
	font-weight:600;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0;
}

form {
	width:800px;
	margin: auto;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.6);
	padding: 20px;
}

label{
	display:block;
	font-weight:600;
	text-align:right;
	width:140px;
	float:left;
	font-size: 16px;
}

.small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:400;
	text-align:right;
	width:140px;
}

input{
	float:left;
	font-size:14px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;
}

select{
	float:left;
	font-size:14px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:65px;
	margin:2px 0 20px 10px;
}

textarea{
	float:left;
	font-size:14px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	margin:2px 0 20px 10px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	width:200px;
}

input[readonly="readonly"]
{
    background-color:#E2E2E2;
}

textarea[readonly="readonly"]{
    background-color:#E2E2E2;
}

.selwide{
	width:90px;
}

.narrow{
	width:84px;
}

.narrow_two{
	width:35px;
}

.radio{
	width: auto;
	margin: 0 10px;
}
.radio_label{
	width: auto;
	font-weight:400;
	text-align:left;
}

#submit{
	float: none;
	margin:2px 0 0 150px;
	font-weight: 600;
}

#terms{
	font-size:12px;
}

#footer{
	text-align:center;
}