body{
	background: url(../img/bg.jpg) repeat;
	color: #fff;
}
.header.logo{
	width:94%;
	height: 81px;
	margin: 3%;
	display: block;
	background: url(../img/logo_w.png) center center/contain no-repeat border-box border-box;
}
.container{
	/*display: table;*/
	width: 40%;
	margin: 0 auto;
}
label{
	font-size: 18px;
	margin: 0.6em 0;
}
label, input, textarea{
	display: block;	
}
input, textarea{
	width: 100%; /*300px;*/
	border-radius: 20px;
	outline: none;
	padding: 10px;
	font-family: "Helvetica","Calibri","Times New Roman","Arial","Georgia";
	font-size: 1.2em;
	color: #676767;
	border: solid 2px #98d4f3;	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
input:focus, textarea:focus{
	border: solid 2px #77bde0;	
}

textarea{
	height: 100px;	
	resize: none; 
	overflow: auto;
}

input[type="submit"]{
	background-color: #F90;
	color: white;
	height: 50px;
	cursor: pointer;
	margin-top: 30px;
	font-size: 1.29em;
	font-family: 'Sniglet', cursive;
}

.msg{
	font-size: 24px;
	padding: 20% 0;
	font-family: "Georgia", "Times New Roman";
}