/* CSS Document */
 

#form-wrap {
	width: 450px;
	background: white;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}

#form-area {
	width: 450px;
	margin-top: 10px;
	
}

#form-area input, #form-area textarea {
	padding: 5px;
	width: 400px;
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#form-area textarea {
	height: 20px;
}

#form-area textarea:focus, #form-area input:focus {
	border: 1px solid #900;
}

#form-area input.button {
	width: 200px;
	
}

.warning {
	font-weight: bold;
	color: #F60;
}

form h2 {
	color: #FFF;
	font-size: 80%;
	font-weight: bold;
	margin: 0 0 5px 10px;
}

label {
	font-weight: bold;
	color: #000;
	display: block;
}
