/*messeage */
div.public-message{
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius:5px; -o-border-radius: 5px; 
    min-height:25px;
    padding:10px 50px 5px 5px;
	margin-bottom:10px;
	text-align:right;	
}
div.public-message h3{
   color:#000000;
   font-size:12pt;
   padding:0px;
   margin:0px;
}
div#message-succ{
   background-image:url(../images/succ.gif);
   background-position:right top;
   background-repeat:no-repeat;
   background-color:#D7FFE1;
}
div#message-war{
   background-image:url(../images/warning.gif);
   background-position:right top;
   background-repeat:no-repeat;
   background-color:#FFDFBF; 
}
div#message-err{
   background-image:url(../images/error.gif);
   background-position:right top;
   background-repeat:no-repeat;
   background-color:#FFC6C6;
}
div#message-help{
   background-image:url(../images/help.gif);
   background-position:right top;
   background-repeat:no-repeat;
   background-color:#EFF8FD;
}
/*end messeage */
.overlay {
    background-image:url(../images/overlay.png);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
	display:none;
	text-align:center;
}
#popupwindow{
		position:fixed;
		 display:none;
        width:400px;
        border: 1px solid #B8B8B8;
		z-index:999;
		top:50%;
		padding:0px;
		overflow:auto;
		text-align:center;
		background-color:#FFFFFF;
}

.framegallery{
    border:0px;
	width:1000px;
	height:600px;
}
.framefileup{
    border:0px;
	width:550px;
	height:360px;
}

#close-box{
	height:14px;
	width:14px;
	background:url(../images/uploader-icons.png) 14px  0px;
	cursor:pointer;
	position:absolute;
	top:5px;
	left:5px;
	z-index:1000;
}