﻿@import url("base.css");

address { font-style: normal; }
.error { color: #ffffe1; }

#ValSum
{
	margin-left: 4.5em;
	text-align: left;
}

#info
{
	background: #819f81 url("images/contactinfotop1.png") no-repeat;
	/* color: #ffffe1; */
	float: left;
	padding: 20px 7px 10px 7px;
	text-align: center;
	width: 23%;
}

#info .name
{
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#info .name strong { font-size: 115%; }

#info .phone
{
	display: block;
	margin: 1em 0 0 0;
}

#info address { margin-bottom: 1.5em; }

#email-form
{
	float: right;
	text-align: right;
	width: 74%;
}

#email-form table { width: 100%; }
#email-form th { width: 5em; }

#email-form .text-field
{
	background: #fff;
	border: 1px solid #3f523e;
	width: 99%;
}

#email-form .sent
{
	margin: 3em 0 4em 0;
	text-align: center;
}

#email-form #contact-ip { font-size: 70%; }