#rightcolumn {
   position:relative;
   top:50px;
   left:10px;
   margin-left:5%;
   margin-right: 20px;

   width: 60%;
   min-width: 400px;

   min-height: 250px;
   height: auto !important;
   height: 250px;

   background-color:#000000;
   background-repeat:repeat-y;
   background-position:top right;
   border: solid 2px #000000;

   float:left;

   z-index: 6;

   filter:alpha(opacity=90);
   opacity: 0.90;
   -moz-opacity: 0.90;
}

input {
   z-index: 7;
}

.formentry {
   position:relative;
   left:5px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;


}

.formblock {
   position:relative;
   left: 20px;
   margin: 5px 5px 5px 5px;
}

#emaillist {

   position: relative;
   margin: 15px 15px 15px 15px;
   border: 1px solid #ffffff;

}

#commentcont {

   position: absolute;
   top: 140px;
   left:200px;

}

.commentbox {

   width:200px;
   height:200px;
}

.submit {

   display:block;

   position:relative;
   left:70px;
   width:60px;

   text-align:center;
   text-decoration:none;

   border: 1px solid #B0B0E1;

}

.submit:hover {
   border: 1px solid #ffffff;
   background-color:#666666;
}
