html
{
  margin          : 0px;
  padding         : 0px;
}

body
{
  margin          : 0px;
  padding         : 0px;
}

#main-image
{
  overflow        : hidden;
  display         : block;
  position        : relative; 
}

#large-image
{
  border          : 0px;
  position        : absolute;
  left            : 0px;
  top             : 0px;
/*height:auto;*/
}

#up-bar
{
  height          : 20px;
  overflow        : hidden;
  display         : block;
  position        : absolute;
  left            : 0px;
  top             : 0px;
}

#up-bar-text
{
  color           : #ffffff;
  font            : 12px trebuchet ms,arial,helvetica,sans-serif;
  line-height     : 20px;
  text-align      : center;
  display         : block;
  position        : absolute;
  left            : 0px;
  top             : 10px;
} 

#up-bar-text-shadow
{
  color           : #000000;
  font            : 12px trebuchet ms,arial,helvetica,sans-serif;
  line-height     : 20px;
  text-align      : center;
  display         : block;
  position        : absolute;
  left            : 1px;
  top             : 11px;
} 

#down-bar
{
  color           : #ffffff;
  font            : 10px arial,helvetica,sans-serif;
  font-weight     : bold;
  line-height     : 20px;
  text-align      : right;
  display         : block;
  position        : absolute;
  left            : 0px;
  bottom          : 0px;
}

.message-box
{
  width           : 200px;
  height          : 100px;
}

.message-box .message-background
{
  position        : absolute;
  left            : 0px;
  top             : 0px;
  width           : 200px;
  height          : 100px;
  background      : #ffffff;
  opacity         : 0.5;filter:alpha(opacity=50);
}

.message-box .message-image
{
  position        : absolute;
  left            : 5px;
  top             : 5px;
  border          : 0px;
}

.message-box .message-text
{
  width           : 200px;
  color           : #99be02;
  font            : 9px arial,helvetica,sans-serif;
  line-height     : 20px;
  text-align      : center;
  display         : block;
  position        : absolute;
  left            : 0px;
  top             : 35px;
}

.message-box .message-yes
{
  width           : 99px;
  height          : 21px;
  display         : block;
  background      : url(../graphics/ufogallery-image-delyes.gif) top left;
  position        : absolute;
  left            : 5px;
  bottom          : 5px;
  cursor          : pointer;
}

.message-box a:hover
{
  background-position : 0px 21px; 
}

.message-box .message-no
{
  width           : 95px;
  height          : 21px;
  display         : block;
  background      : url(../graphics/ufogallery-image-delno.gif) top left;
  position        : absolute;
  right           : 5px;
  bottom          : 5px;
  cursor          : pointer;
}

#yes
{
  width           : 99px;
  height          : 21px;
  display         : block;
  padding         : 0px;
  margin          : 0px;
  position        : absolute;
  left            : 0px;
  bottom          : 0px;
}

#yes-submit
{
  width           : 95px;
  height          : 21px;
  background-color: transparent;
  border          : 0px;
  padding         : 0px;
  margin          : 0px;
  cursor          : pointer;
  position        : absolute;
  left            : 0px;
  bottom          : 0px;
}

#no
{
  width           : 95px;
  height          : 21px;
  display         : block;
}