#box_holder {
	width:200px;
	margin-bottom:5px;
}
#box_holder .topleft {
	background: url(../images/box_bg_topleft.png) no-repeat;
	height:25px;
	width:200px;
	color: #CC6600;
	padding-top:3px;
	text-align:center;
	font-weight:bold;
	font-size:13px;

}
#box_holder .topright {
	background: url(../images/box_bg_topright.png) no-repeat;
	height:25px;
	width:200px;
	color:#FFFFFF;
	padding-top:3px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}
#box_holder .bottom {
	background:url(../images/box_bg_bottom.png) no-repeat bottom;
}

#box_holder .btn a{
color: #FFFFFF;
background:#006699;
text-decoration: none;
padding:0px 2px 0px 2px;
border-bottom:2px #004080 solid;
border-left:2px #0066CC solid;
border-top:2px #0066CC solid;
border-right:2px #004080 solid;
}
#box_holder .btn a:hover {
color: #FFFFFF;
background:#006699;
text-decoration: none;
padding:0px 2px 0px 2px;
border-bottom:2px #0066CC solid;
border-left:2px #004080 solid;
border-top:2px #004080 solid;
border-right:2px #0066CC solid;
}
#td_hover{
cursor: crosshair;
}
#td_hover:hover{
background: #FF9D9D;
}
#td_hover:active{
background:#7DBEFF;
} 