/* CSS Document */
 
h1, h2 {
	margin: 0 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	text-align: left;
} 

p {
	margin: 0 auto 1em 0;
	padding: 0 05px;
	font-size: 85%;
	line-height: 1.4;
	color: #000;
}

#form-wrap {
	width: 500px;
	background: white;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	float: none;
}

#form-area {
	width: 500px;
	margin-top: 5px;
	margin-left: 20px;
}

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

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

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

#form-area input.button {
	width: 145px;
	height: 33px;
	font-size: 115%;
	background-color: #000;
	background-image: url(../images/button_bg.png);
	
}

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

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

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