
#divup {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #0060AF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
}
#contentDivup img#contentDivupClose{
        position: absolute;
        top: 5px;
        right:5px;
        cursor: pointer;
}
#contentDivup{
	position: absolute;
	top: 50px;
	background-image: url(../img/contentDivup_grey.gif);
	background-repeat: repeat-x;
	background-color: #DDDDDC;
	border-left:1px solid #EBEBEB;
	border-right:1px solid #EBEBEB;
	border-bottom:1px solid #BBBBBB;
	padding: 10px;
	z-index: 100;
	display: none;
        min-height:400px;
}
*html #contentDivup{
height: 400px;
}

#contentDivup h1{
	color: #aaaaaa;
}
#contentDivup p{
	color: #666666;
}

#loading {
	position: absolute;
	top:0;
	right: 0;
	display: block;
	height: 15px;
	width: 100px;
	text-align: center;
	background-color: #DFDFDF;
	color: white;
        font-weight:bold;
        font-size: 10px;
}

