label {
	margin-left:5px;
	margin-right:15px; 
	vertical-align: text-top;
}
textarea {
	font: 1em "Arial", verdana, helvetica, sans-serif;
	color: #666666;
}
.formTable {
	width: 100%;
	font-size: 0.9em;
}
.formTable input, .formTable select {
	font-size: 0.9em;
	color:#666;
	vertical-align:middle;
}
.formTable td {
	vertical-align:top;
	padding: 2px 10px 2px 10px;
	font-size: 1em;
}
#errorMsg {
	font-weight:bold;
	margin-bottom:0px;
	padding-top: 6px;
	display:block;
}
.descr {
	text-align: right;
	background-color: #eff1ed;
	border-bottom: 1px solid #fff;
	width:45%;
	padding-right: 5px;
}
.first {
	border-top: 1px solid #d7dbd3;
}
.last {
	border-bottom: 1px solid #d7dbd3;
}
.entry {
	border-bottom: 1px solid #d7dbd3;
	padding:0px;
	text-align:left;
	width:55%;
}
.tableSpace {
	height: 40px;
	padding-left:0px;
}
.comment {
	color:#a0a39d;
	font-style:italic;
}
.input {
	margin: 0px;
	border-style:none;
	width:95%;
	padding: 2px 4px 2px 4px;
	background-color:#FFF;
	/*border:1px solid #eee;*/
}
.noLRpadding {
	padding-left:0;
	padding-right:0;
}
.lightBorder {
	border:1px solid #ddd;
}
.half {
	width: 50%;
}
.third {
	width: 33%;
}
.quarter {
	width: 25%;
}
.double {
	width: 200%;
}
.shortNr {
	width: 14px;
}
.longNr {
	width: 28px;
}
.autoWidth {
	width: auto;
}
#input {
	/*height:360px;*/
	margin-left: 0px;
	padding-left:40px;
	width: 360px;
	overflow:visible;
}
#footerForm .normal {
	float:right; 
	height:21px; width:21px; 
	text-align:center;
	margin-left:2px;
	color: #d7dbd3;
	border:1px solid #fff;
}
#footerForm .active {
	float:right; 
	height:21px; width:21px; 
	text-align:center;
	margin-left:2px;
	color: #d7dbd3;
	border:1px solid #d7dbd3;
	font-weight:bold;
}
#dotLine {
	float:right; 
	width:116px;
	height:21px;
	background-image:url(../site_images/bck_pager.gif);
	background-position: top right;
	background-repeat:no-repeat;
}
#images {
	position:absolute;
	top: 115px; left:640px;
	width: 320px;
}
div.buttons {
	float:right;
	padding-left:2px;
	margin-top: 10px;
}
div.buttons div {
	font-weight: bold;
	font-size:1em;
	text-decoration: none;
	display: block; 
	border: 1px solid #d7dbd3;
	margin: 0px;
	padding: 1px;
	color: #a2a89c;
	background-color:#eff1ed;
}
div.buttons div a 
{
	text-decoration: none;
	}
#buttons {
	float:right;
	padding-left:2px;
	margin-top: 10px;
}
#buttons div {
	font-weight: bold;
	font-size:1em;
	text-decoration: none;
	display: block; 
	border: 1px solid #d7dbd3;
	margin: 0px;
	padding: 7px;
	color: #a2a89c;
	background-color:#eff1ed;
}
#buttons div a 
{
	text-decoration: none;
	}
input.button {
	font-weight: bold;
	font-size:1em;
	text-decoration: none;
	display: block; 
	border: 1px solid #d7dbd3;
	margin: 0px;
	padding: 1px;
	color: #a2a89c;
	background-color:#eff1ed;
}

input.right {
	background:url(../site_images/bck_buttonR.gif) center right no-repeat;
	padding-right: 20px; padding-left:5px;
	border:none;
}
.hide{ color:#eff1ed; }