
#wrapper
{
	color:#000000;
	font-family:tahoma;
	font-size:14px;
	margin:0 auto;
	width:800px;
	margin-top:50px;
}

#wrapper a{
	cursor:pointer;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}

.box {
    background-color:#999999;
    color: #888888;
    height:auto;
    left: 100%;
    padding: 20px;
    position: fixed;
    right: 30%;
    top: 25%;
    width:685px;
    z-index: 10000;
	border:5px solid #888888;
	border-radius:10px;
	-moz-border-radius:10px;
}

.overlay {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
	opacity:0.5;
	filter: alpha(opacity=50);
}
/*
a.boxclose {
    background: url(../images/cancel.png) repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 32px;
    position: relative;
    top: -33px;
    width: 26px;
}
*/
.box_content_heading
{
height:42px;
padding-top:10px;
padding-left:10px;
width:672px;
color:#fff;
font-size:15px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
background:webkit-linear-gradient(rgb(16, 168, 70), rgb(61, 208, 147));
}
.box_content_heading_left
{
height:30px;
width:300px;
float:left;
background:#CCCCCC;
margin-right:5px;
padding-top:10px;
padding-left:10px;
font-size:15px;
font-weight:bold;
color:#68ad00;
font-family:Arial, Helvetica, sans-serif;
border-bottom:1px solid #ccc;
}
.box_content_left
{
height:250px;
width:320px;
margin-right:1px;
float:left;
border-right:1px solid #ccc;
}
.box_content_right
{
height:250px;
width:360px;
float:left;
background:#fff;
}