
#custom_add_link:hover div{
    background-color: orange;
    border: 2px solid white;
    color: white;
}

#custom_add_link div{
    background: url(ico_vacancy_add.jpg) no-repeat;
    text-align: center;
    width:300px;
    height: 50px;
    margin-top: 7px;
    margin-bottom : 7px;
    border: 2px solid orange;
    color: black;
    background-color: white;
}

#custom_add_link div #plus {
    font-size: 40px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

#custom_add_link div #text {
    font-size: 20px;
    padding: 0px;
    margin: 0px;
}

#custom_add_form_div{

}

#custom_add_form_div div{
    font-size: 12px;
    width:500px;
}
