body, #tinymce{ 
	font-size:13px;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#222;
	line-height:2em;
margin:0; padding:0; border:0; word-wrap: break-word; }

a{ color:#e2383f; text-decoration:none; outline:none; font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;}
a:hover, a:active{ color:#e2383f; text-decoration:underline; outline:none; }
.tWrap hr, #tinymce hr{ border-top:1px solid #d1d1d1; margin:10px 0; border-bottom:none; border-left:none; border-right:none; }
.tWrap ul, #tinymce ul, .tWrap ol, #tinymce ol{ padding:0 0 0 15px; margin:0; }
.tWrap li, #tinymce li{ font-size:1em; list-style-position:outside; }
.tWrap ul li, #tinymce ul li{ list-style-type:disc; }
.tWrap ol li, #tinymce ol li{ list-style-type:decimal; }

.tWrap p, #tinymce p{ padding:5px 0; margin:0; font-size:13px; color:#535353; font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;}
.tWrap h1, #tinymce h1{ font-size:30px; padding:10px 0; margin:0; font-weight:bold; font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; color:#e2383f;}
.tWrap h2, #tinymce h2{ font-size:25px; padding:10px 0; margin:0; font-weight:bold; font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; color:#e2383f; }
.tWrap h3, #tinymce h3{ font-size:20px; padding:10px 0; margin:0; font-weight:bold; font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; color:#e2383f; }
.tWrap h4, #tinymce h4{ font-size:16px; padding:10px 0; margin:0; font-weight:bold; font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; color:#e2383f; }
.tWrap h5, #tinymce h5{ font-size:16px; padding:10px 0; margin:0; font-weight:bold; font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; color:#535353; text-transform:uppercase;}
.tWrap h6, #tinymce h6{ font-size:13px; padding:10px 0; margin:0; font-weight:bold; font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; color:#e2383f; }

/* Button */
.tWrap .zyberButton, #tinymce .zyberButton, .tWrap .extendedFormSurveyView input[type="submit"], .tWrap .guestBook-formBlock input[type="submit"]{
	color: #fff;
	font-size:16px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	background: #e2383f;
	padding:10px 18px;
	text-transform:none;
	font-weight:bold;
	border: none;
	display: inline-block;
	vertical-align: baseline;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none; }
	
.tWrap .zyberButton:hover, #tinymce .zyberButton:hover, .tWrap .extendedFormSurveyView input[type="submit"]:hover, .tWrap .guestBook-formBlock input[type="submit"]:hover{
	color:#fff;
	background:#535353;
	text-decoration: none;
}
.tWrap .zyberButton:active, #tinymce .zyberButton:active, .tWrap .extendedFormSurveyView input[type="submit"]:active, .tWrap .guestBook-formBlock input[type="submit"]:active{
	position: relative;
	top: 1px;
}

/* Alternative Button */
.tWrap .zyberButtonAlt, #tinymce .zyberButtonAlt{
	color: #fff;
	font-size:16px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	background: #535353;
	padding:10px 18px;
	text-transform:normal;
	font-weight:bold;
	border: none;
	display: inline-block;
	vertical-align: baseline;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none; }
	
.tWrap .zyberButtonAlt:hover, #tinymce .zyberButtonAlt:hover{
	color:#fff;
	background:#e2383f;
	text-decoration: none;
}
.tWrap .zyberButtonAlt:active, #tinymce .zyberButtonAlt:active{
	position: relative;
	top: 1px;
}

/* Large Button */
.tWrap .zyberButtonLrg, #tinymce .zyberButtonLrg{
	color: #fff;
	font-size:25px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	background: #e2383f;
	padding:18px 25px;
	text-transform:normal;
	font-weight:bold;
	border: none;
	display: inline-block;
	vertical-align: baseline;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none; }
	
.tWrap .zyberButtonLrg:hover, #tinymce .zyberButtonLrg:hover{
	color:#fff;
	background:#535353;
	text-decoration: none;
}
.tWrap .zyberButtonLrg:active, #tinymce .zyberButtonLrg:active{
	position: relative;
	top: 1px;
}