.falslink {
cursor:pointer;
}

tr.mover {
	background:#FFFFFF;
}

tr.mover:hover {
	background:#EEEEEE;
}


.verde {
	color:#336633;
}

.rosu {
	color:#990033;
}

.wt {
	color:white;
	font-weight: bold;
	text-align: center;
}

.white_link {
	color:white;
	font-weight: bold;
	text-align: center;
}

h0 {
	color:red;
	font-weight: bold;
	font-size: 18px;
}

.wt2 {
	color:white;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
}

.border_left
{
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	border-bottom: 1px solid #000055;
	border-left: 1px solid #BBFFBB;	
}

.linie_sus
{
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.liniesus
{
	border-top: 1px solid #007040;
}

.subliniat
{
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	border-bottom: 1px solid #005500;
}

body {
	background: #FFF;
}

input.button {
        background :#37618E;
        border : 1px outset #000000;
        color : #ffffff;
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : 9px;
        font-style : normal;
        font-weight : bolder;
		cursor:pointer;
        padding: 4px 15px 4px 15px;		
}

input.button_old {
        background :#37618E;
        border : 1px outset #000000;
        color : #ffffff;
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : 9px;
        font-style : normal;
        font-weight : bolder;
		cursor:pointer;
        padding: 3px 9px 3px 9px;		
}

input.button[disabled] {
        background-color : #9e9e9e;
        border : 0px outset #000000;
        color : #ffffff;
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : 9px;
        font-style : normal;
        font-weight : thin;
        padding: 4px 15px 4px 15px;		
}

input.button_rosu {
	border : 1px outset #000000;
	color : #ffffff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-style : normal;
	font-weight : bolder;
	cursor:pointer;
	background-color: #D93337;
    padding: 4px 15px 4px 15px;		
	
}

input.button_rosu[disabled] {
        background-color : #9e9e9e;
        border : 0px outset #000000;
        color : #ffffff;
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : 9px;
        font-style : normal;
        font-weight : thin;
        padding: 4px 15px 4px 15px;		
}

input.button_blue {
	border : 1px outset #000000;
	color : #ffffff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-style : normal;
	font-weight : bolder;
	cursor:pointer;
	background-color: #2D6A97;
    padding: 4px 15px 4px 15px;		
}
input.button_bluex {
	border : 1px outset #000000;
	color :#ffffff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-style : normal;
	font-weight : bolder;
	cursor:pointer;
	background-color: #4BAD5A;
    padding: 4px 15px 4px 15px;		
}
input.button_white {
	border : 1px outset #000000;
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-style : normal;
	font-weight : bolder;
	cursor:pointer;
	background-color: #A6A6A6;
    padding: 4px 15px 4px 15px;		
}

* { 
  font-family: Arial; 
  font-size: 10px; 
  xcolor: #333333; 
}

.eroare {
  font-family: Tahoma; 
  color: red;
  font-weight: bold;
  font-size: 12px;
}

.nueroare {
  font-family: Tahoma; 
  color: darkgreen;
  font-weight: bold;
  font-size: 12px;
}


.titlu
{
  font-weight: bold;
  font-size: 14px; 
  color: black; 
}

.titlu_r
{
  font-weight: bold;
  font-size: 14px; 
  color: red; 
}

.titlu2
{
  font-weight: bold;
  font-size: 16px; 
  color: black; 
  backgound-color: white;
}

.menu
{ 
  font-size: 11px; 
  font-weight: bold;
  color: white; 
}

.submenu
{ 
  color: white; 
}

.menun
{ 
  font-size: 13px; 
  font-weight: bold;
  color: black; 
}

.menun_r
{ 
  font-size: 13px; 
  font-weight: bold;
  color: red; 
}

.menui
{ 
  font-size: 13px; 
  font-weight: bold;
  font-style:italic;
  color: black; 
}

.numen
{ 
  padding: 1px;
  font-size: 12px; 
  font-weight: bold;
  color: black;
}

.txtn
{ 
  color: black; 
}

.txtn p
{ 
  color: black; 
}

.txt
{ 
  font-size: 10px; 
  color: #333333; 
}
/*
.input {
  color: black;
  border: 1px solid black;
  padding:2px 2px 2px 3px;
}
*/
.input {
  color: black;
  border: 1px solid black;
  padding:2px 2px 2px 3px;
  transition: transform .2s;  
}
/*
.input:hover {
  -ms-transform: scale(1.5); 
  -webkit-transform: scale(1.5); 
  transform: scale(1.5); 
}
 
 
.test_zoom {
    transition: transform .8s;  
}

.test_zoom:hover {
    margin-left:20%;    
  -ms-transform: scale(1.5); 
  -webkit-transform: scale(1.5); 
  transform: scale(1.5); 
}
*/
.inputf {
  color: black;
  border: 0px solid black;
  padding:2px 2px 2px 2px;
  background:transparent;
  width:90px;
}

.input[readonly] {
  color: black;
  border: 1px solid #a1a1a1;
  padding:2px 2px 2px 3px;
}

.input[disabled] {
  color: #c1c1c1;
  border: 1px solid #a1a1a1;
  padding:2px 2px 2px 3px;
}


.inputn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: thin solid black;
	text-align:right;
    padding:2px 2px 2px 3px;
}
.input2 {
  color: black;
  border: 0px solid black;
  padding: 0px;
}

select.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: thin solid black;
	padding:0px 0px 0px 0px;
}

select.input option {
  color: black;
}

.inputx {
  color: black;
  border: 1px solid #ababab;
  behavior:  url();
}

.blackborder {
  border: 1px solid black;
}
      
.portocaliu {
	background: #ff6100;
	border: 1px solid black;
	color: white; 
	font-size: 11px; 
}

.black {
	BACKGROUND: black; 
	COLOR: white; 
	FONT-WEIGHT: bold
}

a
{ 
  text-decoration: none;
}
a:link
{ color: #204D62;
  text-decoration: none;
}
a:visited
{  color: #204D62;
   text-decoration: none;
}
a:hover
{ color: #234E8D;
  text-decoration: underline;
  font-weight:bold;   
}

a.menu
{ 
  text-decoration: none;
}
a.menu:link
{ color: white;
  text-decoration: none;
}
a.menu:visited
{  color: white;
   text-decoration: none;
}
a.menu:hover
{ color: black;
  text-decoration: none;   
}

a.menu2
{ 
  text-decoration: none;
}
a.menu2:link
{ color: white;
  text-decoration: none;
}
a.menu2:visited
{  color: white;
   text-decoration: none;
}
a.menu2:hover
{ color: white;
  text-decoration: underline;   
}

a.menu3
{ 
  text-decoration: none;
}
a.menu3:link
{ color: black;
  text-decoration: none;
}
a.menu3:visited
{  color: black;
   text-decoration: none;
}
a.menu3:hover
{ color: black;
  text-decoration: underline;   
}

a.smenu
{ 
  text-decoration: none;
}
a.smenu:link
{ color: black;
  text-decoration: none;
}
a.smenu:visited
{  color: black;
   text-decoration: none;
}
a.smenu:hover
{ color: white;
  text-decoration: none;   
}

body, textarea {
  scrollbar-3dlight-color:    rgb(0,64,112);
  scrollbar-arrow-color:      rgb(0,64,112);
  scrollbar-base-color:       rgb(249,249,249);
  scrollbar-darkshadow-color: rgb(249,249,249);
  scrollbar-face-color:       rgb(249,249,249);
  scrollbar-highlight-color:  rgb(255,255,255);
  scrollbar-shadow-color:     rgb(0,64,112);
}

table.casuta1 {
 border:1px #6699CC solid;
}

table.casuta1_r {
 border:1px #704000 solid;
}


td.casuta2 {
 background-color:#007040;
}

.table_003 {
 background-color:#336699;
 text-align: center;
 color: White;
}

.table_003_r {
 background-color:#704000;
 text-align: center;
 color: White;
}

.table_003_x {
 background-color:#007040;
 text-align: center;
 color: White;
 border-top:1px solid #007040;
}

table.casuta {
 border:1px #FFF solid;
}

table.casutax {
 border:1px #007040 solid;
 background-color:#A5B2CE;
 margin-left:10px;
}

.casuta_n {
 border:1px black solid;
}

.casuta_n_regcasa {
 border-top:1px black solid;
 border-bottom:1px black solid;
}

.margintop {
	border:1px black solid;
	padding-top:3px;
}

.cell_regcasa_c {
	padding:3px;
	border:1px solid black;
	border-bottom:1px black solid;
	border-left:1px black solid;
	text-align:center;
	font-size:9px;
}

.cell_regcasa_c2 {
	padding:3px;
	border:1px solid black;
	border-bottom:1px black solid;
	border-left:1px black solid;
	border-right:1px black solid;
	text-align:center;
	font-size:9px;
}

.cell_regcasa_c3 {
	padding:3px;
	border:1px solid black;
	border-bottom:1px black solid;
	text-align:center;
	font-size:9px;
}

.cell_regcasa_r {
	padding:3px;
	padding-right:10px;
	border:1px solid black;
	border-bottom:1px black solid;
	border-left:1px black solid; 
	text-align:right;
	font-size:9px;
}

.regc {
	padding:3px;
	padding-right:10px;
	text-align:right;
}

.cell_regcasa_r2 {
	padding:3px;
	padding-right:10px;
	border:1px solid black;
	border-bottom:1px black solid;
	border-left:1px black solid;
	border-right:1px black solid;
	text-align:right;
	font-size:9px;	
}

.textbold {
	font-weight:bold;
	font-size:11px;
}

tr.casuta_titlu {
 background-color:#37618E;
 color: white;
 text-align: center;
 font-weight:500;
 font-size:14px;
 border:1px solid #fff;
}

tr.casuta_titlu_n {
 background-color:black;
}

.casuta_titlu2 {
 background-color:#6699CC;
 color: black;
 text-align: center;
 }
.casuta_titlu_verde {
 background-color:#A5CEB2;
 color: black;
 text-align: left;
}

.casuta_titlu3 {
 background-color:#336699;
 color: white;
 text-align: center;
 
}
.casuta_titlu_xb {
 background-color:#099;
 color: #000;
   -moz-border-radius:			7px;
	-webkit-border-radius:		7px;
	 border:1px solid #FFF;

}
.casuta_titlu_flori {
	background-color:#FFF;
 	color: #000;
	border:1px #A5B2CE solid;
	margin-left:1%;
}
.casuta_titlu_but {
 	background-color:#099;
	 color: #000;
	 border:1px #FFF solid;

}
.casuta_titlu_new {
 background-color:#336699;
 color: white;
 text-align: center;
 border:1px solid #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: bold;	
}

.casuta_titlu_x {
 background-color:#336699;
 color: white;
 text-align: center;
 border:1px solid #fff;
   -moz-border-radius:			7px;
	-webkit-border-radius:		7px;
}

.casuta_titlu_tn {
 background-color:#abc;
 color: black;
 text-align: center;
margin:2px;
}
.casuta_titlu_xx {
	background-color:#6699CC;
	color: white;
	text-align: center;
	-moz-border-radius:			7px;
	-webkit-border-radius:		7px;
	border:1px solid #fff;
}
.casuta_titlu_xy {
		border:1px solid #fff;
 background-color:#336699;
 color: white;
 text-align: center;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright:	7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
}
.balanta {
 background-color:#A5CEB2;
 color: black;
 text-align: center;
}

span.casuta_titlu {
	color: White;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

span.casuta_titlu_n {
	color: White;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.t2 {
	color: DarkBlue;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

div.casuta_mesaj {
	color: #007040;
}

td.celula_simpla {
	padding: 3px;
	text-align:center;
    vertical-align: middle;
    
}

.alleft {
	text-align:left;
}

.alright {
	text-align:right;
	vertical-align:middle;
}

.alcenter {
	text-align:center;
}

td.celula_endrow {
	text-align: center;
    vertical-align:middle;
}

.factura_ctrlnet {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.factura_ctrlnet_bold {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

.factura_casuta {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
vertical-align:top;
}

.factura_casuta_bold {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
vertical-align:top;
}

.factura_casuta_boldr {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
vertical-align:top;
text-align:left;
}

.factura_casuta_bold_w {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
vertical-align:top;
color: white;
}

.linie_tl
{
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	border-top:1px solid black;
	padding:3px;
}

.linie_tl1
{
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	border-top:1px solid black;
	padding:3px;
}

.cbx {
  color: black;
  border: 1px solid black;
  margin:0px;
}

caption {
 background-color:#336699;
 color:#FFFFFF;
 text-align:center;
 font-weight:bold;
 padding:3px;
 font-size:12px;
 border:1px solid  #fff;
}

.txtbold {
 font-weight:bold;
}

.cautare {
color:blue;
font-size:12px;
}

.cursor {
	cursor:pointer;
	cursor:hand;
	border:0;
}












.TESTcpYearNavigation,
.TESTcpMonthNavigation
{
			background-color:#66DD77;
			text-align:center;
			vertical-align:center;
			text-decoration:none;
			color:#FFFFFF;
			font-weight:bold;
}

.TESTcpDayColumnHeader,
.TESTcpYearNavigation,
.TESTcpMonthNavigation,
.TESTcpCurrentMonthDate,
.TESTcpCurrentMonthDateDisabled,
.TESTcpOtherMonthDate,
.TESTcpOtherMonthDateDisabled,
.TESTcpCurrentDate,
.TESTcpCurrentDateDisabled,
.TESTcpTodayText,
.TESTcpTodayTextDisabled,
.TESTcpText
{
			font-family:arial;
			font-size:8pt;
}

TD.TESTcpDayColumnHeader
{
			text-align:right;
			border:solid thin #66DD77;
			border-width:0 0 1 0;
}

.TESTcpCurrentMonthDate,
.TESTcpOtherMonthDate,
.TESTcpCurrentDate
{
			text-align:right;
			text-decoration:none;
}

.TESTcpCurrentMonthDateDisabled,
.TESTcpOtherMonthDateDisabled,
.TESTcpCurrentDateDisabled
{
			color:#D0D0D0;
			text-align:right;
			text-decoration:line-through;
}

.TESTcpCurrentMonthDate
{
			color:#66DD77;
			font-weight:bold;
}

.TESTcpCurrentDate
{
			color: #FFFFFF;
			font-weight:bold;
}

.TESTcpOtherMonthDate
{
			color:#808080;
}

TD.TESTcpCurrentDate
{
			color:#FFFFFF;
			background-color: #66DD77;
			border-width:1;
			border:solid thin #000000;
}

TD.TESTcpCurrentDateDisabled
{
			border-width:1;
			border:solid thin #FFAAAA;
}

TD.TESTcpTodayText,
TD.TESTcpTodayTextDisabled
{
			border:solid thin #66DD77;
			border-width:1 0 0 0;
}

A.TESTcpTodayText,
SPAN.TESTcpTodayTextDisabled
{
			height:20px;
}

A.TESTcpTodayText
{
			color:#66DD77;
			font-weight:bold;
}

SPAN.TESTcpTodayTextDisabled
{
			color:#D0D0D0;
}

.TESTcpBorder
{
			border:solid thin #66DD77;
}

.casuta_mesaj
{
	background:#A5CEB2;
	text-align:left;
	padding:3px;
	font-size:12px;
	font-family:Tahoma;
	font-weight:bold;
	color:black;
	border-top:1px solid #A5CEB2;
}

.linie_mesaj
{
	text-align:left;
	padding:3px;
	border-top:1px solid #A5CEB2;
}

.linie_mesajc
{
	text-align:center;
	padding:3px;
	border-top:1px solid #A5CEB2;
}

.linie_mesajr
{
	text-align:right;
	padding:3px;
	border-top:1px solid #A5CEB2;
}

.noborder
{
	border-width:0px;
}

.transparent
{
	border-width:0px;
	background-color:transparent;
}

.trh { background:transparent; }
.trh:hover { background:#EEEEEE; }


.click-menu     { width: 150px; padding: 0px 0px; margin-top: 0; margin-bottom: 0; border:0px solid #007040; }
.click-menu .box1       { background-color: #23489E; color: #FFFFFF; font-weight: bold; padding: 5px 5px; cursor: default; position: relative; }
.click-menu .box1-hover { background-color: #cbddea; color: #151F8C; font-weight: bold; padding: 5px 5px; cursor: default; position: relative; }
.click-menu .box1-open  { background-color: #CFDFE4; color: #151F8C; font-weight: bold; padding: 5px 5px; cursor: default; position: relative; }
.click-menu .box1-open-hover    { background-color: #a3b1bb; color: #151F8C; font-weight: bold; padding: 5px 5px; cursor: default; position: relative; }
.click-menu .section    { background-color: #D6EBE4;line-height: 15px; padding: 0px 0px 0px 0px; display: none; }
.click-menu .section a  { color: #15586B; text-decoration: none; white-space: nowrap; }
.click-menu .section a:hover    { color: #006633; text-decoration: none; white-space: nowrap; }
.click-menu .box2       { padding: 0px 0px 0px 21px; }
.click-menu .box2-hover { background-color: #a3bbb1; padding: 0px 0px 0px 21px; }
.click-menu .section .active,
.click-menu .section .active:hover { color: yellow; }
.tip		{ width: 150px; }


.news_p { margin-left:20px;margin-top:-0.25em; color:#444; }

.formdenumire { text-align:right; font-weight:bold; font-size:11px; width:70px; }

#preloadedImages {
       width: 0px;
       height: 0px;
       display: inline;
       background-image: url(images/loading.gif);
       background-image: url();
}
.butoane_blue					{
    padding: 4px 15px 4px 15px;		
	border:1px solid #FFF;
	margin:20px 0px 0px 0px;
	color:#FFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0px 0px 2px #60A4C8;
	-webkit-box-shadow: 0px 0px 2px #60A4C8;
	box-shadow: 0px 0px 2px #ccc;
	/*height: 27px;*/
	/*width: 75px;*/
	min-width:75px;
	font-weight: bold;
	background-color: #60A4C8;
}

.butoane_blue:hover		{
	color:#60A4C8;
	border:1px solid #60A4C8;
	-moz-box-shadow: 0px 0px 1px #177BA2;
	-webkit-box-shadow: 0px 0px 1px #177BA2;
	box-shadow: 0px 0px 1px #CCC;
	font-weight: bold;
	background-color: #FFF;
    padding: 4px 15px 4px 15px;		
}
.butoane_blue2					{
	border:1px solid #FFF;
	margin:5px 0px 0px 0px;
	color:#FFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0px 0px 2px #60A4C8;
	-webkit-box-shadow: 0px 0px 2px #60A4C8;
	box-shadow: 0px 0px 2px #ccc;
	/*height: 27px;*/
	/*width: 75px;*/
	min-width:75px;
	font-weight: bold;
	background-color: #60A4C8;
    padding: 4px 15px 4px 15px;		
	
}

.butoane_blue2:hover		{
	color:#60A4C8;
	border:1px solid #60A4C8;
	-moz-box-shadow: 0px 0px 1px #177BA2;
	-webkit-box-shadow: 0px 0px 1px #177BA2;
	box-shadow: 0px 0px 1px #CCC;
	font-weight: bold;
	background-color: #FFF;
    padding: 4px 15px 4px 15px;		
}
.butoane_red				{
    padding: 4px 15px 4px 15px;		
	border:1px solid #FFF;
	margin:20px 0px 0px 0px;
	color:#FFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0px 0px 2px #666;
	-webkit-box-shadow: 0px 0px 2px #666;
	box-shadow: 0px 0px 2px #666;
	/*height: 27px;*/
	/*width: 75px;*/
	min-width:75px;
	font-weight: bold;
	background-color: #EB645C;	
}

.butoane_red:hover		{
	color:#EB645C;
	border:1px solid #EB645C;
	-moz-box-shadow: 0px 0px 1px #177BA2;
	-webkit-box-shadow: 0px 0px 1px #177BA2;
	box-shadow: 0px 0px 1px #CCC;
	font-weight: bold;
	background-color: #FFF;
    padding: 4px 15px 4px 15px;		
}
.butoane_green					{
    padding: 4px 15px 4px 15px;		
	border:1px solid #FFF;
	margin:20px 0px 0px 0px;
	color:#FFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0px 0px 2px #666;
	-webkit-box-shadow: 0px 0px 2px #666;
	box-shadow: 0px 0px 2px #666;
	/*height: 27px;*/
	/*width: 75px;*/
	min-width:75px;
	font-weight: bold;
	background-color: #336699;	
}

.butoane_green:hover		{
	color:#3C9;
	border:1px solid #3C9;
	-moz-box-shadow: 0px 0px 1px #177BA2;
	-webkit-box-shadow: 0px 0px 1px #177BA2;
	box-shadow: 0px 0px 1px #CCC;
	font-weight: bold;
	background-color: #FFF;
    padding: 4px 15px 4px 15px;		
}
#mailbre a:link{
	color:#1B728B;
}
.butoane_green2					{
    padding: 4px 15px 4px 15px;		
	border:1px solid #FFF;
	margin:5px 0px 0px 0px;
	color:#FFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0px 0px 2px #60A4C8;
	-webkit-box-shadow: 0px 0px 2px #60A4C8;
	box-shadow: 0px 0px 2px #ccc;
	/*height: 27px;*/
	/*width: 75px;*/
	min-width:75px;
	font-weight: bold;
	background-color: #3C9;
}

.butoane_green2:hover		{
	color:#3C9;
	border:1px solid #3C9;
	-moz-box-shadow: 0px 0px 1px #177BA2;
	-webkit-box-shadow: 0px 0px 1px #177BA2;
	box-shadow: 0px 0px 1px #CCC;
	font-weight: bold;
	background-color: #FFF;
    padding: 4px 15px 4px 15px;		
}
#mailbre a:link{
	color:#1B728B;
}
#mailbre a:hover{
	color:#1B728B;
}
#mailbre a:active{
	color:#1B728B;
}
.input_se {
  border: 1px solid gray;
  text-align:center;
  padding: 4px 5px 4px 5px;
}

.hideMe {
   -webkit-animation: cssAnimation 8s forwards; 
    animation: cssAnimation 8s forwards;
}

/*.hideMe:hover {
    -webkit-animation: cssAnimation 11s reverse; 
    animation: cssAnimation 11s reverse;
}
*/
.hideMe:hover {
    -webkit-animation: rotation 1s forwards; 
    animation: rotation 1s forwards;
}
@keyframes cssAnimation {
    0%   {opacity: 1;}
    70%  {opacity: 0.7;}    
    100% {opacity: 0.1;}
}
@-webkit-keyframes cssAnimation {
    0%   {opacity: 1;}
    70%  {opacity: 0.7;}    
    100% {opacity: 0.1;}
}
    .pincode {
    border: thin solid #363;
    -webkit-text-security: disc;
  -moz-text-security: disc;
  text-security: disc;
    }

    .pincode:invalid {
    border: red solid 3px;
} 