#fadebox_show{
	cursor:pointer;
}

div#dim{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url(../images_home/fade.png);
	z-index:200;
	opacity:0;
	display:none;
}

div#fadebox{
	position:absolute;
	float:none !important;
	top:220px;
	width:400px;
	border:2px solid #86c221;
	padding:5px 30px;
	background:url(../images_home/lightboxgradient.png) repeat-x;
	z-index:205;
}

div#fadebox div{
	float:left;
	width:396px;
	margin:2px 0 7px 0;
	font-size:18px;
	color:#545c64;
}

div#fadebox label{
	float:left;
	width:85px;
	height:20px;
	line-height:20px;
	padding-right:15px;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	color:#666666;
}

div#fadebox div#name{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #86c221;
}


div#fadebox input[type=text],div#fadebox textarea,div#fadebox input[type=file]{
	float:left;
	width:290px;
	border:1px solid #CCCCCC;
	padding:2px;
}

div#fadebox textarea{
	height:80px;
}

div#fadebox input[type=button],div#fadebox input[type=submit]{
	float:right;
	margin-left:5px;
	border:none;
	width:55px;
	height:22px;
}

div#fadebox input.blackcancel{
	background:url(../images_home/blackcancel.png);
}

div#fadebox input.upload{
	background:url(../images_home/upload.png);
}

div#fadebox input.cancel{
	width:65px;
	background:url(../images_home/cancel.png);
}

div#fadebox input.submit{
	width:71px;
	background:url(../images_home/submit_green.gif);
}