@charset "utf-8";
/* CSS Document */
body {
	color:#252525;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}
h1 {
	margin:0 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:150%;
	color:#999;
}
p {
	font-size:85%;
	margin:0 0 5px 25px;
	max-width: auto;
	color: #999;
}
form {
	width:auto;
}
label {
	display:block;
	font-weight:bold;
}
textarea {
	width:400px;
	height:150px;
}
.textInput {
	width:250px;
}
legend {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:100%;
	color:#999;
}
.warning {
	font-weight:bold;
	color:#F00;
}
.success {
	font-weight:bold;
	color:#03F;
}
