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

p{
	font-size:85%;
	margin:0;
	max-width:650px;
}
form{
	width:650px;
	margin:15px auto 10px 20px;
}
label {
	display:inherit;
	font-weight:bold;
}
textarea {
width:400px;
height:150px;
}
.textInput {
width:250px;
}
.warning {
font-weight:bold;
color:#FF0000;
}
