@import url(http://fonts.googleapis.com/css?family=Fauna+One|Muli);
#mainform {
	width: 960px;
	margin: 20px auto;
	padding-top: 20px;
	font-family: 'Fauna One', serif;
	display: block;
}
h2 {
	margin-left: 65px;
	text-shadow: 1px 0px 3px gray;
}
h3 {
	font-size: 18px;
	text-align: center;
	text-shadow: 1px 0px 3px gray;
}
#onclick {
	padding: 3px;
	color: green;
	cursor: pointer;
	padding: 5px 5px 5px 15px;
	width: 70px;
	color: white;
	background-color: #123456;
	box-shadow: 1px 1px 5px grey;
	border-radius: 3px;
}
b {
	font-size: 18px;
	text-shadow: 1px 0px 3px gray;
}
#popup {
	padding-top: 80px;
}
.form {
}
input {
}
input[type=button] {
}
textarea {
	width: 80%;
	height: 80px;
	margin-top: 5px;
	border-radius: 3px;
	padding: 5px;
	resize: none;
	border:1px solid #CCC;
}
#contactdiv {
	opacity: 0.92;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}
#logindiv {
	opacity: 0.92;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
	overflow: scroll;
}
#login, #contact {
	width: 60%;
	margin: 0px;
	background-color: white;
	font-family: 'Fauna One', serif;
	position: relative;
	border: 5px solid rgb(90, 158, 181);
}
.img {
	float: right;
	margin-top: -35px;
	margin-right: -38px;
}
#contact {
	left: 50%;
	top: 50%;
	margin-left: -210px;
	margin-top: -255px;
}
#login {
	margin: 43px auto 20px;
}
.additional {
	padding: 20px !important;
}
.additional p {
	text-align: center !important;
}
.additional h4 {
	font-size: 20px !important;
	font-weight: bold !important;
	text-align: center;
}
.btn {
	border: 1px solid black;
	padding: 4px;
	background: rgb(248, 57, 31);
	color: white;
}
