form  {
   margin: 0px;
   display: inline;
   }

textarea  {
   font-size: 1.2em;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   border: solid 1px #666666;
   width: 48em;
   height: 30em;
   }


/* Standard pages output */
div.formline{
   padding : 5px;
   width : 37em;
   background-color: #fff;
   border: solid 1px #006699;
   }
div.pagecontainer  {
   font-size: 90%;
   text-align: left;
   background-color: #ececec;
   margin: 0px;
   padding: 10px 5px 20px 20px;
   }
div.pagecontainer .pageheader  {
   color: #996633;
   font-weight: bold;
   font-size: 1.1em;
   border-bottom: 1px solid #ccc;
   margin-bottom: 10px;
   }

div.pageoverflow  {
   clear: left;
   padding-top: 1px;
   width: 97%; 
   overflow: hidden;
   }

div.pagecontainer p.pagetext  {
   color: #384654;
   float: left;
   padding-top: 2px;
   padding-right: 5px;
   width: 10em;
   margin-bottom: 0;
   }

div.pagecontainer p.pageinput  {
   color: #384654;
   float: left;
   padding-top: 1px;
   margin-bottom: 0;
   }
input.standard  {
   }

input.pagebutton  {
   background-color: #d4d0c8;
   cursor: pointer;
   }

input.pagebuttonhover  {
   background-color: #bbb;
   cursor: pointer;
   }

textarea.pesanforum {
    height: 5em;
    width: 30em;
    }

.clearb  {
   clear: both;
   }


div#tombol {
   text-align : right;
   font-size: 12px;
   font-weight: bold;
   padding : 5px;
   margin : 5px 25px 5px 2px;
}

div#tombol a{
   text-decoration : none;
   background: url(../images/tmbl1.png);
   border: 1px solid #369;
}
div#tombol a:hover{
   text-decoration : none;
   background: url(../images/tmbl0.png);
   }