body {
	background-color: white;
	margin-top:5px;
	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 black;
	background-color : #e7f7ff;
margin-bottom : 1em;
}

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

.custlist .pic img {
border: 1px solid #ffd400;
	margin:0px;
}


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

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

.custlist .ident-name { font-weight: bold; }
.custlist .ident-town { }
.custlist .desc { width : 500px; 	color: black;}

.footer {
	margin-top: 5px;
	border-top : 1px dashed #dddddd;
	border-bottom : 1px dashed #dddddd;
	color: #B2B2B2;
	/*background-color : #eafcfd;*/
}

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

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


