#head1
{
	padding:5px;
	float: left;
	width:99%;
	position:fixed;
	top:0;
	height:auto;
	background:rgba(0,0,255,.5);
	font-size:20px;
	color:#fff;
	border:1px solid #f4f4f4;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow: 0 0 2px #aaa;
	-moz-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;
}

#head1 a
{
	color:#222;
	text-decoration: none;
	float: right;
	margin-left: 15px;
	padding:5px;
	display:inline;
	font-weight:200;
	border:1px solid #f4f4f4;
	background:rgba(255,255,255,.5);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow: 0 0 2px #aaa;
	-moz-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;
	font-size: 12px;
}

#head-line-1, #head-line-2
{
	text-align: center;
	font-weight: 200;
	line-height: 30px;
}

#head-line-1
{
	font-weight: 900;
}
   .container{
	width:400px;
	margin:100px auto;
	margin-top:110px;
	padding:20px 40px;
	border:1px solid #f4f4f4;
	background:rgba(255,255,255,.5);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow: 0 0 2px #aaa;
	-moz-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;
   }
   .container label{
	font-size: 18px;
	line-height: 36px;
   }
   .container a{
	text-decoration: none;
   }
   .container select{
	border:1px solid rgba(51,51,51,.5);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding: 3px;
	font-size: 16px;
	line-height: 20px;
	width: auto;
	font-family: 'Oleo Script', cursive;
	text-align:center;
   }
