#proj_form02 {
   padding: 0;
}
#proj_role {
    float: left;
    width: 350px;
    height: 311px;
    margin: 0 0 0 0;
    overflow: hidden;
}

#proj_role h6 {
	padding: 0 0 20px 0;
}

#proj_role p {
    font-size: 14px;
    padding: 0 0 12px 10px;
    line-height: 18px;
    letter-spacing: 1px;
    overflow: hidden;
}

#role_info01 {
    
}

#role_info02{
    
}

#role_info03{
    
}

#role_info04{
   padding: 0px; 
}

#btns_lft {
    float: left;
    padding: 18px 0 0 0;
}

#btns_lft p{
    display: block;
    padding: 0 10px 10px 10px;
    overflow: hidden;
}
#btns_lft p input {
	position:relative;
	z-index: 200;
}

#btns_lft #admin {
    
}

#btns_lft #manager {

}

#btns_lft #supervisor{

}

#btns_rt {
    float: right;
    padding: 18px 50px 0 0;
    overflow: hidden;
}

#btns_rt p {
    display: block;
    padding: 0 0 10px 0;
    overflow: hidden;
}

#btns_rt p input {
	position:relative;
	z-index: 200;
}

#btns_rt #client {

}

#btns_rt #worker {

}

#btns_rt #origin {

}


#proj_role label {
    position: relative;
    top: 0px;
    font-size: 13px;
    color: #675c51;
    padding: 0 0 0 8px;
}


#proj_help {
   float: right;
   width: 234px;
   overflow: hidden;
}

#help_top {
    width: 234px;
    height: 6px;
    background: transparent url("../images/help_top.gif") no-repeat;
}

#help_cont {
    width: 234px;
    height: 299px;
    overflow: hidden;
    background: transparent url("../images/help_mid_slice.gif") repeat-y;
}

#proj_help #help_bg_fill h6 {
    font-weight: bold;
    font-size: 14px;
    color: #8d6d57;
    text-align: left;
    padding: 10px 10px 0 10px;
    margin:0px;
}

#proj_help #help_bg_fill p {
    font-size: 14px;
    color: #8d6d57;
    text-align: left;
    line-height: 20px;
	letter-spacing: -0.00em;
    padding: 10px 12px 0 12px;
    margin:0px;
}



#help_bot {
    width: 234px;
    height: 6px;
    background: transparent url("../images/help_bot.gif") no-repeat;
}

#help_bg_fill {
    width: 232px;
    height: 299px;
    margin:0 auto;
    background: transparent url("../images/help_fill_slice.gif") repeat-x;
}

