#google {
	float: left;
	width: 175px;
	border: 1px solid #CCC;
	font-size: 10px;
	color: #555;
	text-align: center;
	padding-bottom: 10px;
}

#google input {
	margin: 2px;
	padding: 0;
	vertical-align: middle;
}

#wrap {
	position: relative;
}

.modal-container {
	position: absolute;
	left: 50%;
	top: 50%;
}

.modal {
	position: absolute;
	left: -340px;
	top: 215px;
	*top: -215px;
	width: 640px;
	height: 390px;
	background-color: #FFF;
	border-radius: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	padding: 20px;
	text-align: center;
	z-index: 10000;
	float: left;
}

.fade {
	position: absolute;
	display: none;
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	*width: 0;
	*height: 0;
	opacity: .80;
	z-index: 9999;
}

