﻿body
{
	margin: 0px;
	padding: 0px;
}
#tp_box_body
{
    position: absolute;
	z-index:9998;
	top: 0px;
	left: 0px;
	background-color:#ffffff;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	font-size: 12px;
	color: #333333;
}
#box_div dl
{
	background-color: #FFFFFF;
	overflow:hidden;
	width: 300px;
	border: 3px solid #64C844;
	border-top:none;
	position: absolute;
	z-index: 9999;
    left:345px;
	font-size: 14px;
	line-height: 1.5em;
	color: #333333;
	font-family: tahoma, Verdana, Arial;
	clear: both;
}
#box_div dd
{
    text-align:center;
    padding:65px 0px 65px 0px;
}
img
{
	border: none;
}
#box_div *
{
/* 通用消除边距偏差 */
	margin:0px;
	padding:0px;
}
#box_div dt
{
    line-height: 26px;
    text-decoration: none;
    background-color: #64C844;
    height: 26px;
    text-align: right;
    color:#FFFFFF; padding-left:5px; padding-right:5px; padding-top:0; padding-bottom:0
}
#box_div dt span
{
    float:left;
    font-weight: bold;
}
#box_div dt a
{
    float: right;
    background-position: left center;
    background-image: url(close.gif);
    background-repeat: no-repeat;
    width: 16px;
    height: 100%;
}
#box_div dt a:hover
{
    background-position: -16px center;
}
