body {
	margin: 0;
}

table {
  margin: 0px;
} 

/* The Form setting - tableless */
label, .inputBox, .spanBox {
  display: block;
  width: 115px;
  float: left;
  margin-bottom: 5px;
}

.selectBox {
  display: block;
  width: 95px;
  float: left;
  margin-bottom: 5px;
}

label {
  text-align: right;
  width: 55px;
  padding-right: 5px;
}

br {
  clear: left;
}

.infoButton {
    position: absolute;
    bottom: 15px;
    left: 2px;
}

#DoneButton {
    position:absolute;
    bottom: 18px;
    right: 18px;
}

.resizeButton {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 12px;
    height: 12px;
    background-image: url(resize2.png);
}

#back {
    /*display:none;*/
  
}

/* Change values when transparent border and drop shadow is added */
#InnerBox {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 8px;
  bottom: 25px;
} 
 
#TheImageBox {
    position: absolute;
    top: 35px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    text-align: center;
    vertical-align: middle;
}

#TheImage {
    display: none;
    position: absolute;
    cursor: pointer;
}

#AltText {
    padding-top: 30px;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    color: darkgray;
}

#TheTitle {
    color: white;
    position: absolute;
    top: 7px;
    left: 10px;
    right: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    font-family: sans-serif;
    white-space: nowrap;
    overflow: hidden;
}

#ReloadImage {
    position: absolute;
    top: 2px;
    right: 3px;
}

#SmallSize {
  position: absolute;
  top: 5px;
  right: 52px;
  width: 12px;
  height: 16px;
  background-image: url(small.png);
} 

#MediumSize {
  position: absolute;
  top: 5px;
  right: 38px;
  width: 14px;
  height: 16px;
  background-image: url(medium.png);
} 

#LargeSize {
  position: absolute;
  top: 5px;
  right: 22px;
  width: 16px;
  height: 16px;
  background-image: url(large.png);
} 

#ImageLoading {
    position: absolute;
    top: 10px;
    left: 0px;
}

#PreviewLoading{
   position: absolute;
   top: 120px;
   left: 40px;  
}

#Settings {
    color: white;
    position:absolute;
    top: 25px;
    left: 20px;
    font-size: 10px;
}

#Settings input {
    font-size: 10px;
    border-style: solid;
    border-width: 1px;
}

#Settings select {
    font-size: 10px;
    border-style: solid;
    border-width: 1px;
}

#Url {
  width: 95px;
} 

#EnableRefresh {
  display: inline ! important;
  width: 12px ! important;
  border-style: solid;
  border-width: 1px;
  vertical-align: top;
}

#Background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 220px;
	height: 220px;	
}

.loadingImage {
  display: none;
  position: absolute;
   
}