/************
	File:		windup.css
	Author:		cwa / esolut
	Descrip.:	OSRAM Frontend popup file
	Date:		28.03.2007
*/

/************
	General settings
*/

body {
	margin:0;
	padding:0;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#595959;
	text-align:left;
	line-height:14px;
	background-color:#fff;
}

#head {
	background:#036 url( '/_resources/img/misc/spot_popup.jpg' ) no-repeat right;
}

#head .logo {
	margin:10px 16px 8px 16px;
}

#head span {
	position:absolute;
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#fff;
	top:24px;
	right:16px;
	letter-spacing:-0.02em;
}

#content {
	background:none;
	border:none;
	margin:0px;
	width:auto;
	padding:16px;
	overflow:auto;
}

#content table, #content .table table {
	width:96%;
}

#center {
	border-top:none;
	float:none;
	padding:0px;
	width:96%;
}

#close {
	padding:6px 16px;
	bottom:0px;
	right:0px;
	width:100%;
	text-align:right;
	background:#036;
}

#close a:link, #close a:visited, #close a:active {
	position:relative;
	right:0px;
	padding-left:8px;
	text-decoration:none;
	color:#ff8533;
	background:url( '/_resources/img/misc/bullet.gif' ) no-repeat 0px 5px;
}   

#close a:hover {
	text-decoration:underline;
	color:#ff8533;
}

