﻿
/* alle former */
.Forms_Table
{
	
}
.Forms_Header
{
  height: 20px;
  font-family:'Lucida Sans Unicode',Georgia;
  font-size: 14px; 
  font-weight: bold;
  color: #666;
  padding-bottom:10px;
	
}

.Forms_Label_Plain
{
  font-family:'Lucida Sans Unicode',Georgia;
  font-size: 12px;
  color: #3f534a;
	
}
.Forms_Label_Plain_Reverse
{
  font-family:'Lucida Sans Unicode',Georgia;
  font-size: 12px;
  color: #666;
	
}
.Forms_Label_Bold
{
  font-family:'Lucida Sans Unicode',Georgia;
  font-size: 12px;
  font-weight: bold;
	
}
.Forms_Label_Red
{
  font-family:'Lucida Sans Unicode',Georgia;
  font-size: 12px;
  color: red;	
}
.Forms_Label_Header
{
  font-family:'Lucida Sans Unicode',Georgia;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 10px;	
}
.Forms_Label_Div
{
  padding-bottom: 5px;	
}

.Forms_TXT
{
    font-family:'Lucida Sans Unicode',Georgia;
    font-size: 12px;
    background-color: #fff;
    border: #c1bdbd 1px solid; 	
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:3px;
}
.Forms_TXT_Requiered
{
    font-family:'Lucida Sans Unicode',Georgia;
    font-size: 12px;
    background-color: #cbdaee;
    border: #c1bdbd 1px solid; 	
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:3px;
}
.Forms_TXT_Red
{
    font-family:'Lucida Sans Unicode',Georgia;
    font-size: 12px;
    background-color: red;
    border: #666 1px solid; 	
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:3px;
}
.Forms_Buttons
{ 
	border: solid 0px #666;
  	background-color: #ed8210;
	color: #fff; 
	font-family: Arial ; 
  	font-size: 9px; 
	padding: 5px; 
	text-transform: uppercase;	
	cursor:pointer;	
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 9px rgba(0,0,0,0.1), -2px -2px 9px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 9px rgba(0,0,0,0.1), -2px -2px 9px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 9px rgba(0,0,0,0.1), -2px -2px 9px rgba(0,0,0,0.1);
	overflow: hidden;
	
} 
.Forms_Buttons:hover
{ 

	color: #000; 

	
} 
.Forms_Buttons_Reverse
{ 
	border: solid 0px #666;
  	background-color: #ed8210;
	color: #fff; 
	font-family: Arial ; 
  	font-size: 9px; 
	padding: 5px; 
	text-transform: uppercase;	
	cursor:pointer;	
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 9px rgba(0,0,0,0.1), -2px -2px 9px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 9px rgba(0,0,0,0.1), -2px -2px 9px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 9px rgba(0,0,0,0.1), -2px -2px 9px rgba(0,0,0,0.1);
	overflow: hidden;
	
} 
.Forms_Buttons_Reverse:hover
{ 
	border: solid 0px #666;
  	background-color: #ed8210;
	color: #000; 
	font-family: Arial ; 
  	font-size: 9px; 
	padding: 5px; 
	text-transform: uppercase;	
	cursor:pointer;	
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 9px rgba(0,0,0,0.1), -2px -2px 9px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 9px rgba(0,0,0,0.1), -2px -2px 9px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 9px rgba(0,0,0,0.1), -2px -2px 9px rgba(0,0,0,0.1);
	overflow: hidden;
	
} 
.Forms_Gentale
{
  border: #7b9ebd 1px solid; 	
  
}