
/* CSS Document */
 
#form-wrap {
	width: 360px;
	padding: 10px 10px 10px 10px;
	margin: 0px auto;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#form-area {
	width: 300px;
	margin-top: 0px;
	
}

#form-area input, #form-area textarea {
	padding: 0px;
	width: 300px;
	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: 200px;
	
}

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

form h2 {
    color: #036;
    font-weight: bold;
    margin: 0 0 5px 10px;
}

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