/*  mail26.css  */
textarea {
 width: 200px;
 height: 200px;
}
fieldset {
 border: none;
}
input[type=text], 
input[type=password] { 
 background-color: #ffffff; 
 border-width: 1px;
 border-style: solid;
 border-color: #7f7f7f;
 border-radius: 5px; 
 margin-right: 5px;
 padding-left: 5px;
 width: 200; 
}
