﻿body
{ 
	font-family: Tahoma; font-size: small; color: #666666; 
	background-color: Transparent;
	border:0;
	marginheight:0;
	marginwidth:0;
	margin: 0;
}
td
{
	background-color: Transparent;
	white-space: nowrap;
}
.td_bg
{
	background-color: Transparent;
	/*background-color: #D3D3D3;*/
}
.td_bg_size
{
	
	white-space:nowrap;
	background-color: Transparent;
	/*background-color: #D3D3D3;*/
}
.td_green
{
	width:120px;
	height:30px;
	white-space:nowrap;
	background-color: #87c03e;
	color:White;
	font-weight:bold;
}
span
{
}
.span_black
{
	color:Black;
	font-weight:normal;
}
.span_normal
{
	font-weight:normal ;
}
.span_green
{
	font-weight:bold ;
	/*color:#AFBC22;*/
	color: Black;
}
.span_error
{
	font-weight:bold ;
	color:Orange;
}
cite
{
	color:Red;
}
.validator
{
	font-size:x-small;
	font-weight:normal;
}
.submit_button
{
	background: #ffa200;
    -moz-box-shadow: inset 0px 20px 10px -10px #ff7e00, inset 0px -20px 10px -10px #ff7e00, 0px 1px 1px #bbb;
    -webkit-box-shadow: inset 0px 20px 10px -10px #ff7e00, inset 0px -20px 10px -10px #ff7e00, 0px 1px 1px #bbb;
    box-shadow: inset 0px 20px 10px -10px #ff7e00, inset 0px -20px 10px -10px #ff7e00, 0px 1px 1px #bbb;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 30px;
    line-height: 30px;
    width:auto;
    padding: 0px 10px;
    display:inline-block;
    font-family: 'DIN', 'Trebuchet MS', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    text-align:center;
    cursor:pointer;
    border:0;
}
.hidden {
    display: none;
}
.divWhite
{
	background-color:Transparent;
}

.borderBottom
{
	border-bottom: solid 2px #666666;
}
