#box-proc{
   border:solid 1px #c6cfe1;
   background:#dfe4ee;
   padding:5px;
   color:#333333;
   margin-bottom:20px;
   width:500px;
}

#box-proc p{padding-bottom:0px;}

#box-proc input{
   background:#fff;
}

#box-proc label{
   display:inline;
   margin-bottom:10px;
   color:#555555; 
   float:left;
   padding-right:6px;
   width:150px;
   text-align:right;
   font-weight:bold;
}
div.box-proc a:hover{
       color: #000000;
       text-decoration: none;
}
div.box-proc a:visited{
        color: #000000;
        text-decoration: none;
}
div.box-proc a:active{
        color: #000000;
        text-decoration: none;
}
div.box-proc a:focus{
        color: #000000;
        text-decoration: none;
}

