/*
Website development by Midwest New Media, LLC
Unauthorized distribution or resale is expressly prohibited
www.midwestnewmedia.com
info@midwestnewmedia.com
(513) 742-9150
*/

/* --- Modified YUI CSS Reset --- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img { 
	border:0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}

ol, ul {
	list-style:none;
}

caption, th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

q:before, q:after {
	content:'';
}

abbr, acronym { border:0;
}
/* --- Styles --- */

a {
	color: #333;
}

a:hover {
	color: #000;
	text-decoration: none;
}

address, blockquote, ol, p, ul {
	margin-top: 1em;
}

address {
	color: #848585;
}

article {
	width: 696px;
}

article img,
body#tinymce img {
	height: auto;
	width: auto;
}

article img.align-block,
body#tinymce img.align-block {
	display: block;
	margin: 1em 0em;
}

article img.align-center,
body#tinymce img.align-center {
	margin: 1em auto;
}

article img.align-left,
body#tinymce img.align-left {
	float: left;
	margin: 0em 1em 1em 0em;
}

article img.align-right,
body#tinymce img.align-right {
	float: right;
	margin: 0em 0em 1em 1em;
}

article ul {
	list-style-type: disc;
	padding-left: 3em;
}

article ul li {
	margin-bottom: 3px;
}

article .slideshow {
	margin-top: 1em;
}

article .slideshow img {
	height: 431px;
	max-height: 431px;
	max-width: 640px;
	width: 640px;
}

aside ul#subnav {
	float: left;
	list-style-type: none;
	margin: 0px 20px 0px 0px;
	width: 150px;
}

aside ul#subnav li {
	margin: 0px 0px 0px 20px;
}

aside ul#subnav li a.active {
	font-weight: bold;
}

blockquote, ol, ul {
	padding-left: 1em;
}

body {
	color: #000;
	font-family: Helvetica, "Helvetica Neue", HelveticaNeue, Arial, sans-serif;
	font-size: 12px;
	height: 100%;
	line-height: 1.5em;
}

div#map {
	float: right;
}

div#map iframe {
	margin-top: 1em;
}

div#map p {
	font-size: 0.9em;
	margin-top: 0.25em;
}

#page {
	background-color: #fff;
	margin: 0px auto;
	position: relative;
	width: 960px;
}

em {
	font-style: italic;
}

em strong,
strong em {
	font-style: italic;
	font-weight: bold;
}

footer {
	background-color: #fff;
	bottom: 0px;
	color: #fff;
	font-size: 0.95em;
	height: 150px; /* Must match section padding */
	line-height: 1.25em;
	text-align: center;
	position: absolute;
	width: 960px;
}

footer address {
	color: #fff;
	font-weight: bold;
	line-height: 1.25em;
	margin: 5px 20px 0em 0em;
}

footer div#copyright {
	float: right;
	margin-top: 0.75em;
}

footer p {
	margin: 0em 0em 0.25em 0em;
	text-align: right;
}

footer p.by {
	color: #999;
	font-size: 0.9em;
	text-align: right;
}

footer p.by a {
	color: #656565;
	text-decoration: none;
}

footer p.by a:hover {
	color: #000;
	text-decoration: underline;
}

footer ul#sitemap {
	/*border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;*/
	margin: 0.75em 200px 0em 140px;
	min-height: 50px;
	padding: 0px;
	width: auto;
}

footer ul#sitemap > li {
	display: inline;
	float: left;
	margin-right: 20px;
}

footer ul#sitemap li a.active {
	text-decoration: underline;
}

footer ul#sitemap li a.active:hover {
	text-decoration: none;
}

footer ul#sitemap > li > a {
	display: block;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

footer ul#sitemap > li > a:hover {
	text-decoration: underline;
}

footer ul#sitemap > li > ul {
	margin: 0px 0px 0px 0px;
}

footer ul#sitemap > li > ul > li > a {
	text-decoration: none;
}

footer ul#sitemap > li > ul > li > a:hover {
	text-decoration: underline;
}

footer ul#social {
	margin: 0.5em 0em 0em 0em;
}

footer ul#social li {
	display: inline;
	float: left;
	margin-right: 5px;
}

form div.checkbox-multiple,
form div.radio-multiple {
	float: left;
	margin: 1em 0px 0px 0px;
}

form div.checkbox-multiple input[type="checkbox"] {
	float: left;
	margin: 5px 0px 0px 0px;
}

form div.checkbox-multiple label {
	clear: none;
	float: left;
	margin: 3px 0px 0px 5px;
	text-align: left;
}

form div.radio-multiple input[type="radio"] {
	float: left;
	margin: 5px 0px 0px 0px;
}

form div.radio-multiple label {
	clear: none;
	float: left;
	margin: 3px 0px 0px 5px;
	text-align: left;
	width: 258px;
}

form input,
form select,
form textarea {
	color: #000;
	display: block;
	float: left;
	font-family: Helvetica, "Helvetica Neue", HelveticaNeue, Arial, sans-serif;
	font-size: 1em;
	margin-top: 1em;
	padding: 1px;
}

form input[type="hidden"] {
	height: 0px;
	padding: 0px;
}

form input[type="checkbox"],
form input[type="radio"] {
	float: left;
	height: 13px;
	margin: 1.20em 0em 0em 160px;
	padding: 0px;
	width: 13px;
}

form input[type="password"],
form input[type="text"] {
	height: 17px;
}

form input[type="password"],
form input[type="text"],
form textarea {
	width: 300px;
}

form input[type="submit"] {
	margin-left: 160px;
	margin-top: 1em;
	padding: 1px 3px;
}

form input.close {
	margin-top: 3px;
}

form input.zip {
	width: 100px;
}

form label {
	color: #333;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 1em;
	padding: 2px 0px;
	text-align: right;
	width: 150px;
}

form label span {
	color: #c00;
}

form label.checkbox,
form label.radio {
	color: #333;
	float: left;
	margin: 1em 0px 0px 5px;
	padding: 0px;
	text-align: left;
	width: 282px;
}

form label.checkbox em,
form label.radio em {
	color: #999999;
	display: inline-block;
	font-size: 0.9em;
	font-style: normal;
	padding-left: 0.25em;
}

form label.close {
	margin-top: 3px;
}

form label.inline {
	color: #333;
	display: inline;
}

form p label {
	color: inherit;
}

form p.caption {
	color: #999;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-left: 160px;
	margin-top: 0.3em;
	width: 300px;
}

form p.field {
	margin-bottom: 0px;
	margin-top: 1em;
}

form p.radio {
	padding-bottom: 0.25em;
}

form p.required {
	color: #848585;
	font-size: 0.9em;
	margin-left: 160px;
}

form p.required span {
	color: #c00;
	font-size: 1.11em;
}

form p.text {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 2px 0px;
	margin-top: 1em;
}

form p.text em {
	color: #656565;
	font-style: italic;
}

form p.upload {
	float: left;
	margin-right: 10px;
	margin-top: 1em;
	padding: 2px 0px;
}

form p.upload-image {
	float: left;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-right: 10px;
	margin-top: 1em;
	padding: 2px 0px;
}

form p.upload-image a {
	display: block;
	font-size: 1em;
	margin-top: 3px;
}

form p.upload-image img {
	border: 0px;
	display: inline;
	max-height: 150px;
	max-width: 150px;
}

form select {
	margin-left: 0px;
	margin-top: 1.1em;
}

form span.mceEditor {
	display: block;
	float: left;
	margin-top: 1em;
}

form textarea {
	height: 100px;
}

form textarea.long {
	height: 200px;
}

form .column {
	float: left;
	margin-right: 20px;
}

form .group {
	float: left;
	margin-right: 10px;
}

form .group input.datepicker {
	width: 100px;
}

form .group label.auto {
	width: auto;
}

form .row {
	background-color: #eeeeee;
	padding: 5px 6px;
}

form .row input {
	margin: 0em;
}

form#contact {
	float: left;
}

form#contact {
	font-size: 13px;
}

form#contact label {
	color: #848585;
}

h1 {
	font-size: 1.4em;
}

h1 a {
	text-decoration: none;
}

h1 a.crumbs {
	color: #656565;
	font-size: 1em;
}

h2 {
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	margin: 2em 0em 0.5em 0em;
	padding-bottom: 0.25em;
}

header {
	height: auto;
}

header #logo {
	height: 147px;
}

header #logo a {
	font-size: 2em;
	text-decoration: none;
	}

html {
	height: 100%;
	overflow: -moz-scroll-bars-vertical;
	overflow-y: scroll;
}

nav {
	background-color: #fff;
	/*border-bottom: 1px solid #ddd;*/
}

nav ul {
	list-style-type: none;
	margin: 0px;
}

nav ul li {
	display: inline-block;
}

nav ul li a {
	color: #fff;
	/*font-size: 1.0em;*/
	font-size:12px;
	line-height:1.2em;
	padding: 0em 0em 0.5em 0em;
	text-decoration: none;
}

nav ul li a:hover,
nav ul li a.active {
	color: #899fc1;
}

nav ul li a.active {
	font-weight: bold;
}

p#announcement {
	font-size: 20px;
	left: 353px;
	position: absolute;
}

p#announcement a {
	color: #fff;
}

p.error {
	background-color: #c00;
	border: 1px dashed #fff;
	color: #fff;
	margin-bottom: 2em;
	margin-right: 20px;
	padding: 1em;
}

p.error a {
	color: #fff;
}

p.message {
	background-color: #090;
	border: 1px dashed #fff;
	color: #fff;
	margin-bottom: 1em;
	margin-right: 20px;
	padding: 1em;
}

p.message a {
	color: #fff;
}

p.no {
	font-style: italic;
}

strong {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 1em;
	width: 100%;
}

table td {
	border-bottom: 1px solid #cccccc;
}

table td,
table th {
	font-size: 0.9em;
	line-height: 1.4em;
	vertical-align: top;
	padding: 5px 6px;
}

table td a,
table th a {
	font-size: 1em;
}

table td img {
	max-height: 100px;
	max-width: 100px;
}

table td img.copy {
	width: auto;
}

table td input {
	display: inline;
	margin: 3px 0px 0px 0px !important;
}

table td span {
	color: #999;
	display: block;
	font-size: 0.9em;
	text-decoration: none !important;
}

table th {
	background-color: #000;
	color: #fff;
	text-align: left;
}

table th a {
	color: #fff;
	text-decoration: none;
}

table th a:hover {
	color: #999;
}

table th.numeric {
	text-align: right;
}

table tr:hover td {
	background-color: #eee;
}

table tr.past td,
table tr.past td a {
	color: #656565;
}

table.calendar {
	border-left: 1px solid #000;
}

table.calendar td {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	color: #656565;
	height: 80px;
	overflow-x: hidden;
	overflow-y: visible;
	padding-bottom: 5px;
	width: 95px;
}

table.calendar td p {
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 0.5em;
}

table.calendar td.today,
table.calendar tr:hover td.today {
	background-color: #ffd;
}

table.calendar td.today h4 {
	font-weight: bold;
}

table.calendar th {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
}

table.calendar tr:hover td {
	background-color: #fff;
}

table.calendar tr:hover td:hover {
	background-color: #eee;
}

ul#gallery {
	margin-left: 0px;
}

ul#gallery li {
	display: table;
	float: left;
	height: 12px;
	max-width: 12px;
	margin: 0em 1em 1em 0em;
	#position: relative;
	#width: 12px; /* Required for IE 7 */
}

ul#gallery li span {
	display: table-cell;
	#left: 50%;
	#position: absolute;
	text-align: center;
	#top: 50%;
	vertical-align: middle;
}

ul#gallery li a img {
	border: 1px solid #ddd;
	margin: auto;
	#left: -50%;
	max-height: 0px;
	max-width: px;
	overflow: hidden;
	padding: 5px;
	#position: relative;
	#top: -50%;
}

ul#gallery li a:hover img {
	border: 1px solid #bbb;
}

#calendar dl {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-top: 1em;
}

#calendar dl dd {
	float: left;
	padding: 0px 0px 0.75em 0px;
}

#calendar dl dt {
	color: #656565;
	float: left;
	padding: 0px 10px 0.75em 0px;
	width: 75px;
}

#calendar form a {
	font-size: 1.5em;
	text-decoration: none;
}

#calendar form input,
#calendar form select {
	display: inline;
	float: none;
}

#calendar form input[type="submit"] {
	height: 22px;
	margin: 0px;
	padding: 0px 4px;
}

#calendar p.date {
	font-size: 1em;
	font-weight: bold;
	margin-top: 0.25em;
}

#news h2 {
	border-bottom: 0px;
	margin-top: 1.5em;
	padding: 0px;
}

#news h2 span {
	color: #656565;
	font-weight: normal;
}

#news p.date {
	color: #656565;
	font-size: 0.9em;
	margin-top: 0.25em;
}

#news p.date a {
	color: #333;
	text-decoration: none;
}

#news p.date a:hover {
	color: #656565;
	text-decoration: underline;
}

#news p.moreinfo {
	margin-top: 2em;
}

#news p.summary {
	margin-top: 0.5em;
}

#prev-next {
	margin-top: 1em;
	position: relative;
}

#prev-next a,
#prev-next p {
	font-size: 11px;
}

#prev-next p#pg {
	text-align: center;
}

#prev-next p#next {
	margin: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#prev-next p#prev {
	margin: 0px;
	position: absolute;
	top: 0px;
}

.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

/* Defaults */

body {
	background: #CDC8CE;
	color: #FFF;
	font: 13px/1.5 Helvetica, "Helvetica Neue", HelveticaNeue, Arial, sans-serif;
	/*min-width: 960px;*/
	}

#page {
	width: 960px; 
	margin: 0 auto;
	}

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

/*p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}*/	
	
/**nav**/
	
nav {
	background: #005395;
	/*height: 23px;
	border-top: 2px solid #CDC8CE;
	border-bottom: 4px solid #CDC8CE;*/
	text-align: right;
	color: #FFF;
	/*padding-top: 8px;*/
	padding-right: 25px;
	}
	
	nav a, nav a:hover, nav a:visited, nav a:active, nav a:focus {
		color: #FFF;
		text-decoration: none;
		}

/**login**/

#login {
	background: url(../images/loginBG.png) right top no-repeat;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	height: 31px;
	margin-left: 0px !important;
	text-align: right;
	padding-top: 8px;
	padding-right: 0px;
	}

/**content**/

article, #innerContent {
	
	background: url(../images/bodyBG.jpg) left top no-repeat;
	
	display: inline;
	float: right;	
	min-height: 488px;
	}

article p {
	font-family: Helvetica, "Helvetica Neue", HelveticaNeue, Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	padding-left: 50px;
	padding-right: 50px;
}

body#tinymce p {
	color: #848585; 
	font-size: 16px;
}
	
#innerContent {
	background: #FFF;
	width: 695px;
	}
	
	#innerContent img {
	float: left;
	margin-right: 10px;
	}
	
h1 {
	height: 47px; 
	background: url(../images/h1BG.png) left top repeat;
	font-family: Helvetica, "Helvetica Neue", HelveticaNeue, Arial, sans-serif;
	font-weight: bold;
	padding-top: 24px;
	color: #FFF;
	font-size: 30px;
	margin-top: 150px;
	/*text-align: right;*/
	padding-left: 50px;
	/*padding-right: 10px;*/
	padding-right: 50px;
	}	


h2 {
	font-family: Helvetica, "Helvetica Neue", HelveticaNeue, Arial, sans-serif;
	color: #899fc1;
	font-size: 21px;
	}

/**Sidebar**/

aside {
	display: inline;
	float: left;
	height: 428px;
	padding: 40px 0px 0px 20px;
	width: 244px;
	}
	
	
aside p {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 16px 0px;
	padding-right: 25px;
}
	
#before {
	background: url(../images/sidebarSprite.png) left top no-repeat;
	width: 168px;
	height: 167px;
	text-indent: -2000%;
	position: relative;
	z-index: 700;
	}
	
#after {
	background: url(../images/sidebarSprite.png) -180px top no-repeat;
	width: 223px;
	height: 222px;
	text-indent: -2000%;
	position: relative;
	z-index: 600;
	margin-top: -20px;
	}
	
	#before a, #after a {
		display: block;
		width: 100%;
		height: 100%;
		}
		
/**footer**/

footer {
	background: #3A383A;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	height: 28px;
	padding-top: 2px;
	}
	
#logo {
	background: url(../images/headerBG.jpg) no-repeat;
}

#logo a {
	background-repeat: no-repeat;
	display: block;
	font-size: 1%;
	text-indent: -9999px;	height: 147px;
	width: 264px;
}

#form-login {
	color: #fff;
	margin-left: 130px;
}

#form-login label {
	color: #fff;
	margin: 0;
	margin-right: 5px;
}

#form-login input[type="password"],
#form-login input[type="text"] {
	display: inline;
	margin: 0;
	margin-right: 10px;
	width: 150px;
}

#form-login input[type="submit"] {
	display: inline;
	margin: 1px 0px 0px 0px;
}

#label-customer {
	white-space: nowrap;
	width: 108px;
}

#label-password {
	width: 65px;
}

section {
	background: url(../images/sidebarBG.jpg) left top repeat-y;
	
	padding-bottom: 30px;
}

#contact {
	padding-bottom: 30px;
}

#tinymce {
	background: #fff;
}

.tinymce-content {
	white-space: normal !important;
}

video, div#video {
	margin-top: 25px;
}

h3 {
	color: #848585 !important;
	margin-top: 15px;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: hidden;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	z-index: 5000;
	cursor: pointer;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	z-index:5001;
	color: #fff;
	width: 150px;
	font-family: tahoma;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
  position:relative;
  z-index: 5006;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
	margin: 0px 0 0 12px;
  top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}
