/* CSS Document */


body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 50px;
}

input.text
{
	width:150px;
	margin:0;
}

a
{
	color:#003466;
	text-decoration:none;
}

a:hover
{
	color:#003399;
	text-decoration:none;
}
.content
{
	width:350px;
	height:350px;
}
.copy
{
	margin-top:50px;
	font-size:10px;
	border-top: 1px solid #CCCCCC;
	width:400px;
}

.error
{
	color:#FF0000;
	font-weight:bold;
}