@import url("base.css");

.error { color: #f00; }

.error ul
{
	list-style: square;
	list-style-image: none;
}

#ValSum
{
	margin: 0 0 0 5em;
	text-align: left;
}

#email-form { text-align: right; }
#email-form table { width: 100%; }

#email-form th
{
	font-size: 80%;
	width: 6em;
}

#email-form .text-field
{
	background: #fff;
	border: 1px solid #000;
	font-family: sans-serif;
	width: 99%;
}

#email-form .sent { text-align: center; }

#contact-ip
{
	font-size: 65%;
	font-style: normal;
}