/**
*	global css file
*	project:		alexander-training.de
*	all rights at:	daniel.liebig@wevin.de
**/

#container {
	margin:20px;
	width:493px;
}
#main {
	width:493px;
	background:#ffffff url(../img/sys/popup/bg_main.gif) repeat-y;
}
#content {
	width:431px; height:440px;
	overflow:auto;
	padding:0px 10px 0px 31px;
}
#closeLink {
	clear:both;
	width:431px;
	padding: 10px 10px 1em 31px;
	text-align: right;
}
a {
	display:none;
}

a.close {
	display:inline;
}
