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

#wrapper a{
	cursor:pointer;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}
 .box {
    background-color: #ffffff;
    color: #888888;
    height: auto;
    left: 100%;
    padding: 0px;
    position: fixed;
    margin-right: 50%;
    top: 25%;
    width: 60%;
    z-index: 101;
	border:1px solid #888888;
	border-radius:1px;
	-moz-border-radius:1px;
}
  

a.boxclose {
    background: url("../../assets/img/cancel.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 10px;
    position: relative;
    top: -10px;
    width: 26px;
}