* {
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 0;
}

body {
	background: black;
	font-family: Verdana, Helvetica, Arial, sans, sans-serif, serif;
	font-size: small;
	cursor: default;
}

h1, h2, h3, h4, h5 {
	color: red;
}

h1.adtitle {
	font-size: 16pt;
}

h2.services {
	font-size: small;
	font-weight: normal;
	color: black;
}

h2.location {
	font-size: medium;
	color: navy;
}

strong {
	color: navy;
}

/* IE fixing */
div {
	zoom: 1;
}

a {
	text-decoration: none;
	font-weight: bold;
	
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover {
	color: red;
}

hr {
	border: 1px gray solid;
	border-bottom: 1px white solid;
	margin: 10px;
}

ol > li, ul > li {
	list-style-position: inside;
}
ul > li {
	margin-left: 20px;
}

.faq > li {
	margin: 10px 0px;
}

ul.faq {
	list-style: none;
}

ol.faq {
	list-style-color: red;
}

p {
	margin: 5px 0;
}

#header {
	width: 100%;
	background: url('../img/header-bg.jpg') center center;
	height: 64px;
	position: fixed;
	z-index: 10;
}

#mainbody {
	background: white;
	width: 100%;
	padding-top: 110px;
	padding-bottom: 20px;
}

#bodyhead {
	text-align: center;
}

#logo {
	display: inline-block;
	width: 350px;
	height: 64px;
	background: url('../img/graphs.png') 0 0;
}

#subheader {
	padding: 10px;
	text-align: right;
	color: white;
	float: right;
}

#subheader > a {
	color: white;
}

#subheader > a:hover {
	color: navy;
}


#mainmenu {
	border-top: 1px silver solid;
	position: relative;
	width: 100%;
	background: #333;
	box-shadow: 0 5px 10px black;
	margin-top: -5px;
}

#mainmenu > .contentwrap {
	text-align: center;
}

#breadcrumbs {
	line-height: 35px; 
}

#leftcol, #centercol, #rightcol {
	display: table-cell;
	vertical-align: top;
}

#leftcol {
	width: 150px;
}

#leftcol > * {
	width: 150px;
}

#centercol {
	min-width: 680px;
	padding-left: 10px;
	padding-right: 10px;
}

#rightcol {
	width: 150px;
}

#footer {
	font-size: x-small;
	min-height: 75px;
	color: white;
	line-height: 35px;
}

#footer > .contentwrap {
	text-align: center;
}

#legals a {
	font-size: small;
	padding: 0 5px;
	color: silver;
	border-right: 1px silver solid;
}

#legals a:last-child {
	border: none;
}


#legals a:hover {
	color: white;
}

#copyright {	
	text-align: center;
}

#sitemap {
	display: inline-block;
}

#sitemap > div {
	text-align: left;
	display: inline-block;
	margin: 15px;
	vertical-align: top;
}

#sitemap > div > h2 {
	font-weight: bold;
	color: red;
}

#sitemap > div a {
	display: block;
	font-size: small;
	color: gray;
	margin: 0;
	padding: 3px;
	line-height: 1em;
}

#sitemap > div > div {
	margin-bottom: 10px;
}

#sitemap > div a:hover {
	color: white;
}

.contentwrap {
	left: 0;
	right: 0;
	margin: auto;
	width: 1000px;
	min-width: 1000px;
}

#indexgrid {
	width: 1000px;
}

div.gridpanel {
	width: 680px;
}

.gridpanel > a {
	vertical-align: top;
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 6px;
	background: black;
	overflow: hidden;
	width: 130px;
	height: 232px;
	color: black;
	border: 1px silver solid;
	box-shadow: 2px 2px 5px gray;
}

.gridpanel > a > .grideleminfo {
	margin-top: -5px;
	padding: 2px;
}

.gridpanel > a > .grideleminfo > h4 {
	color: white;
	font-weight: normal;
	font-size: 10pt;
}

.gridpanel > a > .grideleminfo > h5 {
	color: white;
	font-weight: normal;
	font-size: x-small;
}

.gridpanel > a > .gridelemoverlay {
	display: none;
	position: absolute;
	width: 100%;
	color: white;
	background: black;
	opacity: 0.9;
	font-size: small;
	width: 130px;
	height: 232px;
	overflow: auto;
}

.gridpanel > a > .gridelemoverlay > div {
	padding: 5px;
}

.gridpanel > a > img {
	width: 130px;
	height: 200px;
}

.gridpanel > a.size2 > img, .gridpanel > a.size3 > img, .gridpanel > a.size4 > img, .gridpanel > a.size5 > img {
	height: 232px;
}

.gridpanel > a.size2 > .gridelemoverlay, .gridpanel > a.size3 > .gridelemoverlay, .gridpanel > a.size4 > .gridelemoverlay, .gridpanel > a.size5 > .gridelemoverlay {
	height: 232px;
}

.gridpanel > a.size2, .gridpanel > a.size2 > .gridelemoverlay, .gridpanel > a.size2 > img {
	width: 266px;
}

.gridpanel > a.size3, .gridpanel > a.size3 > .gridelemoverlay, .gridpanel > a.size3 > img {
	width: 402px;
}

.gridpanel > a.size4, .gridpanel > a.size4 > .gridelemoverlay, .gridpanel > a.size4 > img {
	width: 538px;
}

.gridpanel > a.size5, .gridpanel > a.size5 > .gridelemoverlay, .gridpanel > a.size5 > img {
	width: 674px;
}

#infocard, #gridfilters {
	padding: 5px;
	background: #ddd;
	color: black;	
	border: 1px silver solid;
	margin-bottom: 10px;
	width: 668px;
}

#infocard > .infoleft, #infocard > .inforight {
	vertical-align: top;
	display: inline-block;
}

#infocard > .infoleft {
	width: 505px;
}

#infocard > .inforight {
	width: 140px;
	float: right;
}

#infocard .desc {
	font-size: small;
	text-align: justify;
	overflow: auto;
	max-height: 200px;
	padding-right: 5px;
}

#infocard > table {
	width: 480px;
	display: inline-block;
}

#admedia > div:not(.tabs) {
	clear: both;
	width: 666px;
	height: 490px;
	background: url('../img/watermark.png') center center;
	display: inline-block;
}

#admedia.diamondad {
	background: url('../img/diamondbg.png') top right no-repeat;
}

#photos > div > a, .boxedimg {
	margin: 5px;
	padding: 10px;
	border: 1px gray solid;
	background: white;
	border-radius: 10px;
	box-shadow: 2px 2px 10px black;
}

#photos > div > a > img {
	height: 348px;
	border: 1px gray solid;
	cursor: pointer;
	margin-top: -44px;
}


#videos > div:not(.videolist) {
	margin: 10px;
	background: black;
	border: 1px black solid;
	box-shadow: 2px 2px 10px black;
}

 #videos > .videolist {
 	text-align: center;
 }

 #videos > .videolist > span  {
 	color: gray;
 	display: inline-block;
 	text-align: center;
 	background: white;
 	margin: 5px;
	border: 3px gray solid;
	box-shadow: 2px 2px 10px black;
	width: 30px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}

 #videos > .videolist > span.selected  {
	border: 3px red solid;
	color: red;
}

#socials {
	width: 140px;
	text-align: center;
}

#socials > a {
	vertical-align: top;
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url('../img/graphs.png');
	margin: 5px 2px;
}

#socials > a.twitter {
	background-position: -274px -73px;
}

#socials > a.facebook {
	background-position: -239px -73px;
}

#socials > a.gplus {
	background-position: -310px -73px;
}

#socials > a.email {
	background-position: -236px -73px;
}

#slidercontrols {
	margin-top: 380px;
	height: 60px;
	padding: 10px;
	text-align: center;
}

#slidercontrols > div {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	margin: 2px;
}

#slidercontrols > div > img {
	width: 100%;
	height: 100%;	
	border: 1px gray solid;
	padding: 2px;
	background: white;

	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#slidercontrols > div > img.selected {
	background: red;
}


#slidernext, #sliderprev {
	background-image: url('../img/graphs.png');
}

#slidernext {
	background-position: -62px -66px;
}

#sliderprev {
	background-position: -10px -66px;
}

.adbanners {
	width: 130px;
	position: absolute;
	text-align: right;
}

.new, .updated, .vipdiamond, .vipgold, .vipsilver {
	position: absolute;
	right: 0;
	width: 34px;
	height: 34px;
	background-image: url('../img/graphs.png');
}

.new {
	background-position: -351px -2px;	
	width: 57px;
	height: 57px;
}

.updated {
	background-position: -351px -64px;	
	width: 57px;
	height: 57px;
}

.vipdiamond {
	background-position: -410px -3px;
}

.vipgold {
	background-position: -446px -3px;
}

.vipsilver {
	background-position: -482px -3px;
}

.lastdays {
	position: absolute;
	width: 20px;
	height: 200px;
	background: url('../img/graphs.png') -530px -41px;
}

.holidays {
	position: absolute;
	width: 20px;
	height: 200px;
	background: url('../img/graphs.png') -555px -41px;
}

.gridpanel > a.size2 > div.lastdays,.gridpanel > a.size3 > div.lastdays,.gridpanel > a.size4 > div.lastdays,.gridpanel > a.size5 > div.lastdays {
	height: 232px;
}

.phonenum {
	float: right;
	width: 190px;
}

div.hiddenphone > span, div.phones > span {
	display: block;
	font-size: x-large;
	font-weight: bold;
}

.phonenum > div {
	cursor: pointer;
	color: white;
	text-align: center;
	padding: 5px 0;
	width: 190px;
	background: navy;
	box-shadow: 5px 5px 10px black;
	position: absolute;
	z-index: 2;
	border-radius: 10px;
}

.shownphone, .phoneloading {
	display: none;
}

.phoneloading {
	display: none;
	width: 190px;
	height: 48px;
	background: url('../img/loading.gif') center center no-repeat;
}

.extrainfo td {
	min-width: 180px;
	vertical-align: top;
}

.extrainfo td.characteristics {
	max-width: 200px;
}

td.characteristics > p, td.services > p {
	font-size: small;
}

.cardfoot {
	clear: both;
}

.cardfoot > div.gridpanel {
	margin-right: -5px;
}

.localphoto {
	display: block;
	width: 140px;
	margin-bottom: 10px;
}

.gridpanel > a.frontbanner {
	height: 200px;
	box-shadow: 2px 2px 5px gray;
}

#indexbox {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.sidebanner {
	display: block;
	margin-bottom: 5px;
	box-shadow: 2px 2px 5px gray;
}

.sidebanner > img {
	width: 150px;
}

.centerbanner, .gridpanel > a.gridbanner {
	display: block;
	width: 680px;
	text-align: center;
}

.gridpanel > a.gridbanner {
	border: none;
	height: auto;
	background: none;
	box-shadow: none;
}

.gridpanel > a.gridbanner > img {
	width: auto;
	height: auto;
}

.centerbanner > img {
	max-width: 680px;
}

.topbanner {
	display: block;
	width: 1000px;
	text-align: center;
}

.topbanner > img {
	max-width: 1000px;
}

.provselection {
	border: 1px gray solid;
	vertical-align: top;
	margin: 10px;
	display: inline-block;
	text-align: left;
	box-shadow: 3px 3px 5px gray;
}


.provselection > h2 {
	background: navy;
	text-align: center;
	color: white;
}

.provincelinks {
	margin: 10px;
}

.provincelinks > div {
	border-left: 1px silver solid;
	vertical-align: top;
	margin: 5px 0;
	padding: 0 10px;
	display: inline-block;
	text-align: left;
}

.provincelinks > div > h3 {
	margin-bottom: 5px;
}

.provincelinks > div:first-child {
	border-left: none;
}

.provincelinks > div > a {
	display: block;
	margin: 3px 0;
}

#provincelinks > a:hover {
	color: red;
}

.centered {
	text-align: center;
}

#adsep {
	margin-top: 25px;
}

.gridpanel > a.wide {
	background: black;
	width: 678px;
}

div.adtext {
	background: silver;
	font-size: small;
	font-weight: normal;
	color: black;
	padding: 5px;
	margin-left: 130px;
	position: absolute;	
	width: 538px;
	height: 222px;
	overflow: hidden;
}

a.catlink {
	background: silver;
	text-align: center;
	border: 1px gray solid;
	color: navy;
	overflow: hidden;
	padding: 10px;
	width: 110px;
	height: 212px;
}

a.catlink:hover {
	background-color: navy;
	color: white;
}

.smalltext {
	font-size: small;
}

.phoneup {
	width: 100%;
	height: 20px;
	background: url('../img/graphs.png') -530px -41px;
}

#provselector {
	/* 
	float: right;
	margin: 5px;
	*/
}

#provselector {
	display: block;
	width: 100%;
	height: 25px;
	border: none;
	vertical-align: middle;
}

.underlined {
	text-decoration: underline;
}

.blink {
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
 
#phonetut {
	display: none;
}

.tabbedbox > div.tabs, .titleblock {
	background: silver;
	text-align: center;
	font-size: small;
	font-weight: bold;
	border: 1px gray solid;
	margin-bottom: 10px;
	padding-top: 10px;
}

.titleblock {
	padding: 10px;
}

.tabbedbox > div.tabs > span {
	margin-top: 10px;
	margin-right: 2px;
	color: white;
	background: #333;
	display: inline-block;
	line-height: 30px;
	padding: 0 10px;
	border-right: 1px gray solid;	
	cursor: pointer;
	vertical-align: bottom;
	border-radius: 10px 10px 0 0;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.tabbedbox > div.tabs > span:hover {
	background: red;
}
 
.tabbedbox > div.tabs > .selected {
	background: navy;
}

#admedia {
	margin-bottom: 10px;
}

#admedia > div {
	border: 1px gray solid;
}

#admedia > div.tabs {
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
}

.white {
	color: white;
}

.big {
	font-size: xx-large;
}

.paginator {
	border-top: 1px silver solid;
	text-align: right;
}

#menubar {
	list-style: none;
	display: inline-block;
	font-size: small;
	height: 27px;
	height: 31px\9;
}

#menubar > li {
	display: table-cell;
	border-left: 1px silver solid;
	text-align: center;
	color: white;
	font-weight: bold;
}

#menubar a, #moreservices > span.menuitem {
	color: white;
	display: block;
	line-height: 30px;
	height: 30px;
	min-width: 65px;
	padding: 0 5px;
}

#menubar > li:first-child {
	border-left: none;
}

#menubar li.selected, #menubar li > a:hover {
	color: white;
	background: red;
	box-shadow: 0 0 10px white;
}

#menubar li.selected {
	background: navy;
}

#moreservices > span.menuitem {
	display: block;
}

#moreservices > .submenu {
	position: absolute;
	background: #333;
	box-shadow: 5px 5px 10px black;
	min-width: 105px;
	display: none;
}

#moreservices > .submenu > ul {
	list-style: none;
}

#moreservices > .submenu > ul > li {
	margin-left: 0;
	border-top: 1px silver solid;
}

#moreservices:hover > .submenu {
	display: block;	
}

.blogpost {
	margin-bottom: 20px;
}

.blogpost > div {
	margin: 10px 0;
}

fieldset {
	background: white;
	border: 1px gray solid;
	padding: 5px;
	margin-bottom: 10px;
	box-shadow: 2px 2px 5px black;
}

fieldset > .form_fieldset_name {
	font-size: large;
	color: navy;
}

.fieldwrapper {
	border: 1px gray solid;
	background: silver;
	margin-bottom: 2px;
	padding: 5px;
	
}
.fieldwrapper > input, .fieldwrapper > textarea {
	border: 1px gray solid;
	padding: 2px;
	resize: none;
}

.fieldwrapper > textarea, .fieldwrapper > input[type="text"],  .fieldwrapper > input[type="password"], .fieldwrapper > input[type="file"], .fieldwrapper > select{
	display: block;
	margin-top: 2px;
}
.fieldwrapper > input[type="checkbox"]{  
    position:relative;  
    float: left;
    margin-right: 5px;
    display:inline-block; 
    vertical-align: middle;
}

.fieldwrapper > label {
	vertical-align: top;
}

.fieldwrapper > label.required {
	font-weight: bold;
}

.fielderror {
	border: 1px red solid;
}

.fielderror > label {
	color: red;
	font-weight: bold;
}

ul.errorlist {
	padding-left: 10px;
	color: red;
	list-style: none;
	background: #ffc;
	border: 1px red solid;
	border-radius: 5px;
	margin-bottom: 10px;
}

ul.errorlist > li {
	margin: 5px 5px 5px -5px;
	padding-left: 20px;
	background: url('../../admin/img/icon_error.gif') left no-repeat;
}

.submitrow {
	border: 1px silver solid;
	padding: 5px;
	margin: 5px;
	text-align: center;
}

button, input[type="submit"], input[type="reset"], .button {
 	background: silver;
 	color: black;
	border: 1px gray solid;
	padding: 5px;
	margin: 5px;
	cursor: pointer;
	border-radius: 3px;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

button:hover, input[type="submit"]:hover, input[type="reset"]:hover, .button:hover {
 	color: white;
 	text-shadow: 1px 1px 2px black;
	background: gray;
}

.adicons {
	width: 130px;
	position: relative;
	margin-top: -23px;
	margin-bottom: 5px;
	height: 16px;
	padding: 2px;
	text-align: right;
}

.adicons > div {
	display: inline-block;
	width: 20px;
	height: 16px;
	margin-left: 2px;
	background-image: url('../img/graphs.png');
}

.adiconpress {
	background-position: -280px -114px;
}

.adicontv {
	background-position: -231px -114px;
}

.adiconguide {
	background-position: -331px -114px;
}

.adiconvideo {
	background-position: -258px -114px;
}

.adiconverified {
	background-position: -308px -114px;
}

.adiconpress:hover {
	background-position: -280px -135px;
}

.adicontv:hover {
	background-position: -231px -135px;
}

.adiconguide:hover {
	background-position: -331px -135px;
}

.adiconvideo:hover {
	background-position: -258px -135px;
}

.adiconverified:hover {
	background-position: -308px -135px;
}

.selectable {
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.printbut {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url('../img/graphs.png') -536px 0;
}

.photobadges {
	position: relative;
	top: 305px;
	height: 32px;
	text-align: right;
	padding: 5px;
}

.verifiedphoto {
	display: inline-block;
	width: 85px;
	height: 32px;
	background: url('../img/graphs.png') -226px -160px;
}

#reportform {
	display: none;
}

.reportformlink {
	background: white;
	display: block;
	text-align: center;
	cursor: pointer;
	padding: 5px;
	border: 1px gray solid;
	border-radius: 5px;
}

.messages {
	list-style: none;
	border: 1px navy solid;
	margin: 10px 0;
	background: lightyellow;
	padding: 10px;
	color: navy;
	font-weight: bold;
}

.colmenu {
	list-style: none;
	border: 1px gray solid;
	background: lightgray;
	margin-bottom: 10px;
	box-shadow: 2px 2px 5px gray;
}

.colmenu > li {
	border-top: 1px gray solid;
}

.colmenu > li, .colmenu > li > a  {
	margin-left: 0px;
	line-height: 25px;
	display: block;
	font-weight: normal;
}

.colmenu > li > a {
	padding: 0 5px;
	border: 1px 
}

.listheader {
	background: red;
	color: white;
	text-align: center;
	border: none;
	font-weight: bold;
}

.colmenu > li > a:hover {
	background: navy;
}

.hireson, .hiresoff {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	background-image: url('../img/graphs.png');
	margin-right: 10px;
}

.hireson {
	background-position: -319px -159px;
}

.hiresoff {
	background-position: -357px -159px;
}

.gridpanel > a.hasvideo {
	background: navy;
}

#loginbox {
	text-align: center;
	width: 400px;
	padding: 10px;
	border: 1px black solid;
	margin: auto;
	box-shadow: 2px 2px 5px gray;
}

#login_form label {
	display: block;
	text-align: center;
}

#login_form input {
	display: inline-block;
	text-align: center;
}

#loading {
	display: none;
	left: 0;
	top: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background: white;
	z-index: 10000;
}

#loading > div {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom:0;
	height: 100px;
	margin: auto;
	text-align: center;
}

#escortprovinces {
	background: #fcd;
}

#transprovinces {
	background: #bdf;
}

.currentprov {
	margin: 0;
	padding:0;
	font-weight: bold;
}

.invisible {
	display: none;
}

#alexa {
	display: none;
}

#admedia > span.ad-notabs {
	display: block;
	height: 30px;
	line-height: 30px;
}

.colmenu > li > a.citylink {
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}

.colmenu > li > a.zonelink {
	font-size: x-small;
	padding-left: 10px;
	line-height: 15px;
	height: 15px;
	overflow: hidden;
}

.colmenu > li > a.selected {
	background: navy;
	color: white;
}

#currentcitycont {
	background: lightblue;
}

#morecitiescont {
	display: none;
}

.errorpage > p {
	font-size: medium;
}

#qweblogo {
	float: right;
}

#phonenumsbottom {
	font-size: medium;
	line-height: 40px;
}

.captcha {
	display: block;
	padding: 10px;
	margin: 10px;
	background: white;
	border-radius: 10px;
}

.sxphotos {
	display: inline-block;
	width: 100px;
	height: 32px;
	background: url('../img/graphs.png') -580px 0;
}

.formsteps > li {
	width: 194px;
	float: left;
	background: silver;
	border: 1px gray solid;
	padding: 10px;
	margin: 5px;
	text-align: center;
}

.formsteps > li.selected {
	background: navy;
	color: white;
	font-weight: bold;
}

input[type=checkbox] {
	vertical-align: middle;
}

#guideadextra {
	display: hidden;
	width: 300px;
	padding: 10px;
	float: right;
}

#guideadextra > div {
	padding: 5px;
}

#guideadextra > div > div {
	margin-bottom: 5px;
}

#adopts > div > input[type="checkbox"]{  
    position:relative;  
    float: left;
    margin-right: 5px;
    display:inline-block; 
    vertical-align: middle;
}

#guideadpreview {
	text-align: center;
	margin: 10px 0;
	background: url('../img/guideadpreviewbg.png') top center repeat-y; 
}

#guideadpreview > div {
	font-size: small;
	text-align: justify;
	display: inline-block;
	width: 200px;
	min-height: 120px;
	padding: 5px 10px;
	overflow: hidden;
}

#guideadpreview > p, #guideadpreview > h3 {
	background: white;
	padding: 10px;
} 

.boxed {
	border: 1px black solid;
}

.bold {
	font-weight: bold;
}

.backgrounded {
	background: silver;
}

.red {
	color: red;
}

.tiny {
	font-size: xx-small;
}

.big {
	font-size: large;
}

.layerdialog {
	text-align: center;
	padding: 20px;
	color: white;
	position: absolute;
	right: 25px;
	bottom: 25px;
	z-index: 100000;
	background: black;
	border-radius: 10px;
	box-shadow: 3px 3px 5px gray;
	opacity: 0.9;
}