@charset "utf-8";
/* CSS Document */
/* ------------- form styles */

form {
	width: 80%;
	margin: 15px auto 10px 20px;
}

label {
	display: block;
}

textInput {
	width: auto;
}

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

.success {
	font-weight: bold;
	color: #FF9900;
}
