.form_container{
   background-color: #f2f2f2;
   padding: 5px;
}
.label_width{
   width: 200px;
   float:left:
}
.ok{
   padding-left:18px;
   background-image:url('ok.png');
   background-repeat: no-repeat;
   background-position: left;
}
.find-profile{
   height:18px;
   font-size:10px;
   cursor:pointer;
   padding: 0 10px 3px 12px;
   background: url("search_user.png") top left  no-repeat;
   border:none;
}
.add-profile{
   height:18px;
   font-size:10px;
   cursor:pointer;
   padding: 0 10px 3px 12px;
   background: url("add_user.png") top left  no-repeat;
   border:none;
}
.issue_value{
   padding-left: 20px;
}
.issue_label{
   margin-top: 5px;
}
.buzon_msg textarea{
   height: 450px
}
