@charset "utf-8";
/* CSS Document */

/* Flash Message Styles */
.flash-message {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: center;
}

.flash-error {
	background-color: #ffaaaa;
}

.flash-success {
	background-color: #aaffaa;
}

/* Form Styles */

.form-error {
	background-color: #ffaaaa;
}

.fieldstyle {
	padding: 2px;
	border: 1px solid #000000;
	float: left;
}

.form-label {
	font-weight: bold;
}

.form-subtitle {
	text-size: 90%;
}

.form-full {
	width: 400px;
}

.form-half {
	width: 192px;
}

select.form-half {
	width: 197px;
}

.form-third {
	
}

.form-city {
	width: 253px;
}

.form-state {
	width: 35px;
}

.form-zip {
	width: 80px;
}

.form-hspace {
	width: 10px;
	height: 10px;
	float: left;
}

.form-vspace {
	height: 10px;
	clear: both;
}