form {
	margin: 0;
	padding: 0;
}
form * {
	margin-bottom: 13;
	border: none;
	border-radius: 9px;
	font-size: 20px;
	color: #FFF;
	float: left;
}
input[type="text"] {
	width: 780;
	height: 54;
	background-color: #333;
	padding-left: 30px;
	font-family: Lucidah;
}
input[type="submit"] {
	transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
	width: 150;
	height: 54;
	background-color: #0099FF;
	font-family: Berlinh;
}
input[type="submit"]:hover {
	background-color: #00CC00;
}
textarea {
	width: 780;
	height: 200;
	background-color: #333;
	font-family: Berlinh;
	padding: 30px;
}
#content p {
	font-family: Berlinh;
	font-size: 20;
	color: #333;
}
input.half {
	width: 350;
}
.of {
	float: left;
	width: 60px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-family: Lucidah;
	color: black;
	margin-left: 5px;
	margin-right: 15px;
}