body {
  margin:0;
  padding:0;
}

p {margin: 0; padding: 0;}

table {
  width:100%;
}

table td{
  vertical-align:top;
}

#edit {
  text-decoration:none;
  border-bottom:dashed 1px;
}

#tbefore_text {
  width:100%;
  height:400px;
}

.wrapper {
  width:98%;
  position:relative;
  padding:5px;
  padding-bottom:60px;
}

.loader {
  background:transparent url(../img/loader.gif) no-repeat 50% 100px;
  height:200px;
}


#send {
margin-top:100px;
}

.bottom{
  height:25px;
  border-top:solid 1px #ccc;
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  text-align:center;
  background:#ddd;
  padding:5px;
}

.bottom button{
  margin:0 20px;
}
