﻿.module_error {color: #FF0000;}
.module_font_red {color: #FF0000;}
.module_align_left {text-align: left;}
.module_tableborder {border: 0px solid #994322;}
.module_cellbackground_1 {
    /*background-color: #2D584C;*/
	/*background-image:url('images/module_transparent_background_01.png');*/
}
.module_cellbackground_2 {
	/*background-color: #376752;*/
	/*background-image:url('images/module_transparent_background_02.png');*/
}
.module_inputfield
{
	/*padding: 2px; top right bottom left*/
	/*font-size: 13px;*/
	/*color:#2B2015;*/
	font-size: 13px;
	color:#2B2015;
	border: 1px solid #994322;
	background-color:transparent;
}
.module_inputfield:focus 
{
	/*padding: 2px; top right bottom left*/
	/*font-size: 13px;*/
	/*color:#2B2015;*/
	border: 1px solid #994322;
	background-color:white;
}
.module_inputfield_focus
{
	border: 1px solid #994322;
	background-color:white;
}
.module_button{
    display: block;
    background-color: #994322;
	border: 1px solid #2A2016;
	font-size: 11px;
	font-weight:normal;
	font-family:arial, sans-serif;
	font-size:11px;
	color: #FCE6BD;
	cursor: pointer;
	cursor:hand;
	padding:2px;
	margin:0px;
    width: 100px; 
}
.module_button:hover   {font-weight:bold;}