@charset "utf-8";
/* Contactphp CSS */


.background {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:-100;
}



.booday {
	Position:relative;
	float:left;
	margin: 100px 0px 0px 17%;
	width:60%;
	height:850px;
	padding:3%;
	background-color:rgba(255,255,255,.61); 
	border:5px solid #FFFFFF;
	border: inset 5px rgba(255,255,255,0.5); 
	border-color:#FFFFFF;
	box-shadow: inset 0px 0px 8px rgba(0,0,0,.4);
	font-size: 32px;
}

.contact {
	font-size: 32px;
	height:100%;
}

.thanks {
	position:absolute;
	left:40%;
	bottom:25px;
	font-size:24px;
}

.subbut {
	width:120px;
	height:40px;
	box-shadow:inset 0px 0px 8px rgba(0,0,0,.89), inset 0px 15px 7px rgba(0,0,0,.08);
}
