body{
	background:url("glossymetal.jpg") repeat scroll left top transparent;
	
}

#wrapper1{
	color:#000000;
	font-family:tahoma;
	font-size:14px;
	margin:0 auto;
	width:800px;
	
}

#wrapper1 a{
	cursor:pointer;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}

.box {
    /*background-color: #ffffff;*/
    color: Red;
    height: 310px;
    left: 100%;
    padding: 5px 20px 15px 20px;
    position: fixed;
    right: 30%;
    /*top: 10%;*/
    top: 15%;
    width: 730px;
    height:450px;
    z-index: 101;
  
	/*border:5px solid #888888;*/
	border-radius:10px;
	-moz-border-radius:10px;
}
@media (max-width: 400px) {
.box {
    /*background-color: #ffffff;*/
    color: Red;
    height: 310px;
    left: 135%;
    padding: 5px 20px 15px 20px;
    position: fixed;
    right: 30%;
    /*top: 10%;*/
    top: 5%;
    width: 245px;
    height:450px;
    z-index: 101;
  
	/*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: 100;
	opacity:0.5;
}

a.boxclose {
    background: url("cancel.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: -26px; /* 32*/
    position: relative;
    top: -13px; /* -33*/
    width: 26px;
}
.btnpop{
    
}
