/*
iPhone
*/
@media screen and (min-width: 405px) and (max-width: 550px) {
	
.backtoTop { float:left; width:100%; height:50px; border:0px #00C solid; position:fixed; top:0px; left:0px; z-index:100;}
.backtoTop .backtoTopOpacity {float:left; width:1040px; height:50px; position: absolute; top:0px; left:0px; background-color:#000; opacity:0.6; filter: alpha(opacity=60); -moz-opacity: 0.6;	-khtml-opacity: 0.6; z-index:1;}
.backtoTop .backtoTopButton {margin:0 auto; width:991px; height:50px; text-align:right; position:relative; z-index:5; right:30px; top:5px;}
}



/*
iPad
*/
@media screen and (min-width: 550px) and (max-width: 1050px) {

.backtoTop { float:left; width:100%; height:50px; border:0px #00C solid; position:fixed; top:0px; left:0px; z-index:100;}
.backtoTop .backtoTopOpacity {float:left; width:1040px; height:50px; position: absolute; top:0px; left:0px; background-color:#000; opacity:0.6; filter: alpha(opacity=60); -moz-opacity: 0.6;	-khtml-opacity: 0.6; z-index:1;}
.backtoTop .backtoTopButton {margin:0 auto; width:991px; height:50px; text-align:right; position:relative; z-index:5; right:30px; top:5px;}
}


