@charset "UTF-8";
/* CSS Document */

.text {
 font-family: tahoma, arial, verdana;
 text-decoration: none;
 font-weight: normal;
 font-size: 11px;
 color: #000000;}
.texts {
 font-family: tahoma, arial, verdana;
 text-decoration: none;
 font-weight: normal;
 font-size: 9px;
 color: #000000;}
.bg {
 background-color: #f1f1f1;
 font-weight: bold;
 height: 20px;}
.input {
 border: #7c7c7c 1px solid;
 width: 180px;
 height: 20px;
 background-color: #ffffff;
 margin: 2px 0px 6px 0px;
 font-size: 11px;
 color: #4b4b4b;
 font-family: tahoma, arial, verdana;}
.inputd {
 border: #7c7c7c 1px solid;
 width: 100px;
 height: 20px;
 background-color: #ffffff;
 margin: 2px 0px 6px 0px;
 font-size: 11px;
 color: #4b4b4b;
 font-family: tahoma, arial, verdana;}
.txtar {
 border: #7c7c7c 1px solid;
 width: 178px;
 height: 60px;
 overflow: auto;
 background-color: #ffffff;
 font-size: 11px;
 color: #4b4b4b;
 font-family: arial, tahoma, verdana;}
.send {
 border: #7c7c7c 1px solid;
 width: 80px;
 height: 18px;
 margin-top: 6px;
 margin-bottom: 6px;
 background-color: #e6e6e6;
 font-family: arial, tahoma, verdana;
 text-decoration: none;
 font-weight: bold;
 font-size: 12px;
 color: #7c7c7c;}

form {margin: 0px; padding: 0px;}

body {
 background-color: #ffffff;
 margin: 0px;
 padding: 0px;
 scrollbar-face-color:#ffffff;
 scrollbar-highlight-color:#777777;
 scrollbar-3dlight-color:#777777;
 scrollbar-darkshadow-color:#777777;
 scrollbar-shadow-color:#777777;
 scrollbar-arrow-color:#777777;
 scrollbar-track-color:#ffffff;}
