html, body { margin: 0; padding: 0; }

#container{
	position: absolute;
	width: 728px;
	height: 90px;
	background-color: #fff;
	overflow: hidden;
}

#overlay{
	position: absolute;
	width:100%;
	height:100%;
	background-color: #fff;
}

#border{
	position: absolute;
	width:100%;
	height:100%;
	border: 1px solid #cecece;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 1000;
    cursor: pointer;
    top:0px;
    left:0px;
}

.images{
	position: absolute;
	width:728px;
	height:90px;
}



#btnWrapper{
    position: absolute;
    top: 0px;
}

#btn{
	top:13px;
	left:0px;
}

#bg{
	width:357px;
	height:76px;
	position:absolute;
	top:7px;
	left:7px;
	overflow:hidden;
	-webkit-border-radius: 8px 0px 0px 8px;
	-moz-border-radius: 8px 0px 0px 8px;
	border-radius: 8px 0px 0px 8px;
	-webkit-transform: translate3d(0px, 0px, 0px);
}


#bg1{
	position:absolute;
	left:-7px;
    top: -7px;
    width:728px;
    height:90px;
}

#txt3{
	position:absolute;
    position: absolute;
    left: -7px;
    top: -7px;
}

#txt4{
    left: 0px;
    top:0px;
}

#iscirkel{
	top:-7px;
	left:-7px;
}

