* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding: 120px 10px 0 10px;
	color: white;
	background: #8d2a7c url(../images/wings.png) no-repeat center 10px;
}

h2 {
	border-bottom: white 2px solid;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 14px;
}

h3 {
	margin-bottom: 5px;
}

p {
	margin-bottom: 1em;
	clear: bother;
}

input, textarea {
	border: none;
	background: #adafb2;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.text_input, textarea {
float: right;
width: 160px;
padding: 2px;
}

.submit_input {
	background-color: #dbbbd5;
	color: white;
	clear: both;
	font-size: 14px;
	padding: 3px;
	display: block;
	position: relative;
	top: 5px;
	left: 115px;
}
