#contact_box {
	width:180px;
	margin-bottom:15px;
	margin-top:-5px;
	
}
#contactleftmenu{
	width: 175px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-align:left;
	margin-left: auto;
	margin-right: 24px;
	position: relative;
	z-index: 200;
}

#contact_top {
	background-image: url(../images/contact_top_leftmenu165.png);
	height:32px;
	background-repeat:no-repeat;
}

#contact_middle {
	padding:0px 20px 0px -25px;
	background-repeat: no-repeat;
}

#contact_bottom {
	height:14px;
}

#contact_box p {
	margin:0px;
	padding:3px 0px;
	margin-left:5px;
	font-family: Arial, sans-serif;
	font-size:13px;
	color:#656464;
}

#contact_box p strong {
	color:#333333;
	font-weight:bold;
}

#contact_box p a {
	color:#3f5e92;
	font-weight:bold;
	text-decoration:none;
}

#more_info_box {
	position:relative;
	padding-top:10px;
	width: 160px;
	padding-left:0px;
}

#more_info_box_top {
	background-image: url(../images/inside_box_top-lftsidemenu.png);
	width:170px;
	height:6px;
}

#more_info_box_middle {
	background-image: url(../images/inside_box_middle-lftsidemenu.png);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-bottom:20px;
	width:170px;
}

#more_info_box_middle form {
	margin:0px;
}

#more_info_box_bottom {
	background-image: url(../images/inside_box_bottom-lftsidemenu.png);
	height:5px;
	width:170px;
}

#contact_errors p {
	font-size:10px;
	font-style:italic;
	padding:0px;
	color:#A50001;
}

#required_field_label {
	font-style:italic;
}

#more_info_box input, #more_info_box textarea {
	width:144px;
}

#more_info_box #contact_submit {
	position:absolute;
	bottom:7px;
	left:10px;
	width:60px;
}
#more_info_box #contact_close {
	position: relative;
	bottom:-3px;
	left:10px;
	width:60px;
}

#more_info_box p {
	padding:0px;
	margin:0px;
	color:#3D3D3D;
	font-size:11px;
}

#more_info_box a {
	font-family: Arial, sans-serif;
	text-decoration:none;
	color:#3f5e92;
	font-size:11px;
	float:right;
	margin-top:5px;
	margin-right:30px;
	position:absolute;
	bottom:10px;
	right:-10px;
}

