#inqForm{
	position: fixed;
	top: 0;
	right: 0;
	max-width: 400px;
	width: 100%;
	height: 100%;
	z-index: 100000;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	box-sizing: border-box;
	padding: 0.5em;
	background: rgba(255,255,255,0.9);
	box-shadow: -1px 1px 5px #999;
	visibility: hidden;
	opacity: 0;
	overflow-y: auto;
}

#inqForm.show{
	visibility: visible !important;
	opacity: 1 !important;
}

#inqForm .center{
	text-align: center;
}

#inqForm h2{
	color: #71A92D;
}

#inqForm table{
	border: 1px solid #CCC;
	width: 100%;
	margin: 10px 0;
}

#inqForm th,td{
	width: 100%;
	padding: 0.3em;
}

#inqForm th{
	background: #FF8000;
	color: #FFF;
}

#inqForm td{
	padding: 0.5em;
	border-top: 1px dotted #CCC;
	border-bottom: 1px solid #CCC;
}

#inqForm #inqSend{
	display: none;
}

#inqForm select,#inqForm input[type=text]{
	height: 30px;
	line-height: normal;
	box-sizing: border-box;
	vertical-align: middle;
	margin: 2px;
}

#inqForm td p{
	margin: 0 2px;
}

#inqForm .contact_btn {
	border: 1px solid #000;
}