
#wrapperr{
	color:#000000;
	font-family:tahoma;
	font-size:14px;
	margin:0 auto;
	width:400px;
	margin-top:0px;
}

#wrapperr a{
	cursor:pointer;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}

@media screen and (min-width: 320px) {
.box {
    background-color:transparent;
    color: #888888;
    height: 205px;
    left: 0%;
    padding: 0px;
    position: fixed;
    right: 0%;
    top: 10%;
    width: 90%;
    z-index: 101;
	border:0px solid #888888;
	border-radius:0px;
	-moz-border-radius:0px;
}
}

@media screen and (min-width: 600px) {
.box {
    background-color:transparent;
    color: #888888;
    height: 205px;
    left: 50%;
    padding: 0px;
    position: fixed;
    right: 0%;
    top: 10%;
    width: 400px;
    z-index: 101;
	border:0px solid #888888;
	border-radius:0px;
	-moz-border-radius:0px;
}

}

.overlay {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
	opacity:0.5;
}

a.boxclose {
    background: url("cancel.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 32px;
    position: relative;
    top: 0px;
    width: 26px;
}