* {
  font-size:12px;
  font-family: Arial, Geneva, Helvetica, sans-serif;
}

body {
  background-color:#000000;
  padding: 0px;
  margin: 0px;
}

#main {
  background-image:url("../img/bkg.jpg");
  background-repeat: repeat-x;
  width:1000px;
  height: 800px;
  margin:0 auto;
}

#content {
  background-image:url("../img/bkg.png");
  background-repeat: repeat;
  margin-left:100px;
  width: 800px;
}

#form {
  background-image:url("../img/form_bg.jpg");
  background-repeat: no-repeat;
  width:315px;
  height:374px;
}

#form form {
  padding-top:70px;
  padding-left:20px;
  padding-bottom:0px;
  padding-right:0px;
  margin:0px;
}

.inp {
  background-image:url('../img/input.png');
  background-repeat:no-repeat;
  padding-left:10px;
  padding-top:7px;
  width: 283px;
  height: 27px;
  border: none;
  color: #696969;
  margin-bottom:1px;
}

        
.txtarea {
  background-image:url('../img/txtarea.png');
  background-repeat:no-repeat;
  padding-left:10px;
  padding-top:7px;
  width: 283px;
  height: 80px;
  border: none;
  color: #696969;
  overflow:auto;
  margin-bottom:3px;
}

.pic {
        width:250px;
        padding:8px;
        float:left;
}

.pic div {
        width:250px;
        height:16px;
        margin-top:2px;
        background: #000000;
}

.bm {
  padding: 6px;
  border:none;
}
