@import url("standard.css");
#shadowing
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}
#box 
{
	display: none;
	position: fixed;
	top: 10%;
	left:25%;
	width:600px;
	height:450px;
	padding: 48px 10px 10px 20px;
	margin:0;
	background-color: #b8b8b7;
	z-index:100000;
	overflow: auto; border-radius:5px; 
}

#boxtitle
{
	position:absolute;
	float:center;
	top:-2px;
	left:-5px;
	width:515px;
	height:36px;
	padding:0;
	padding:10px;
	margin:0;
	background:url(../images/miningtitle.png) no-repeat; font-family: "PT Sans Narrow";font-size:20px;
	color:white;
	text-align:left;
}

#box input[type="text"] {
    background:url(../images/miningin.png) no-repeat;
    height:23px; border:none;
    padding: 5px;
}
#box select {
   background:url(../images/miningin.png) no-repeat;
    border:none; height:31px;
    padding: 5px;
}
#box textarea {
    background:url(../images/miningarea.png) no-repeat;
    border:none;
    padding: 5px;
	  resize: vertical; font-size:13px; width:480px; height:128px !important;
}
.close
{
	background:url(../images/close2.png) no-repeat; width:16px; height:16px; float:right; position:relative; margin-top:-490px; right:-5px;
}