@charset "utf-8";
/* CSS Document */

body
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#formContent
{
	margin:0 auto;
	width:500px;
	border:1px solid gray;
	background-color:#E0E0E0;
}

.head
{
	font-size:12px;
	color:#00C;
	text-align:right;
}

.tail
{
	font-size:10px;
	color:#F00;
}