@charset "utf-8";
/* CSS Document */


#contactform form {
	padding: 5px;
}
#contactform .contact_panel {
	background: #fff url(/images/layout/bg_001.gif) no-repeat right bottom;
}
#contactform .left-contact {
	float:left;
	width:250px;
}
#contactform .right-info {
	float:right;
	width:250px;
	border-left:1px solid #383731;
}
#contactform .right-info h3 {
	margin:0 0 5px 10px;
	padding:0 0 5px 5px;
}
#contactform .right-info p {
	background:transparent url(/images/layout/dotted-line.gif) repeat-x scroll left bottom;
	margin:0 0 5px 10px;
	padding:0 0 5px 5px;
}
#contactform form strong {
	color:#F00;
	font-size:12;
	font-weight:normal;
}
#contactform form em {
	color:#5F7070;
	font-size:0.9em;
	font-style:normal;
}
#contactform label {
	display:block;
	font-size:13px;
	font-weight:bold;
}
#contactform form .submitarea {
	clear:both;
	margin:0 0 10px 12px;
}
#contactform .bg {
	background-color:#2f3e3e;
	padding:3px;
	width:240px;
}

select.txt {
	width:246px;
	font-size:11px;
	border:1px solid #383731;
	font-family:Verdana, Geneva, sans-serif;
}
*:first-child+html select.txt {
	width:246px;
}
*:first-child+html textarea.txt {
	width:240px;
}
#contactform p {
	padding-bottom: 10px;
}
#contactform p input.txt {
	outline:none;
	width:240px;
	font-size:11px;
	border:1px solid #383731;
	font-family:Verdana, Geneva, sans-serif;
}
#contactform p textarea.txt {
	outline:none;
	width:240px;
	font-size:11px;
	border:1px solid #383731;
	font-family:Verdana, Geneva, sans-serif;
}

