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

.fuzzForm-wait-div{
	text-align:center;
	vertical-align: middle;
	background-image: url(/fuzzFramework/images/white-trans-bg.png); 
	z-index:50;
	position:absolute;
	display:none;
}

.fuzzDataGrid-row-wait-div{
	text-align:center;
	vertical-align: middle;
	color: #FFF;

	background-image: url(/fuzzFramework/images/black-trans-bg.png);
	z-index:50;
	position:absolute;
	display:none;
}

.fuzzForm-wait-text-container-div{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	width:100%;
}

.fuzzForm-wait-text-container-div-small{
	text-align:center;
	width:100%;
}

.fuzzForm-wait-img{
	width:31px;
	height:31px;
}

.fuzzForm-wait-img-small{
	width:43px;
	height:11px;
	padding: 2px 0px 2px 10px; 
	float:left;
}

.fuzzForm-wait-text-div-small{
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 12px;
	color: #333;
	margin:0px 0px 0px 10px;
	float:left;
}

.fuzzForm-wait-text-div{
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 15px;
	color: #333;
	margin:0px 0px 0px 0px;
}

.fuzzForm-info-box-container{
	font-family: helvetica, arial, verdana, sans-serif;
	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;
}

.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;}

/* 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;
}


/* 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;}