html,body{
	position: relative;
}
.oc-menu{
	position: absolute;
	border:1px solid #eee;
	background: #fff;
	margin: 0!important;
	padding: 20px;
	min-width: 100px;
	width: 300px;
	max-width: 300px;
	z-index: 10000;
}
.oc-menu h2{
	margin: 0;
}
.oc-menu p{
	margin: 0;
}
.oc-white{
	width: 600px;
	background: #fff;
	margin: 0 auto;
	padding: 20px;
	min-height: 200px;
	position: relative;
}
.oc-close{
	position: absolute;
	text-align: right;
	height: 20px;
	width: 50px;
	right: 0;
	top:10px;
	z-index: 999999;
}
.oc-close a{
	right: 5px;
	top:0px;
	color:#666;
	position: absolute;
	text-decoration: none;
	font-size:30px;
	font-weight: bold;
}
.oc-close a:hover{
	color:#333;

}
.oc-content{
	position: relative;
}
.oc-content input, .oc-content textarea{
	resize:none;
	width: 485px;
}
.oc-content textarea{
	height: 80px;
}
.oc-content h4{
	font-style: normal!important;
}