a {
  outline: none;
}

/* group instead of clear divs */
.group:after {
  content: "";
  display: table;
  clear: both;
}

.fuzzController-clear,
.clear{
	clear:both;
	overflow:hidden;
	height:0px;
}

.clear-left{
	clear:left;
	overflow:hidden;
	height:0px;
}

.clear-right{
	clear:right;
	overflow:hidden;
	height:0px;
}

.image-noborder{
	border:0px;
	padding:0px;
}

#flash {
  position: relative; /*or absolute*/
  z-index: 0;
}

/* FUZZFORM */
.fuzzForm-wait-div{
	text-align:center;
	vertical-align: middle;
	background-color:#FFF;
	z-index:50;
	position:absolute;
	display:none;
}
.fuzzForm-wait-text-container-div{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	width:100%;
	text-align:center;
	display:none;
}
.fuzzForm-wait-text-container-div-small{
	position:fixed;
	text-align:center;
	top:10px;
	width:auto;
	/*Vertical Center*/
	height:16px;
	top:50%;
	margin-top:-19px;
	box-shadow: 0px 0px 10px #CCC;
	-webkit-box-shadow:0px 0px 10px #CCC;;
	-moz-box-shadow:0px 0px 10px #CCC;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #BBB;
	padding:10px;
	background-color:#FFF;
	z-index:1000;
	font-size:12px;
}
.fuzzForm-wait-img{
	width:31px;
	height:31px;
}
.fuzzForm-wait-img-small{
	width:43px;
	height:11px;
	padding: 2px 8px 2px 0px;
	float:left;
}

.fuzzForm-wait-text-div{
	font-size: 15px;
}
.fuzzForm-wait-text-div-small{
	float:left;
}

.fuzzDataGrid-row-wait-div{
	text-align:center;
	vertical-align: middle;
	color: #FFF;
	z-index:50;
	position:absolute;
	display:none;
}
.fuzzDataGrid-page-load-next{
	height:1px;
	overflow:hidden;
	display:inline-block;
}
.fuzzDataGrid-page-load-show-more{
	padding:15px;
	text-align:center;
}
/*.fuzzDataGrid-grid-scroll{
	overflow:hidden;
	overflow-y:auto;
}*/
.fuzzDataGrid-grid-scroll{
	overflow:hidden;
	overflow-y:auto;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
}
/*.fuzzDataGrid-grid-container.fuzzDataGrid-grid-scrollable.fuzzDataGrid-scroll-shadow-top{
	box-shadow: inset 0px 7px 10px -6px rgba(0, 0, 0, 0.5);
}
.fuzzDataGrid-grid-container.fuzzDataGrid-grid-scrollable.fuzzDataGrid-scroll-shadow-bottom{	
	box-shadow: inset 0px -7px 10px -6px rgba(0, 0, 0, 0.5);
}
.fuzzDataGrid-grid-container.fuzzDataGrid-grid-scrollable.fuzzDataGrid-scroll-shadow{
	box-shadow: inset 0px -7px 10px -6px rgba(0, 0, 0, 0.5),  inset 0px 7px 10px -6px rgba(0, 0, 0, 0.5);
}*/
.fuzzDataGrid-grid-content-container.fuzzDataGrid-grid-desc.fuzzDataGrid-grid-scrollable{
	position:relative;
	bottom:0px;
}
.fuzzDataGrid-grid.fuzzDataGrid-grid-desc.fuzzDataGrid-grid-scrollable{
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
}
.fuzzDataGrid-grid-container.fuzzDataGrid-grid-scrollable{
	position:relative;
	-webkit-overflow-scrolling:touch;
}
.fuzzDataGrid-grid-spacer{
	height:0px;
}
.fuzzDataGrid-scroll-shadow-top,.fuzzView-scroll-shadow-top{
	position:absolute;
/*	background-color:rgba(0, 0, 0, .5);*/
	top:-5px;
	width:100%;
	z-index:5;
	height:5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0,.3);
	display:none;
}
.fuzzDataGrid-scroll-shadow-bottom,.fuzzView-scroll-shadow-bottom{
	position:absolute;
/*	background-color:rgba(0, 0, 0, .5);*/
	bottom:-5px;
	width:100%;
	z-index:5;
	height:5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
	display:none;
};

/* fuzzGraph */
.fuzzGraph-container{
	font-family: helvetica, arial, verdana, sans-serif;
}
.fuzzGraph-display-container{
	border:1px solid #E0E0E0;
	border-left:1px solid #C0C0C0;
	border-bottom:1px solid #9E9E9E;
	border-radius: 2px;
}
.fuzzGraph-graph-container{
	position:relative;
	width:100%;
	height:0px;
	padding-bottom:33%;
	background-color:#FEFEFE;
}
.fuzzGraph-container .fuzzGraph-graph-overlay{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
}
.fuzzGraph-point{
	display:none;
	position:absolute;
	height:3px;
	width:3px;
	overflow:hidden;
	border:3px solid #999;
	background-color:#999;
	border-radius:5px;
	margin-left:-4px;
	margin-top:-4px;
}
.fuzzGraph-label-y{
	display:none;
	position:absolute;
	padding:0px 0px 0px 2px;
	font-size:12px;
	line-height:16px;
	text-shadow: 0px 0px 2px #FFF;
	white-space:nowrap;
}
.fuzzGraph-label-x{
	display:none;
	position:absolute;
	padding:0px 0px 0px 0px;
	font-size:12px;
	line-height:16px;
	text-shadow: 0px 0px 2px #FFF;
	white-space:nowrap;
}
.fuzzGraph-key{
	position:relative;
	border:1px solid #EFEFEF;
	padding:5px 7px 5px 20px;
	margin:0px 5px 5px 0px;
	float:left;
}
.fuzzGraph-key .fuzzGraph-point{
	display:block;
	margin:0px;
	top:50%;
	left:5px;
	margin-top:-4px;
}

/* FUZZ IMAGE GALLERY */
.fuzzImageGallery-container{
	position:relative;
	width:800px;
	height:600px;
	text-align:center;
	background-color: #efefef;
}
.fuzzImageGallery-img{
	max-width:100%;
	height:100%;
	cursor: pointer;
	display:block;
}
.fuzzImageGallery-fullsize-span{
	display:none;
}
.fuzzImageGallery-slider-controls{
	position:absolute;
	bottom:3px;
	right:0px;
	left:0px;
	display:inline-block;
	text-align:center;
}
.fuzzImageGallery-slider-control{
	outline:none;
	overflow:hidden;
	height:6px;
	width:6px;
	border-radius:3px;
	margin:2px;
	background-color:#FFF;
	opacity: .9;
	text-decoration: none;
	display:inline-block;
	cursor: pointer;
}
.fuzzImageGallery-slider-control.selected{
	background-color:#36C;
	opacity: .9;
}

/* FUZZ FORM */
.fuzzForm-info-box-container{
	font-size: 12px;
	
	background-color:#FFF;
	margin-bottom: 10px;
	width:500px;
}

.fuzzForm-info-box-inner-container{
	background-color:#FFC;
	margin:0px;
	border-left: solid 1px #FC6;
	border-right: solid 1px #FC6;
	padding:0px 12px 0px 12px;
	color: #000;
	clear:both;
}

.fuzzForm-info-box-blue-inner-container{
	background-color:#69C;
	margin:0px;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
	padding:0px 10px 0px 10px;
	color: #FFF;
	clear:both;
}

.fuzzForm-info-box-img{
	display:block;
	height:12px;
	border:0px;
}

.fuzzForm-info-box-blue-img{
	display:block;
	height:10px;
	border:0px;
}

.fuzzForm-img-fix-bottom{
	_margin-bottom:-3px;
}

.fuzzForm-img-fix-left{
	_margin-left:-1px;
}

.fuzzForm-info-box-message-container{
	font-family: helvetica, arial, verdana, sans-serif;
	width:438px;
	float:left;
	font-size: 12px;
	margin:0px;
	padding-left:12px;
}

.fuzzForm-info-box-blue-message-container{
	font-family: helvetica, arial, verdana, sans-serif;
	width:438px;
	float:left;
	font-size: 12px;
	margin:0px;
	padding-left:10px;
}

.fuzzForm-info-link-container{
	font-family: helvetica, arial, verdana, sans-serif;
	text-align:left;
	font-size: 12px;
	color: #000;
	margin-bottom:0px;
	width:240px;
	z-index:200;
}

.fuzzForm-info-link-inner-container{
	background-color:#FFC;
	margin:0px;
	border-left: solid 1px #9CF;
	border-right: solid 1px #9CF;
	padding:0px 12px 0px 12px;
	width:214px;
}

.fuzzForm-info-link-message-container{
	width:160px;
	text-align:left;
	float:left;
	font-size: 12px;
	margin:0px;
	padding-left:12px;
}

.fuzzForm-element-error{
	font-size:12px;
	color:red;
}

.fuzzForm-element-success{
	font-size:12px;
	color:green;
}

.fuzzForm-element-asterix-required{
	color:red;
	font-size:14px;
}

.fuzzForm-element-label-element-value{
	margin-left:10px;
}

.fuzzForm-element-date-select-month-container,.fuzzForm-element-date-select-day-container,.fuzzForm-element-date-select-year-container{
	float:left;
	margin-right:10px;
}
.fuzzForm-element-date-select-year-container{margin-right:0px;}

.fuzzForm-slider-min-label{
	float:left;
}
.fuzzForm-slider-max-label{
	float:right;
}

.info-link-container{
	width:200px;
	margin: 5px 5px 5px 5px;
	padding:12px;
	text-align:left;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 12px;
	border: solid 1px #9CF;
	/*border-right: dashed 1px #9CF;*/
	background-color: #FFC;
}

/* ERROR LINK */
.fuzzForm-error-link-container{
	font-family: helvetica, arial, verdana, sans-serif;
	text-align:left;
	font-size: 13px;
	color: #FFF;
	margin-bottom:5px;
	width:240px;
	z-index:200;
}

.fuzzForm-error-link-inner-container{
	background-color:#F99;
	margin:0px;
	border-left: solid 1px #F00;
	border-right: solid 1px #F00;
	padding:0px 12px 0px 12px;
	width:214px;
}

.fuzzForm-error-link-message-container{
	width:160px;
	text-align:left;
	float:left;
	font-size: 12px;
	margin:0px;
	padding-left:12px;
}

/* BUTTONS */

A.small-button:link {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #FFF; font-weight:bold; text-decoration: none; font-size: 10px;}
A.small-button:visited {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #FFF; font-weight:bold; text-decoration: none; font-size: 10px;}
A.small-button:active {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #FFF; font-weight:bold; outline:none; text-decoration: none; font-size: 10px;}
A.small-button:hover {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #FF6; font-weight:bold; text-decoration: none; font-size: 10px;}
A.small-button:focus {-moz-outline-style: none;}

A.button-grey:link {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #999; font-weight:bold; text-decoration: none; font-size: 12px;}
A.button-grey:visited {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #999; font-weight:bold; text-decoration: none; font-size: 12px;}
A.button-grey:active {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #999; font-weight:bold; outline:none; text-decoration: none; font-size: 12px;}
A.button-grey:hover {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #CCC; font-weight:bold; text-decoration: none; font-size: 12px;}
A.button-grey:focus {-moz-outline-style: none;}

A.button:link {cursor: pointer;  hand-shaped cursor cursor: hand;  for IE 5.x color: #069; font-weight:bold; text-decoration: none; font-size: 12px;}
A.button:visited {cursor: pointer;  hand-shaped cursor cursor: hand;  for IE 5.x color: #069; font-weight:bold; text-decoration: none; font-size: 12px;}
A.button:active {cursor: pointer;  hand-shaped cursor cursor: hand;  for IE 5.x color: #069; font-weight:bold; outline:none; text-decoration: none; font-size: 12px;}
A.button:hover {cursor: pointer;  hand-shaped cursor cursor: hand;  for IE 5.x color: #9CC; font-weight:bold; text-decoration: none; font-size: 12px;}
A.button:focus {-moz-outline-style: none;}

A.button-light:link {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #9CC; font-weight:bold; text-decoration: none; font-size: 12px;}
A.button-light:visited {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #9CC; font-weight:bold; text-decoration: none; font-size: 12px;}
A.button-light:active {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #9CC; font-weight:bold; outline:none; text-decoration: none; font-size: 12px;}
A.button-light:hover {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #9CF; font-weight:bold; text-decoration: none; font-size: 12px;}
A.button-light:focus {-moz-outline-style: none;}

.small-button-middle-div{
	background-color:#9CC;
	float:left;
	font-size:11px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	height:13px;
	margin:0px;
}

.small-button-img{
	display: block;
	height:15px;
	margin:0px;
	width:8px;
	float:left;
	border:0px;
}

.button-middle-div{
	background-color:#FFF;
	width:75px;
	text-align:center;
	float:left;
	border-top:1px solid #069;
	border-bottom:1px solid #069;
	padding-top:3px;
	height:19px;
}

.button-grey-middle-div{
	width:75px;
	text-align:center;
	float:left;
	border-top:2px solid #999;
	border-bottom:2px solid #999;
	padding:2px 0px 0px 0px;
	height:18px;
}

.button-light-middle-div{
	background-color:#FFF;
	width:75px;
	text-align:center;
	float:left;
	border-top:1px solid #9CC;
	border-bottom:1px solid #9CC;
	padding-top:3px;
	height:19px;
}

.fuzzform-content-header-large{
	width:100%;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 28px;
	margin-top:0px;
	padding-top:0px;
	color: #C33;
	border-bottom: 1px solid #C33;
	margin-bottom:10px;
}

.fuzzform-content-header{
	width:100%;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 22px;
	margin-top:0px;
	padding-top:0px;
	color: #C33;
	border-bottom: 1px solid #C33;
	margin-bottom:10px;
}

.fuzzform-content-header-small{
	width:100%;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 16px;
	margin-top:0px;
	padding-top:0px;
	color: #036;
	border-bottom: 1px dashed #036;
	margin-bottom:10px;
}

A.fuzzform-small-link:link {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #3366FF; font-size: 10px;}
A.fuzzform-small-link:visited {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #3366FF; font-size: 10px;}
A.fuzzform-small-link:active {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #3366FF; font-size: 10px;}
A.fuzzform-small-link:hover {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #6CF; font-size: 10px;}

/* Captcha */
#recaptcha_area, #recaptcha_table { line-height: 0!important;}

/* RICH */
.fuzzform-textarea-spellcheck-container{
	padding:0px;
	margin:0px;
}

.fuzzform-textarea-richtext-edit-area{
	font-size:12px;
	margin-bottom:1px;
	display:block;
	padding:3px;
	font-family: helvetica, arial, verdana, sans-serif;
	border: 1px solid #666;
	width:350px;
	height:60px;
	overflow:auto;
	color:#000;
	background-color:#FFF;
}

/* SPELLCHECK */
.fuzzform-textarea-spellcheck-container{
	padding:0px;
	margin:0px;
}

.fuzzform-textarea-spellcheck-edit-area{
	font-size:12px;
	margin-bottom:1px;
	display:block;
	padding:3px;
	font-family: helvetica, arial, verdana, sans-serif;
	border: 1px solid #666;
	width:292px;
	height:60px;
	overflow:auto;
}

div#fuzzform-textarea-spellcheck-div{
	width:300px;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 16px;
	background:#666;
	text-align:right;
	padding: 2px 0px 0px 0px;
}

div#fuzzform-textarea-spellcheck-div img{
	float:right;
	padding:2px 5px 2px 0px;
}

div#fuzzform-textarea-spellcheck-div A{
	float:right;
	outline:none;
	padding:3px 10px 0px 0px;
}
div#fuzzform-textarea-spellcheck-div A:link {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #FFF; font-size: 12px;}
div#fuzzform-textarea-spellcheck-div A:visited {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #FFF; font-size: 12px;}
div#fuzzform-textarea-spellcheck-div A:active {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #FFF; font-size: 12px;}
div#fuzzform-textarea-spellcheck-div A:hover {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #FFF; font-size: 12px;}

.fuzzform-textarea-spellcheck-edit-container{
	padding:0px;
	margin:1px 0px 0px 0px;
	display:none;
	background-color:#FFF;
}

.fuzzform-spellcheck-suggest-div{
	position:absolute;
	display:none;
	font-size:12px;
	margin:0px;
	padding:10px 10px 10px 10px;
	font-family: helvetica, arial, verdana, sans-serif;
	border: 1px solid #666;
	background-color:#CCC;
	text-align:left;
	z-index: 30;
	clear:both;
}

.fuzzform-suggestions-col{
	float:left;
	padding:0px 10px 0px 0px;
	min-width:40px;
}

.fuzzform-suggestion-text{
	font-size:11px;
	color:#666;
	padding:5px 10px 5px 0px;
}

.fuzzform-add-text{
	font-size:11px;
	color:#666;
	padding:5px 10px 3px 0px;
}

.fuzzform-suggestion-link{color:#36C;}
.fuzzform-suggestion-link:link {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #36C; font-size: 12px;}
.fuzzform-suggestion-link:visited {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #36C; font-size: 12px;}
.fuzzform-suggestion-link:active {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #36C; font-size: 12px;}
.fuzzform-suggestion-link:hover {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #69F; font-size: 12px;}

.fuzzform-spellcheck-error-link{color:#F30;text-decoration:underline;}
.fuzzform-spellcheck-error-link:link {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #F30; font-size: 12px;}
.fuzzform-spellcheck-error-link:visited {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #F30; font-size: 12px;}
.fuzzform-spellcheck-error-link:active {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #F30; font-size: 12px;}
.fuzzform-spellcheck-error-link:hover {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #F63; font-size: 12px;}

.fuzzform-spellcheck-add-link{color:#F30;font-style:italic;display:block;margin-top:5px;}
.fuzzform-spellcheck-add-link:link {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #69F; font-size: 11px;}
.fuzzform-spellcheck-add-link:visited {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #69F; font-size: 11px;}
.fuzzform-spellcheck-add-link:active {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #69F; font-size: 11px;}
.fuzzform-spellcheck-add-link:hover {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #999; font-size: 11px;}


/* richtext */
.fuzzform-richtext-overlay{
	/*background-image: url(/fuzzFramework/images/white-trans-bg.png); */
	z-index:25;
	position:absolute;
}

.transparent-upload-div {
/*	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;*/
/*	width:10px;*/
}

.fuzzForm_file_upload_iframe{
/*	height:500px;
	width:500px;*/
	height:25px;
	overflow:visible;
}

/* Fuzz Map */
.fuzzMap-markergroup-title{
	margin:0px 0px 10px 0px;
	border-bottom:1px solid #999;
	font-weight:bold;
}
.fuzzMap-markergroup-container{
	height:auto;
	overflow:scroll;
	overflow-y:scroll;
	overflow-x:hidden;
	padding-right:5px;
}

.fuzzMap-markergroup-row{
	width:auto;
	padding:0px 0px 10px 0px;
	margin:0px 0px 10px 0px;
	border-bottom:1px solid #CCC;
}

.fuzzMap-markergroup-icon{
/*	background-image: url(//www.peepfax.com/fuzzFramework/assets/endec/aW1hZ2VzL2Z1/enpNYXAvZnV6/ek1hcC1tYXJr/ZXJncm91cC1t/YXJrZXIucG5n/P2Zhdj00LTA/d9ec145b1ba54dafa294e2f1ca33d47d.png);
	background-color: transparent;*/
	border: 0px;
	height:37px;
	width:25px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	padding-top:4px;
	font-size:14px;
/*	font-family: helvetica, arial, verdana, sans-serif;*/
}
.leaflet-popup-content{
	width:auto !important;
}

/* FUZZ CMS */
.fuzzCMS-link{color:#36C;}
.fuzzCMS-link:link {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #333; font-size: 12px;}
.fuzzCMS-link:visited {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #333; font-size: 12px;}
.fuzzCMS-link:active {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #333; font-size: 12px;}
.fuzzCMS-link:hover {cursor: pointer; /* hand-shaped cursor */cursor: hand; /* for IE 5.x */color: #666; font-size: 12px;}

.fuzzForm-locator-container-div{
	background-color: #efefef;
/*    background-image: linear-gradient(45deg, #F3F3F3, #F2F2F2);
    border: 1px solid #CCC;*/
    border-radius: 3px;
/*    box-shadow: 0 0 10px #CCCCCC;*/
	width:auto;
	margin:10px 0px 15px 0px;
	padding:5px 10px 5px 10px;
}
.fuzzForm-locator-preview-container-link-div{
	border-top:1px solid #CCC;
	margin:5px 0px 5px 0px;
	padding-top:10px;
}
.fuzzForm-locator-container-div .title-container{
	width:100%;
	padding-bottom:5px;
	border-bottom:1px dashed #CCC
}
.fuzzForm-locator-container-div .title{
	width:75%;
	font-weight:bold;
	color:#333;
	float:left;
}
.fuzzForm-locator-container-div .country-title{
	width:75%;
	font-size:12px;
	font-weight:normal;
	color:#666;
	font-style:italic;
	
}
.fuzzForm-locator-container-div .close-button{
	width:15px;
	float:right;
}
.fuzzForm-locator-container-div .fuzzForm-locator-options-container{
	float:left;
}
.fuzzForm-locator-container-div .fuzzForm-locator-preview-container{
	margin:5px 0px 5px 0px;
	border:1px solid #CCCCCC;
	background-color:#FFF;
}
.fuzzForm-locator-container-div .subtitle{
	float:left;
	font-size:10px;
	font-color:#999;
	font-style:italic;
}
.fuzzForm_scrollable_div{
	height:300px;
	width:auto;
	overflow:auto;
}
.fuzzView-progress-div{
	text-align:center;
	vertical-align: middle;
	background-color:#FFF;
	z-index:50;
	position:absolute;
	display:none;
}
.fuzzView-progress-loader-div{
	position:fixed;
	text-align:center;
	/*Vertical Center*/
	height:96px;
	width:96px;
	top:50%;
	margin-top:-48px;
	z-index:1002;
}
.fuzzView-overlay-div{
	text-align:center;
	vertical-align: middle;
	background-color:#FFF;
	z-index:50;
	position:absolute;
	display:none;
}
.fuzzView-loader-div{
	position:fixed;
	text-align:center;
	/*Vertical Center*/
	height:96px;
	width:96px;
	margin-top:-48px;
	z-index:1002;
}
.fuzzView-infoLink-container{
	position:absolute;
	top:200px;
	left:0px;
	color:#FFF;
	background-color:#303030;
	opacity: .8;
	border-radius:3px;
	max-width:300px;
	box-shadow: 0 0 5px #CCC;
}
.fuzzView-infoLink-arrow{
	position:absolute;
	bottom:-5px;
	left:10px;
	width: 0; 
	height: 0; 
	overflow:hidden;
	color:transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #303030;
}

.fuzzView-infoLink-message{
	color:#FFF;
	text-align:left;
	padding:10px;
}
.fuzzView-scroll{
	position:absolute;
	top:0px;
	right:0px;
	left:0px;
	bottom:0px;
	overflow:scroll;
}
.fuzzView-scroll-container{
/*	position:relative;*/
	overflow:hidden;
	-webkit-overflow-scrolling:touch;
}

/* View Modules */
#fuzzView_module_image_gallery_overlay_container, #fuzzView_module_image_gallery_overlay_background,#fuzzView_module_image_gallery_overlay_content{
	position:fixed;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	width:100%;
	height:100%;
	width:100vw;
	height:100vh;
	min-height:300px;
}
#fuzzView_module_image_gallery_image_container{
	position:relative;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	height:100%;
	width:100%;
}
#fuzzView_module_image_gallery_overlay_container{
	z-index:1000;
}
#fuzzView_module_image_gallery_overlay_background{
	background-color:#333;
	opacity:.8;
}
#fuzzView_module_image_gallery_overlay_content{
	margin:0px 84px 0px 84px;
	width:auto;
	text-align:center;
}
#fuzzView_module_image_gallery_overlay_content img{
	display:inline-block;
	box-sizing:border-box;
	padding:15px;
	max-width:100%;
	max-height:100%;
	position: absolute;
	top: 0;  
	bottom: 0;  
	left: 0;  
	right: 0;  
	margin: auto;  
/*	transform:translateY(-50%);*/
}
#fuzzView_module_image_gallery_overlay_button_close{
	position:absolute;
	right:15px;
	top:15px;
	color:#FFF;
	font-size:28px;
	cursor:pointer;
}
#fuzzView_module_image_gallery_overlay_button_previous,#fuzzView_module_image_gallery_overlay_button_next{
	position:absolute;
	top:50%;
	margin-top: -32px;
	color:#FFF;
	font-size:58px;
	cursor:pointer;
}
#fuzzView_module_image_gallery_overlay_button_previous{
	left:10px;
}
#fuzzView_module_image_gallery_overlay_button_next{
	right:10px;
}
.fuzz-devmode-container{
	border-radius:2px;z-index:1000;
	position:fixed;bottom:5px;right:5px;
	font-size:14px;font-weight:bold;color:#FFF;text-align:center;
	line-height:20px;
	opacity:.9;
}
.fuzz-devmode-inner-container{
	width:auto;padding:5px 64px 5px 8px;text-align:center;
}
.fuzz-devmode-settings-button{
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	right:8px;
	top:5px;
	background-repeat: no-repeat;
	background-image:url(//www.peepfax.com/fuzzFramework/assets/endec/aW1hZ2VzL3No/YXJlZC9pY29u/cy9zZXR0aW5n/cy0yMC5wbmc_/ZmF2PTE0NDY0/OTE0MzItNC0w/aa27d3c704841c5e7354e0187181057e.png);
}
.fuzz-devmode-log-button{
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	right:36px;
	top:5px;
	background-repeat: no-repeat;
	background-image:url(//www.peepfax.com/fuzzFramework/assets/endec/aW1hZ2VzL3No/YXJlZC9pY29u/cy9sb2ctMjAu/cG5nP2Zhdj0x/NDQ2NDkxNDMy/LTQtMA/f5d220a5fb859bdd31c07d8e2be9be90.png);
}

.fuzz-devmode-info-header{
	font-weight:bold;
	padding-bottom:2px;
	margin:15px 0px 10px 0px;
	border-bottom:1px solid #999;
}
.fuzz-devmode-info-header:first-child{
	margin-top:0px;
}
.fuzz-devmode-info-warning{
	margin-top:15px;
	color:#cc0000;
}
.fuzz-devmode-log-item{
	border-bottom:1px solid #999;
	margin-bottom:10px;
}

.fuzz-devmode-log-show-row{
	display:none;
	background-color:#EEE;
	border-radius:5px;
	padding:5px;
	margin-bottom:10px;
}
.fuzz-devmode-log-row{
	position:relative;
	padding:0px 0px 0px 100px;
}

.fuzz-devmode-log-row-label{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	font-weight:bold;
}
.fuzz-devmode-log-row-value{
	margin-bottom:10px;
	word-wrap: break-word;
}
.fuzz-devmode-log-row-value-limit{
	margin-bottom:10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fuzz-devmode-log-item .fuzz-devmode-log-row:last-child{
	padding-bottom:0px;
}
.fuzz-dev-error{
	font-weight:bold;
	color:#cc9999;
}