/* The bouncing box */
#boxdrop
{
	background:url('images/box_bg.jpg') repeat-x center top #fcfcfc;
	padding:0 20px 20px 20px;
	width:530px;
	/*font-family:'Myriad Pro',Arial,Helvetica,sans-serif;*/
	-moz-border-radius:0px 0px 10px 10px;
	-webkit-border-radius:0px 0px 10px 10px;
	border-radius:0px 0px 10px 10px;
	-moz-box-shadow: 0px 0px 25px #000;
	-webkit-box-shadow: 0px 0px 25px #000;
	box-shadow: 0px 0px 25px #000;
	z-index:48;
}

.bounce_box_close
{
	/*background:url(../images/close.png) no-repeat top right;
	width:15px;
	height:15px;*/
	left:405px;
	position:relative;
	top:0px;
	right:0px;
}

.close_img
{
	/*position:absolute;
	right:0;
	top:0;*/
	width:15px;
}

#boxdrop img
{
	border:none;
}

.boxlight{
	border:1px solid #fcfcfc;
	color:#494848;
	text-shadow:1px 1px 0 white;
	margin-top:168px;
}
.boxlight a{
	color:#494848;
	text-decoration:none;
}
.boxdark{
	border:1px solid #333333;
	color:#cecece;
	text-shadow:1px 1px 0 #000;
	margin-top:168px;
}
.boxdark a{
	color:#ff9900;
	text-decoration:none;
}