@charset "utf-8";

/* Contact Form */

#contact {
	margin:0 10px;
}

#contactForm{
	margin-top:2em;
}
label {
	display:block;
	margin-top:1em;
	font-weight:bold;
}
label em {
	font-weight:normal;
	font-style:normal;
	font-size:0.94em;
}
input.txt {
	display:block;
	width:250px;
	color:#000;
	background:#fff;
}
input.btn {padding:0 0.25em; float:right;}

textarea.txt {
	display:block;
	width:380px;
	color:#000;
	background:#fff;
}
input.txt:focus,
textarea.txt:focus{
	background:#EBEBEB;
	color:#000000;
}
#submitarea{
	margin:10px 0; width:380px;
}

/* right side */

#contact_top{
	background-image:url(images/contact_top.png);
	background-position:top;
	background-repeat:no-repeat;
}
#contact_bottom{
	background-image:url(images/contact_bot.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
#contact_info{
	padding:17px 0px 5px 24px;
}
.errors, .errors strong{
	color:#FF0000;
}