
#wrapper{
	color:#000000;
	font-family:tahoma;
	font-size:14px;
}

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

.box {
    background-color: #ffffff;
    color: #888888;
    height: 500px;
    left: 27%;
    padding: 0px;
    position: fixed;
    right: 50%;
    top: 25%;
    width: 800px;
    z-index: 101;
	border:5px solid #ffffff;
	border-radius:10px;
	-moz-border-radius:10px;
}

.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: -0px;
    position: relative;
    top: -510px;
    width: 26px;
}

@media only screen and (max-width: 424px){
    .box {
        background-color: #ffffff;
        color: #888888;
        height: 500px;
        left: 10%;
        padding: 0px;
        position: fixed;
        right: 50%;
        top: 20%;
        width: 300px;
        z-index: 101;
        border:5px solid #ffffff;
        border-radius:10px;
        -moz-border-radius:10px;
    }

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

}