/* 
    Document   : special
    Created on : 18.02.2009, 17:43:34
    Author     : norman.albusberger
    Description:
        Purpose of the stylesheet follows.
*/
/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
/*Personal-Info für Kunden*/
.piw {
	position: absolute;
	z-index: 10;
	display: none;
	width: 350px;
	height: 200px;
	background-image: url('/static/portal/images/sedcardclient.png');
	background-repeat: no-repeat
}

.piw table td {
	padding-right: 10px;
	vertical-align: top;
	text-align: left;
}