.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .7;
	filter: alpha(opacity=80);
}

.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 30%;
	width: 605px;
	height: 375px;
	background: url(../images/cgbm_bg.jpg);
	z-index: 1002;
	overflow: auto;
}

.white_content_small {
	display: none;
	position: absolute;
	top: 20%;
	left: 30%;
	width: 40%;
	height: 50%;
	border: 16px solid lightblue;
	background-color: white;
	z-index: 1002;
	overflow: auto;
}

.yycg_h1 {
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	font-size: 24px;
	font-weight: normal;
	line-height: 20px;
}

.yycg_top {
	text-align: right;
	cursor: default;
	height: 27px;
	margin-top: 5px;
	margin-right: 5px;
}

.yycg_bottom {
	width: 440px;
	height: 240px;
	margin-top: 30px;
	margin-left: 92px;
}

.yycg_bm {
	width: 400px;
	height: 40px;
	background: none;
	border: 2px solid #FFFFFF;
	margin-top: 30px;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 20px;
	text-align: left;
	padding-left: 20px;
}

.yycg_bm1 {
	width: 425px;
	height: 50px;
	margin-top: 30px;
	color: #FFFFFF;
	font-size: 20px;
	background: url(../images/bm_button.png);
	border: none;
	cursor: pointer;
}

.bespokeBtn {
	color: #a3318e;
	background: transparent;
	line-height: 38px;
	text-align: center;
	margin-left: 40px;
	margin-top: 10px;
	width: 118px;
	font-size: 14px;
	cursor: pointer;
	padding: 0 25px 0 25px;
	display: inline-block;
	border: 1px solid #a3318e;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	border-radius: 20px;
	-webkit-border-radius: 20px;
}