* {
	margin:  0px;
	padding: 0px;
}

html {
	background-color: #ffffff;
}

body {
	overflow:   hidden;
	background-color: #ffffff;
	padding: 0px;
}

img {
	border:none;
}

#page-wrap {
	position:			relative;
	width:  		    270px;
 	height: 		    240px;
 	top:			    150px;
 	margin: 		    0px auto;
 	z-index:			400;
}

#supersized {
    top               : 0px;
    bottom            : 0px;
    left              : 0px;
    right             : 0px;
    position          : absolute;
}

#supersized img{ 
	-ms-interpolation-mode: bicubic; 
	width: 100%;
	height: 100% ;
}

div.popover_message {
  top 		: 0px;
  z-index	: 200;
}

.buttonClass {
	font-size:15px;
	font-family:Arial;
	width:350px;
	height:45px;
	border-width:1px!important;
	color:#666666;
	border-color:#d6d9de!important;
	font-weight:bold;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	box-shadow: 0px 1px 0px 0px #ffffff;
	background:#f6f6f6;

	opacity: 1;
  	transition: opacity 0.2s ease-in-out;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
  }
  
  .buttonClass:hover {
	opacity: 0.8;
  }