﻿
/* Alle former */
.Forms_Table
{
	
}
.Forms_Header
{
  height: 20px;
  font-family: tahoma, verdana; 
  font-size: 14px; 
  font-weight: bold;
  color: #666;
  padding-bottom:10px;
	
}

.Forms_Label_Plain
{
  font-family: tahoma, verdana; 
  font-size: 12px;
  color: #3F534A;
	
}
.Forms_Label_Plain_Reverse
{
  font-family: tahoma, verdana; 
  font-size: 12px;
  color: #666;
	
}
.Forms_Label_Bold
{
  font-family: tahoma, verdana; 
  font-size: 12px;
  font-weight: bold;
	
}
.Forms_Label_Red
{
  font-family: tahoma, verdana; 
  font-size: 12px;
  color: Red;	
}
.Forms_Label_Header
{
  font-family: tahoma, verdana; 
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 10px;	
}
.Forms_Label_DIV
{
  padding-bottom: 5px;	
}

.Forms_TXT
{
  font-family: tahoma, verdana; 
  font-size: 12px;
  background-color: #EEEEF0;
  border: #7b9ebd 1px solid; 	
  
}
.Forms_TXT_Requiered
{
  font-family: tahoma, verdana; 
  font-size: 12px;
  background-color: #d7ddeb;
  border: #7b9ebd 1px solid; 	
}
.Forms_TXT_Red
{
  font-family: tahoma, verdana; 
  font-size: 12px;
  background-color: red;
  color: #ffffff;
  border: #7b9ebd 1px solid; 
  font-weight: bold;	
}
.Forms_Buttons
{ 
	border: solid 1px #666666;
  	background-color: #C8FBB8;
	color: #000000; 
	font-family: verdana; 
  	font-size: 9px; 
	padding-left: 3px; 
	text-transform: uppercase;	
	height:25px;
	
} 
.Forms_Buttons:hover
{ 
	border: solid 1px #000000;
  	background-color: #fc8c4f;
	color: #000000; 
	font-family: verdana; 
  	font-size: 9px; 
	padding-left: 3px; 
	text-transform: uppercase;	
	height:25px;
	
} 
.Forms_Buttons_Reverse
{ 
	border: solid 1px #666666;
  	background-color: #fff;
	color: #000000; 
	font-family: verdana; 
  	font-size: 9px; 
	padding-left: 3px; 
	text-transform: uppercase;	
	height:25px;
	
} 
.Forms_Buttons_Reverse:hover
{ 
	border: solid 1px #000000;
  	background-color: #fc8c4f;
	color: #000000; 
	font-family: verdana; 
  	font-size: 9px; 
	padding-left: 3px; 
	text-transform: uppercase;	
	height:25px;
	
} 
.Forms_GenTale
{
  border: #7b9ebd 1px solid; 	
  
}