/* CSS RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,select {margin:0; padding:0; outline:none;}

/* GLOBAL CONFIG */
html {background-image: url(""); }
body,td,th {font-family:Arial, Helvetica, sans-serif; font-size:11px;}
body {background-color:transparent !important; margin:0;}

#formout {
	position:relative;
	left:10px;
	top:10px;
}

input
   {
   position: relative; 
   font-family: verdana,helvetica;
   font-size: 8pt;
   color: rgb(11, 15, 18);
   background: rgb(255, 255, 255);
   border-width: 1px;
  }	

textarea
   {
   position: relative; 
   font-family: verdana,helvetica;
   font-size: 8pt;
   color: rgb(11, 15, 18);
   background: rgb(255, 255, 255);
   border-width: 1px;
  }	