.row {
	width: 999px;
	max-width: 100%;
	min-width: 740px;
	margin: 0 auto;
}
.row:after{
	clear: both
}
.reveal-modal {
	background: #fff;
	visibility: hidden;
	display: none;
	top: 100px;
	left: 50%;
	margin-left: -260px;
	width: 520px;
	position: absolute;
	z-index: 41;
	padding: 30px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.reveal-modal.large {
	width: 60%;
	margin-left: -30%;
}
.reveal-modal>:first-child {
	margin-top: 0;
}
.reveal-modal .row {
	min-width: 0;
	margin-bottom: 10px;
}
.column, .columns {
	float: left;
	min-height: 1px;
	padding: 0 8px;
	position: relative;
}
.two, .row .two {
	width: 16.66667%;
}
.icon-listing span.icons_large, .single-icon-large {
	top: 0;
}
.single-icon-large {
	width: 80px;
	height: 50px;
}
.icon-b5 span.icons_large {
	background-position: -80px -250px;
}
.icon-listing span.icons_large, .common-contact-block .panel span.icons_large, .subheader.icon_head span.icons_large, .single-icon-large span.icons_large {
	width: 80px;
	height: 50px;
	left: 50%;
	position: absolute;
	margin-left: -40px;
	background-repeat: no-repeat;
	background-image: url(/vn/_images/icon_lib_large.png);
}
[class*="column"]+[class*="column"]:last-child {
	float: right;
}
.ten, .row .ten {
	width: 79.33333%;
}
.text-center {
	text-align: center;
}
.reveal-modal>:last-child {
	margin-bottom: 0;
}
.reveal-modal .close-reveal-modal {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
	background: url(/vn/_images/search-close.png) no-repeat 0 0;
	width: 25px;
	height: 25px;
	margin-right: -10px;
	margin-top: -10px;
	cursor: pointer;
}
.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0, 0, 0, 0.45);
	z-index: 40;
	display: none;
	top: 0;
	left: 0;
}
.subheader {
	line-height: 1;
	color: #6f6f6f;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	margin-bottom: 17px;
	font-weight: normal;
}
h3.green-text {
	color: #26922c;
	font-size: 27px
}
.button-blue {
	/* background: -moz-linear-gradient(center top,#0080d6,#006fb4) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(top, #ffd148, #efbd1e); */
	background:url(/vn/_images/bg-btn-disclaim.jpg) repeat-x bottom #ffd147;
	border-color: #0072ba;
	color: #fff;
	border-radius: 3px;
	font-size: 13px;
	padding: 8px 38px 9px;
	border: 1px solid #eeb300;
	width: auto;
	cursor: pointer;
	display: inline-block;
	outline: none;
	text-decoration: none;
	text-align: center;
	font-weight: bolder
}
.button-blue:hover{
	text-decoration: none;
	color: #fff
}