
dl {
	margin: 30px 0;
	display: block;
	clear:both;
}

dt {
	margin: 10px 0;
	font-family: "adelle";
	color: #002663;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}

dd {
	float: left;
	width: 230px;
}

input[type="text"] {
	width: 200px;
	padding: 5px;
}

input[type="submit"] {
	padding: 10px 20px;
	background-color: #002663;
	display: inline-block;
	color: #fff;
	font-family: "adelle";
	text-transform: uppercase;
	letter-spacing: .2em;
	border: 2px solid #fff;
	box-shadow:  0 0 10px #888;
	cursor: pointer;	
		transition: all .3s linear;
		-moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		-webkit-transition: all .3s linear;
		-o-transition: all .3s linear;
}

input[type="submit"]:hover {
	background-color: #333;
}

textarea {
	width: 440px;
	padding: 5px;
	min-height: 150px;
}