@charset "utf-8";
.contact-wrap {
	height: 320px;
	width: 500px;
	background-image: url(../images/contact-wrap.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	position: fixed;
	z-index: 200;
	margin: 0px;
	top: 20%;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	left: -600px;
}
.contact-frame {
	margin-right: auto;
	margin-left: 25px;
	background-color: #f6f8f8;
}
#CLOSE {
	padding-top: 10px;
	padding-right: 10px;
	visibility: visible;
	z-index: 400;
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	text-decoration: none;
}
#OPEN_CONTACT {
	display: block;
	float: right;
	width: 100px;
	margin: 0px;
	padding-top: 25px;
	padding-right: 5px;
	font-weight: bold;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#CLOSE a {
	display:block;
	width:80px;
	height:50px;
	background:url(../images/close.png) no-repeat center top;
	z-index: 400;
}
* {
}
