			#SubContactUsBox{
				position: fixed;
				top: 236px;
				left: 50px;
				z-index: 10000;
				float: left;
				width: 240px;
				background: #e4e4e6;
				display: none;
				padding-bottom: 14px;
				margin-bottom: 10px;
				//border: 1px solid #2994ff;
				box-shadow: 1px 0px 13px 0px #999;
				border-top-right-radius: 15px;
				border-bottom-right-radius: 15px;
				border-bottom-left-radius: 15px;
			}

			.logoContact{
				//background: #666;
				//width: 200px;
				height: 32px;
				float: left;
				margin-top: 8px;
				margin-left: 15px;
				margin-bottom: 3px;
			}
			.logoContact img{
				width: 32px;
				height: 32px;
				float: left;
			}
			a .textContact:hover{
				color: #2994ff;
				text-decoration: underline;
			}
			a {
				text-decoration: none;
				
			}
			.textContact{
				font: 13px vlkwebfont;
				color: #666;
				
				float: left;
				//background: #999;
				margin-left: 8px;
				margin-top: 5px;
			}