.panel{
}
.panel .title{
	display:block;
}
.panel .content{
	display:block;
	padding-top:14px;
	padding-right:17px;
}
.panel .content *{
	color:#464646;
	line-height:22px;
	text-align:justify;
}
.panel .content a{
	color:#3a83c8;
}
.panel .content-bottom{
	display:block;
	height:20px;
}
#contact-panel{
	margin-top:14px;
}
#contact-panel .content{
	border-top:#3a83c8 4px solid;
	border-right:#3a83c8 1px solid;
}
#contact-panel .content-bottom{
	border-right:#3a83c8 6px solid;
}
#contact-left{
	float:left;
}
#contact-right{
	float:right;
}
.clear{
	clear:both;
}
#google-map{
	width:487px;
	height:310px;
	border:#000 1px solid;
	margin-top:12px;
}
.form-input{
	border:#000 0px solid;
	background-color:#ebebeb;
	width:215px;
	height:20px;
}
#contact-right{
	width:391px;
	margin-top:-1px;
}
#contact-right .info{
		font-weight:bold;
}
#contact-right .alert{
	color:#3a83c8;
	margin-top:-1px;
}
#contact-right .form-item{
	margin-bottom:8px;
	*clear:both;
}
#contact-right .item-title{
	display:inline-block;
	width:114px;
	text-align:left;
	vertical-align:top;
	*float:left;
}
#contact-right .item-content{
	display:inline-block;
	width:230px;
	vertical-align:top;
	*float:left;
}
#contact-right #contact-form{
	margin-top:17px;
}
.form-textarea{
	border:#000 0px solid;
	background-color:#ebebeb;
	width:215px;
	height:82px;
	padding:0px;
}
#contact-form .form-button{
	border:#000 0px solid;
	background-color:#3a83c8;
	color:#ffffff;
	margin-top:-7px;
	text-align:center;
	width:66px;
	height:23px;
	padding:0px;
}
#submit-btn{
	margin-right:8px;
}
#contact-form .required{
	vertical-align:top;
	color:#3a83c8;
	margin-top:4px;
	margin-left:8px;
}