#brif_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 750px;
    
    background:#C40086 url("/brif/close_brif.jpg") no-repeat 0 100px;
    cursor: pointer;
    
}

#brif_open {
    width: 40px;
    
    
    background:#808080 url("/brif/open_brif.jpg") no-repeat 0 100px;
    cursor: pointer;
    float: left;
   
}
#brif_contener {
    position: absolute;
    right: 0;
    top: 0;
    width: 750px;
    z-index: 100 ;
    background-color: white;
    display: none;
    overflow: hidden;
    
}

#brif_contener div h1{
  color: black;
   
  font-size: 24px;
  width: 650px;
  
    
}

#brif_content {
    margin-left: 50px;
    overflow: hidden;
}
#brif_content table {
    width: 650px;
    font-size:12px ;
    vertical-align: top;
}

#brif_content table td{
    vertical-align: text-top !important;
    
}
#req_form input {
    width: 300px;
}
#req_form input[type=submit] {
    width: 150px;
}
#req_form textarea {
     width: 300px;
     
     margin-right: 20px;
     height: 5em;
}
#req_form textarea[name=info] {
     width: 620px;

     height: 5em;
}
#req_form input[name=usernum] {
     margin-top: 10px;
     margin-bottom: 10px;
     width: 100px !important;
}