#info{
margin-top: 250px;
border-left: 2px dashed #6B6B6B;
padding-left: 5px;
color: #6B6B6B;
position: relative;
width: 250px;
float: right;
}

form {
	width:459px;
	margin: 125px auto;
	font-family: 'Fugaz One', cursive;
}

label {
	font-size: 24px;
	display:block;
	margin-top:20px;
	color: #FACBA5;
}

input, textarea {
	font-family: 'Fugaz One', cursive;
	width:439px;
	height:27px;
	background:#efefef;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #dedede;
	padding:10px;
	margin-top:3px;
	font-size:0.9em;
	color:#3a3a3a;
}

input:focus, textarea:focus {
		border:1px solid #97d6eb;
}

textarea {
	height:213px;
	background: #efefef;
}
#submit {
	font-size: 16px;
	color: #FACBA5;
	width:127px;
	height:38px;
	border:none;
	margin-top:20px;
	cursor:pointer;
}

#submit:hover {
		opacity:0.8;
}

