/* HEAD STYLES */
body {
  margin-left: 0px;
  margin-top: -25px;
  margin-right: 0px;
  margin-bottom: 0px;
  background: #000;
}
img {
  border: 0px;
}
* {
  padding:0px;
  margin:0px;
}

/* MAIN DIV */
#mainDiv {
  width: 1000px;
  height: 740px;
  margin: 0px auto;
text-align: center;
}

#left {
  padding-left: 40px;
  width: 250px;
  float: right:
  clear: none;
  height: 50px;
  line-height: 50px;
}
#bottomDiv {
  height: 50px;
}
#right {
  width: 300px;
  clear: none;
  padding-left: 20px;
  height: 50px;
  float: right;
  background: url("../graphic/kreska.png") no-repeat left center;
}

#bookForm {
  color: white;
  font-family: Verdana;
  font-size: 10px;
  margin: 0px auto;
  width: 700px;
  min-height: 200px;
}
input, textarea {
  width: 300px;
}
textarea {
  height: 100px;
}
fieldset {
  margin-top :20px;
 border: 0px;
}
h3 {

  font-family: verdana;
  font-size: 16px;
}
h5 {
  font-size:9px;
  font-family: verdana;
  font-weight: normal;
  color: #555;
}
