body {
	background-color: #E76200;
	margin : 0px 10px 10px 10px;	
	font-family: "trebuchet ms", verdana, arial;
	font-size : 11px;
}

table {
	font-size : 11px;
}

img {
	border : none;
	padding : 0px;
	margin : 0px;
}

#errors, #success, #warnings {
	background-color : #ffd400;
	display : table;
	padding : 0px 3px 0px 3px;
	margin-bottom : 5px;
	font-weight: bold;
	font-size: 15px;
}

#errors {
	color : #dd1c00;
}

#success {
	color : green;
}

#warnings {
	color : #FF8000;
}

#errors tt {
	color : #808080;
	font-weight : bold;
	font-style : normal;
}

#success tt {
	color : #808080;
	font-weight : bold;
	font-style : normal;
}

#warnings tt {
	color : #808080;
	font-weight : bold;
	font-style : normal;
}

select { font-size: 11px; }

.flaglang { display : inline; }

.ref {
	display : none;
}

.custlist {
	border: 1px solid #767676;
	background-color : #FDDEC7;/*#FBEEE9;*/
	margin-top : 1em;
}

.custlist .pic {
	text-align : center;
	width : 80px;
}

.custlist .pic img {
	border: 2px solid #ffffff;
}

.custlist .ident {
	text-align : left;
	width : 150px;
	vertical-align: middle;
	padding : 0.5em;
	padding-left: 0.2em;
}

.custlist .ident-act {
	color: #dd1c00;
	font-size : 10px;
}

.custlist .ident-name { font-weight: bold; }
.custlist .ident-town { }
.custlist .desc { width : 500px; }
.footer {
	margin-top: 5px;
	border-top : 1px dashed #B2B2B2;
	border-bottom : 1px dashed #B2B2B2;
	color: #B2B2B2;
	background-color : #eafcfd;
}

.footer a {
	text-decoration: none;
	color: #B2B2B2;
}

.footer a:hover {
	color: #dd1c00;
}
