#ihc_form {
	clear:both;
	overflow:hidden;
}
#ihc_form + p {
	display: none;
}
.boxwrap {
	border: 6px solid #F0F0F0;
	height:26px;
	float:left;
	border-radius:6px;
}
#ihc_textbox {
	height:20px;
	width:250px;
	border:1px solid #e0e0e0;
	font-size:14px;
	padding:2px 4px;
	text-transform: uppercase;
	margin:0;
	line-height:18px;
	letter-spacing:2px;
}
#ihc_submit {
	background: -webkit-linear-gradient(#37AAEA 0%, #117ED2 100%) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(#37AAEA 0%, #117ED2 100%) repeat scroll 0 0 transparent;
	background: -o-linear-gradient(#37AAEA 0%, #117ED2 100%) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(#37AAEA 0%, #117ED2 100%) repeat scroll 0 0 transparent;
	background: linear-gradient(#37AAEA 0%, #117ED2 100%) repeat scroll 0 0 transparent;
	background-color: #0178CD;
	border-radius:4px;
	height:32px;
	line-height:30px;
	border:none;
	color:#ffffff;
	width:100px;
	font-weight:normal;
	font-size:13px;
	padding:0;
	margin: 3px 0 0 6px;
	float:left;
	cursor:pointer;
	text-shadow: 0 -1px 0 rgba(66, 66, 66, 0.6);
}
#ihc_submit:hover {
	background: -webkit-linear-gradient(#2F90D5 0%, #0351B7 100%) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(#2F90D5 0%, #0351B7 100%) repeat scroll 0 0 transparent;
	background: -o-linear-gradient(#2F90D5 0%, #0351B7 100%) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(#2F90D5 0%, #0351B7 100%) repeat scroll 0 0 transparent;
	background: linear-gradient(#2F90D5 0%, #0351B7 100%) repeat scroll 0 0 transparent;
	background-color: #0178CD;
}
.find_serial {
	font-size: 10px; 
	width:300px;
	height:26px; 
	vertical-align:baseline; 
	float:left;
	margin-left:15px;
	padding-top:10px;
	color:#666666;
	line-height:14px;
}
#ihc_msgs {
	 min-height:0;
}
#ihc_msgs .ihc_msg {
	color:#333;
	font-weight:bold;
	display:none;
}
#ihc_msgs .ihc_msg.show {
	display:inline-block;
	position: relative;
	background: #f9f9f9;
	border: 1px solid #e0e0e0;
	padding:15px 18px;
	min-width:150px;
	max-width:490px;
	margin-top:12px;
	margin-bottom: 12px;
	border-radius:4px;
	animation: reveal_msg 0.8s;
	-webkit-animation: reveal_msg 0.8s;
}
#ihc_msgs .ihc_msg.show:after, #ihc_msgs .ihc_msg.show:before {
	bottom: 100%;
	left: 138px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#ihc_msgs .ihc_msg.show:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #f9f9f9;
	border-width: 12px;
	margin-left: -12px;
}
#ihc_msgs .ihc_msg.show:before {
	border-color: rgba(204, 204, 12, 0);
	border-bottom-color: #e0e0e0;
	border-width: 13px;
	margin-left: -13px;
}
@-webkit-keyframes reveal_msg {
	0% {
		opacity: 0.0;
	}
	100% {
		opacity: 1.0;
	}
}
@keyframes reveal_msg {
	0% {
		opacity: 0.0;
	}
	100% {
		opacity: 1.0;
	}
}
