div#screen_tips
{
	display:none;
	width: 990px;
    height: 51px;
    clear: both;
    margin: 0;
    padding: 0;
    position: relative;
    margin-left: -15px;
    top: -25px;
    padding-bottom: 10px;
    background-color: #FFF;
    background-image: url(http://datamarked.dk/images/19920/screen_tips_blue_bg.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
}

div#screen_tips div.tip_text
{
	padding-left: 20px;
	padding-top: 18px;
	color: #FFF;
	font-size: 14px;
}

div#screen_tips div.tip_text .tip_caption
{
	font-size: 18px;
	font-weight: bold;
}

div#screen_tips div.close_button
{
	position: relative;
	margin-top: -20px;
	margin-left: 960px;
}