#contactform
{
	width:375px;
	border:#CCCCCC 1px solid;
	padding:0.7em;
	margin:2em 0 2em 0;
	background:#E8E8E8;
}

#contactform ul li
{
	list-style-type:none;
	padding-bottom:0.4em;
}

#contactform label
{
	display:block;
	font-size:0.7em;
	padding-bottom:0.3em;
}

#contactform input, #contactform textarea
{
	border:#CCCCCC 1px solid;
	width:375px;
}

#contactform input.submit
{
	width:65px;
	background:#CCCCCC;
	padding:0.4em;
	cursor:pointer;
}

#contactform input.submit:hover
{
	background:#999999;
}

#error p
{
	color:#990000;
	line-height:100%;
	padding-bottom:1em;
}

#livechat
{
	width:375px;
	border:#CCCCCC 1px solid;
	padding:0.7em;
	background:#E8E8E8;
}

#livechat object
{
	width:100%;
}

h3
{
	color:#990000;
	padding-bottom:0.8em;
}
