/*

Noteworthy
3 Column CSS Layout ( Fixed / Fluid / Fixed )
Last Modified: 05-8-08

*/
/*
:link, : visited
text-decoration: none;
*/


body {
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: verdana, arial, san-serif;
	color: #555555;
	line-height: 1.5em;
	background: #E2DECF url(../img/bg.jpg) top left repeat-x fixed;		
/*	background: #F6F4E4 url(../img/bg.jpg) top left repeat-x fixed;	*/
	}

/* Typography
------------------------------------------------------------------------------*/

p {
     margin: 0 0 8px 0;
     padding: 0;
     font-size: 0.9em;
     line-height: 1.6em;
}

#footer p {
     color: #EEEEEE;
     text-align: center;
     padding: 12px;
     margin: 0;
     font-size: 1em;
}

#top_section p {
     padding: 0 0 0 5px;
     margin: 0;
     color: #666666;
     text-align:left;
     font-size: .9em;     
}

#bottom_section p {
     padding: 0;
     margin: 0;
     color: #666666;
     text-align: center;
     font-size: .9em;
}

#header_left h1{
     margin: 20px 0 0 25px;
     padding: 0;
     font-size: 2.2em;
     line-height: 1.2em;     
     letter-spacing: -1px;
     color: #333333;
}


#header_left h2 {
     font-size: 1.1em;
     line-height: 1.2em;
     font-weight: normal;
     letter-spacing: 0px;
     color: #DDDDDD;
     margin: 0 0 0 25px;
     padding: 0;
}

h1 {
     margin: 0 0 .5em 0;
     padding: 0;
     font-size: 1.0em;
     line-height: 1.2em;     
     letter-spacing: -1px;
     color: #333333;
}

h2 {
     margin: 0 0 .5em 0;
     padding: 0;
     font-size: 1.4em;
     line-height: 1.2em;     
     letter-spacing: -1px;
     color: #333333;
}

h3 {
     margin: 0 0 .5em 0;
     padding: 0;
     font-size: 1.3em;
     line-height: 1.2em;     
     letter-spacing: -1px;
     color: #333333;
}

h4 {
     margin: 0 0 .5em 0;
     padding: 0;
     font-size: 1.2em;
     line-height: 1.2em;
     letter-spacing: -1px;
     color: #333333;
}

h5 {
     margin: 0 0 .5em 0;
     padding: 0;
     font-size: 1.1em;
     line-height: 1em;
     letter-spacing: -1px;
     color: #333333;
}
h3 {
     margin: 0 0 .5em 0;
     padding: 0;
     font-size: 1.3em;
     line-height: 1.2em;     
     letter-spacing: -1px;
     color: #0000CD;
}
/* Hyperlinks
------------------------------------------------------------------------------*/

a:link, a:visited, a:active { 
     background-color: transparent;
     color: #0066CC; 
     text-decoration: none;
}

a:hover { 
     background-color: transparent;
     color: #0066CC; 
     text-decoration:underline;
}

#header a:link, #header a:visited, #header a:active { 
     background-color: transparent;
     color: #FFFFFF; 
     text-decoration: none;
}

#header a:hover { 
     background-color: transparent;
     color: #FFFFFF; 
     text-decoration:underline;
}

#footer a:link, #footer a:visited, #footer a:active {
	background-color: transparent;
	color: #039;
	text-decoration: none;
}

#footer a:hover {
	background-color: transparent;
	color: #00F;
	text-decoration:underline;
}

#top_section a:link, #top_section a:visited, #top_section a:active { 
     background-color: transparent;
     color: #0066CC; 
     text-decoration: none;
}

#top_section a:hover { 
     background-color: transparent;
     color: #0066CC; 
     text-decoration:underline;
}

#bottom_section a:link, #bottom_section a:visited, #bottom_section a:active { 
     background-color: transparent;
     color: #0066CC; 
     text-decoration: none;
}

#bottom_section a:hover { 
     background-color: transparent;
     color: #0066CC; 
     text-decoration:underline;
}
/* baixo2 */
#footer2 {
	clear: left;
	width: 100%;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	background-color: #FFF;
}

/* baixo */


/* Ordered/Unordered Lists
------------------------------------------------------------------------------*/


#right_column ul, #left_column ul, #content_column ul  {
     margin: 0 0 10px 5px;
     padding-left: 0px;
     list-style-type:none

}

#right_column  ol, #left_column ol, #content_column  ol {
     margin: 0 0 10px 0;
     padding-left: 0;
 
}

#right_column  ol li, #left_column  ol li, #content_column  ol li  {
     margin-left: 5px;
     padding-left: 0px; 
     background: none; 
     list-style-type: decimal;
     list-style-position: inside; 
     font-size: 1em;
     line-height: 1.6em;
}

#right_column  li, #left_column  li, #content_column li {
     padding-left: 10px;
     background: transparent url(../img/arrow.gif) 0 0.5em no-repeat;
     font-size: 1em;
     line-height: 1.6em;
}

/* Blockquotes
------------------------------------------------------------------------------*/

blockquote
{
	background-image: url(../img/quote.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-style: italic;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 30px;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 10px;
    color: #444444;
}

blockquote p { margin: 0 0 .7em 0; }


/* Horizontal Menu
------------------------------------------------------------------------------*/

ul#navlist {
     margin: 0;
     padding: 0;
     font-weight: bold;
     font-size: 1.2em;
     padding: .3em 0;
}

#navlist li {
     display: inline;
     list-style-type: none;
     margin: 0; padding: 0;
     line-height: 1.7em;
}

#navlist a { padding: .4em .6em; margin: 0;}

#navlist a:link, #navlist a:visited {
     color: #FFFFFF;
     background-color: transparent;
     text-decoration: none;
     border: 1px solid #7BB73A;     
}

#navlist a:hover {
     color: #111111;
     background-color: #FFFFFF;
     border: 1px solid #333333;
     text-decoration: none;
}


/* Page Layout
------------------------------------------------------------------------------*/

#top_section {
	width: 85%;
	margin: 0 auto;
	padding: 15px 10px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: right bottom;
}

#middle_section {
	width: 85%;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right top;
	color: #000;
}

#header{
	background-color: #CDE7F8;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	background-image: url(../img/tipologo.png);
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 160px;
	/*	height: 190px; */
	
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header_left {
	float: none;
	background-image: url(../ela/icons/tipologo.png);
	height: 193px;
	width: 750px;
	margin: 20px;
}

#header_right {
     float: right;
     width: 350px;
}

#menu_bar {
	padding: 5px;
	border-top: 1px solid #96DA4D;
	border-bottom: 1px solid #65962F;
	height: 30px;
	background-color: #069ACD;
	background-repeat: no-repeat;
	background-position: right top;
}
input {
	border: dotted 1px #333;
	font-family: Calibri, Verdana, Arial;
	font-size: 10px;
}

#tit_area {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	background-color: #7BB73A;
	color: #FFF;
}


#breadcrumb {
    padding: 15px 15px;
    margin: 0px;
    border-bottom: 1px solid #dddddd;
    background: #FFFFFF url(../ela/img/shadow.gif) top left repeat-x;
}

#content_wrapper {
     float: left;
     width: 100%;
}

#content_column {
	margin-top: 0;
	margin-right: 190px;
	margin-bottom: 0;
	margin-left: 220px;
/*	margin-left: 190px; */
	
}

#left_column {
	float: left;
	width: 240px;
	margin-left: -100%;
	background: #F7F7F7 url('../img/sidebar_fade.jpg') bottom left repeat-x;
}

#right_column {
     float: left;
     width: 210px; 
     margin-left: -210px; 
     background: #F7F7F7 url('../img/sidebar_fade.jpg') bottom left repeat-x;
}

#header_img {
	clear: left;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #069ACD;
	background-image: url(../icons/tipologo.png);
}

#footer {
     clear: left;
     width: 100%;
     background: #3F72C6;
     padding: 0;
     margin: 0;
}

.column_padding {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 60px;
}

#bottom_section {
   width: 85%;
     margin: 0 auto;
     padding: 15px 10px;
     text-align: left;
}

/* Other	
------------------------------------------------------------------------------*/

.photo_frame {
	float: right;
	padding: 6px;
	border: 1px solid #dddddd;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	margin: 5px 0 5px 10px;
}

.photo_frame img {
	   border: none;
}
#content_column_1 {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 230px;
}
.column_paddingEsq {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
div.not_foto {
	margin: 10px;
	text-align:justify;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099FF;
	padding-bottom: 10px;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
}

.data {
	font-size: 8px;
	text-align: right;
}

#navcontainer {
	float: left;
	width: 50%;
}
#navcontainer1 {
	float: right;
	width: 30%;
}
div.not_detalhe  {
	text-align:justify;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #336600;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
div.destaque   {
	text-align:justify;
	border-top-style: dotted;
	border-top-width: 1px;
}
div.scroll {
	height: 400px;
	overflow: auto;
	padding: 8px;
	width: 90%;
}
select.letra {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#footer_img {
	clear: left;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #FFF;
}
#login {
	border: 1px solid #060;
}

.regraSimNao {
	float: left;
}
.regraNaoSim {
	float: right;
}

/* Classes de cores para as tabelas
    8 de Setembro de 2009
*/ 

.cor1 {
	background-color: #0099CC;
	color:#EEE;
	
}
.cor2 {
	background-color: #99CC66;
	color:#000;
	text-align:center;
}
.cor3 {
	background-color: #FFFF99;
	color:#2A0000;
	text-align:center;
}
.cor4 {
	background-color: #FFFFCC;
	color:#2A0000;
	text-align:center;
}
.cor5 {
	background-color: #99CC66;
	color:#000;
}
.cor6 {
	background-color: #FFFF99;
	color:#2A0000;
}
.cor7 {
	background-color: #FFFFCC;
	color:#2A0000;
}
.cor7 {
	background-color: #FFFFCC;
	color:#2A0000;
}
.cor8 {
	background-color: #EEE8AA;
	color:#2A0000;
	text-align;
}
.cor9 {
	background-color: #F0E68C;
	color:#2A0000;
}
.cor10 {
	background-color: #EEDD82;
	color:#2A0000;
}
.cor11 {
	background-color: #E0EEEE;
	color:#2A0000;
}
.cor12 {
	background-color: #C1CDCD;
	color:#2A0000;
}

.cor13 {
	background-color: #9FB6CD;
	color:#2A0000;
}	
.cor14 {
	background-color: #CCCC99;
	color:#2A0000;
}
.style10 {color: #191979}
.style20 {color: #6495ED}
.style30 {color: #8b4513}
.style11 {color: #4876FF}
.style12 {color: #0000FF}
.style13 {color: #0000CD}

/* Para o Motor de Busca */
#procura-form {
	/*position: absolute;
	top:306px;
	right:752px;*/
	width:18%;
	height:40px;
	margin-left:15px;

}
#procura-form fieldset{
	float: left;
	background:url(../icons/bg-procura.gif) no-repeat;
	width:144px;
	height:16px;
	padding:4px 6px;
	border:none;
}
#procura-form .text-input{
	float:left;
/*	background:#87CEEB; */
	background:none; 
	border:none;
	width:120px;
	margin:0;
	color:#000000;
}
#procura-form input{border:none;margin:0;padding:0;width:auto;}
.btn-procura{
	float:right;
	margin:1px 0 0;
	border:none;
	width:auto;
}
#content_column_2 {
	text-align:left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 300px;
	color: #030;
}

*/

html, body { margin: 0px; padding: 0px; }

div.TabView
{
  font-family: Verdana, Sans-Serif;
  font-size:   12px;
}


/* ***** Tabs *************************************************************** */

div.TabView div.Tabs
{
  height: 22px;

  background: url('../tab-view.png')  repeat-x 0px -72px;
}

div.TabView div.Tabs a
{
  display: block;
  float:    left;

  margin-right: 1px;

  width: 90px;
  text-align: center;

  height:      22px;
  line-height: 21px;
  vertical-align: middle;

  background: url('./tab-view.png') no-repeat 0px   0px;

  text-decoration: none;
  font-weight: 400;
  color:   #004040;
  cursor:  pointer;
}

div.TabView div.Tabs a:hover
{
  background: url('../tab-view.png') no-repeat 0px -35px;
}

div.TabView div.Tabs a.Current,
div.TabView div.Tabs a.Current:hover
{
  margin-top: 01px;
  height:     21px;
  background: url('../tab-view.png') no-repeat 0px   0px;
  cursor:  default;
}


/* ***** Pages ************************************************************** */

div.TabView div.Pages
{
  clear: both;

  border: 1px solid #404040;
  border-top: none;

  background: #FCFCFC;
}

div.TabView div.Pages                  { overflow: hidden; }
div.TabView div.Pages div.Page         { overflow:   auto; }
div.TabView div.Pages div.Page div.Pad {
	padding: 7px 7px;
	font-size: 10px;
	color: #009;
}
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix {display:block;}
/* End hide from IE-mac */
#wrapper {
width: 946px;
margin: 0px auto;
padding: 0px;
background: url(images/content_bg.png) repeat-y top left;
}
#secWrapper{
width: 946px;
margin: 0px auto;
padding: 20px 0px 0px 0px;
background: url(images/content_top.png) no-repeat top left;
}
#container {
	width: 946px;
	background: url(images/content_bottom.png) no-repeat bottom left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 40;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 35px;
}
#mainCol {
	width: 95%;
	float: left;
	margin: 5px;
	padding: 5px;
	text-align: left;
}
#mainCol #services {
position: relative;
background: url(images/service_bg.jpg) no-repeat top left;
width: 956px;
padding: 0px;
padding-top: 46px;
height: 143px;
margin-bottom: 10px;
}
#services h3 {
font-size: 18px;
color: #112638;
font-weight: normal;
margin: 0px;
padding: 0px;
font-family: Cambria, Georgia, "Times New Roman", Times, serif;
position: absolute;
top: 10px;
left: 20px;
}
#mainCol #services ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}
#mainCol #services ul li {
float: left;
display: block;
width: 180px;
height: 120px;
padding: 5px;
margin: 0px 8px 0px 15px;
text-align: left;
}
#mainCol #services ul li h4 {
font-size: 14px;
color: #112638;
font-weight: bold;
margin: 0px;
padding: 0px;
font-family: Cambria, Georgia, "Times New Roman", Times, serif;
}
#mainCol #services ul li p {
color: #414141;
font-size: 12px;
margin: 2px;
padding: 0px;
text-align: left;
}
#mainCol ul#maincon {
border: 1px solid #cde1f5;
margin: 0px;
padding: 6px;
width: 100%;
list-style-type: none;
background: url(images/main_col_bg.png) no-repeat top left #f8fcff;
}
#mainCol ul#maincon li {
	width: 96%;
	border-bottom: 1px dotted #aeaeae;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 12px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#mainCol ul#maincon li.last {
border: none;
}
#mainCol ul#maincon li img {
	width: 80px;
	height: 60px;
	padding: 1px;
	margin: 6px 0px 0px 0px;
	float: left;
	border: 2px solid #cde1f5;
}
#mainCol ul#maincon li h2 {
	font-size: 16px;
	color: #34394e;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 120px;
}
#mainCol ul#maincon li p {
	font-size: 10px;
	color: #4d4d4d;
	padding: 0px;
	margin-left: 110px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#secCol {
width: 320px;
float: right;
margin: 0px;
padding: 0px;
text-align: center;
}
#middle_section #content_wrapper #content_column_1 .column_padding div table .style13 td {
	color: #000;
}
#middle_section #footer #footer #footer2 #footer2 table tr td {
	color: #000;
}
#middle_section #footer #footer2 #footer2 table tr td {
	color: #000;
}
form.formular, .validationEngineContainer {
	font-family: tahoma, verdana, "sans-serif";
	font-size: 12px;
	padding: 20px;
	border: 1px solid #A5A8B8;
	width: 300px;
	margin: 0 auto;
}
.formular fieldset {
	margin-top: 20px;
	padding: 15px;
	border: 1px solid #B5B8C8;
}

.formular legend {
	font-size: 12px;
	color: #15428B;
	font-weight: 900;
}

.formular fieldset label {
	float: none;
	text-align: inherit;
	display:block;
	width: auto;
}

.formular label span {
	color: #000;
}

.formular input,.formular select,.formular textarea {
	display: block;  /* this breaks relative positioning */
	margin-bottom: 5px;
}

.formular .text-input {
	width: 250px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF repeat-x;
}

.formular textarea {
	width: 250px;
	height: 70px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF repeat-x;
}

.formular .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.formular span.checkbox, .formular .checkbox, .formular .radio {
	display: inline;
}

.formular .submit {
	
	border: 1px solid #AAA;
	padding: 4px;
	margin-top: 20px;
	float: right;
	text-decoration: none;
	cursor: pointer;
}

.formular hr {
	clear: both;
	visibility: hidden;
}

.formular .fc-error {
	width: 350px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}

.formular input[data-prompt-position="inline"] {
	display: inline;
}

.footnote {
	font-size: 11px;
	color: #666;
	font-style: italic;
}

.prompt-target {
	border: 1px dotted #666;
	min-height: 21px;
}

.inline-prompts label>span{
	display: inline-block;
	width: 250px;
}

.inline-prompts .text-input+.formError{
	margin-left: 10px;
}

.prompt-summary .inline {
	display: block;
}			
//* { font-family: Verdana; font-size: 75%; }  

2 label { display: block; margin-top: 10px; }  

3 label.error { float: none; color: red; margin: 10px 0 0; vertical-align: top; font-size: 10px }  

4 p { clear: both; }  

5 .submit { margin-top: 1em; }  

6 em { font-weight: bold; padding-right: 1em; vertical-align: top; } 
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: verdana, arial, san-serif;
	color: #555555;
	line-height: 1.2em;

/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }

    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }




.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	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;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-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;
	-o-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;
	-o-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;
}
fieldset {
  margin-bottom: 1em;
  border: 1px solid #0066FF ;
  border-right: 1px solid #0066FF ;
  border-bottom: 1px solid #0066FF ;
}

legend {
  font-weight: bold;
/*  border: 1px solid #888;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666; */
  padding: .5em;
/*  background-color: #CCC; */
}
