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

body {
	background-color:#FFFFFF;

	color:#252525
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #666666;
	}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px
	}
p {
	font-size:60%
	margin:0 0 5px 25px	
	max-width: 650px;
	}
form {
	width:400px;
	margin:15px auto 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	}
label {
	display:block;
	font-weight:bold;
	}
textarea {
	width:400px;
	height:150px;
	}
	.textInput {
	width:250px;
	}			
	.warning {
	font-weight:bold;
	color:#FF0000;
	}