body {
  color:white;
  background:#0099cc;
}

.back {
  position:absolute;
  left: 50%;top :50%;
  margin-left: -250px;margin-top: -146px;
  text-align:center;
}

img {
 padding:10px
}

.inputboxSmall {
 color:#ffffff;
 font-size:16px;
 width:30;height:30px;
 border: solid #006699;
 background-color: #0099aa;
}

.inputbox {
 color:#ffffff;
 font-size:16px;
 width:100%;height:30px;
 border: solid #006699;
 background-color: #0099aa;
}


.textarea{
 font-size:19px;
 color:#ffffff;
 border: solid #006699;
 background-color: #0088aa;
 width:100%;height:235px; 
}


.right{
 text-align:right;
}

.button {
 color:#ffffff;
 border-color:#006699;
 background-color: #0099aa
}


.nameBut {
  background-color:#ffffff; width:20%; height:20px;
  text-align:center;
}


.moveBut {
  background-color:#ffffff; width:75%; height:20px;
  text-align:center;
}

.hideBut {
  background-color:#ffffff; width:5%; height:20px;
  text-align:center;
}

.t1 {
  width:100%;
}

.icon {
  border: 1 solid;
  border-color:#0099cc;
  border-width:10px;
  cursor:pointer;
}