

.panel {
	clear: both;
	display: none;
	padding: 0.2em;
	margin:-15px 0 0 0;
}

fieldset {
	padding: 2em;
}

.panel.active-tab-body {
	display: block;
}


#tabs {
	height: 28px;
	list-style: none;
margin-left:40px;

}
fieldset {
	border:2px solid white;
}

#tabs li {
	float: left;
	list-style-image:none;
	background-image:none;
	padding:0 0 -2px 0;

}

.tabs  {

	padding:0 5px 4px 0;
	margin:0 0 -12px 0;

}

*html .tabs  {

	padding:0 5px 2px 0;
	margin:0 0 2px 0;

}

#tabs a {
	float: left;
	padding: 3px 8px;
	/*margin-left: -50px;*/
	
	height:28px;
	text-decoration: none;
	color: #022765;
	font-weight:bold;
	border-top:2px solid white;
	border-left:2px solid white;
	border-right:2px solid white;
	border-bottom:2px solid white;
	
	background-color: #C8D3E6;
	
}

#tabs a.active-tab {
	background-color: #022765;
	padding-top: 3px;
	
	color: white;
	font-weight:bold;
	/*border:2px solid white;*/
}

#tab1 {
margin:-8px 0 0 0;
}

#tab2 {
margin:-8px 0 0 0;
}
/* form itself */


input.required {
position:relative;
z-index:20;
border: 1px solid #424242;
width: 201px;
background: #f3f3f4;
font: 13px Arial;
color: #1b1b1b;
padding-left:2px;
}

select.noreq {
position:relative;
z-index:20;
border: 1px solid #424242 !important;
width: 205px;
background: #f3f3f4;
font: 13px Arial;
color: #1b1b1b;
padding:1px;
}

*:first-child+html select.noreq {
width: 207px;
}

*html select.noreq {
width: 207px;
}

textarea {
position:relative;
z-index:20;
width: 342px;
height:90px;
background: #f3f3f4;
font: 13px Arial;
color: #1b1b1b;
border: 1px solid #424242;
padding-left:2px;
margin-left:50px;
font-weight:bold;
}



label {
font-weight: bold;
margin-top:0px;
position:relative;
z-index:20;
}
.form-row {
	clear: both;
	padding: 0.2em;
}

.field-label {
position:relative;
z-index:21;
font: bold 1em Arial;
padding-top: 2px;
padding-bottom: 3px;
padding-left: 10px;
padding-right: 10px;
color:black;
text-align:right;
width:170px;
float:left;
}


#forma {
width:430px;
margin: 0px auto;

}


.submit {
margin-top: 11px;
padding: 3px;
border: 1px solid #424242;
background: #f3f3f4;
height: 27px;
width: 70px;
font: bold 1em Arial;
float: left;
margin-left:190px;
color:black;
cursor:hand;
cursor:pointer;
}

.col_f {
position:relative;
float:left;
width:100px;

}

/* meet pure css pop-ups */

label a span {display: none;}

/* exclusively for ie6 a:hover bug */
label a:hover {
text-indent: 0;
}

label a:hover span {
display: block;
   position: absolute; 
top: -20px; 
right: 110px; 
width: 300px;
   padding: 5px; margin: 10px; z-index: 5000;
   color: navy; background: white; float:none;
   font: 13px Verdana, sans-serif; 
	text-align: center;



}


