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

input[type=text]
{
	font-size:.85em;
	width:300px;
}
textarea
{
	width:300px;
	height:200px;
	}
	
form { font-size:.85em}

input[type=submit]
{
	width:60px;
	background-color:#06F;
	color:#fff;
	border:none;
	height:25px;
	cursor:pointer;
}

.error 
{
	font-size:.8em;
	font-weight:bold;
	margin-left:8px;
	color:#F00;
	vertical-align:top;
	float:left;

}