﻿.adecco
{
    cursor: pointer;
    margin: 20px;
    height: 71px;
}
.cportal
{
    float: right;
    height: 55px;
    margin: 36px 20px 0 0;
}
.redButton
{
    background-color: #FF0000;
    border-style: none;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: arial;
    font-weight: bold;
    height: 25px;
    text-shadow: 2px 2px 3px #000000;
    width: 110px;
}
.blackButton
{
    background-color: #000000;
    border-style: none;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: arial;
    font-weight: bold;
    height: 25px;
    text-shadow: 2px 2px 3px #000000;
    width: 110px;
}
.grayButton
{
    background-color: #808080;
    border-style: none;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: arial;
    font-weight: bold;
    height: 25px;
    text-shadow: 2px 2px 3px #000000;
    width: 110px;
}
#RecoverForm
{
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 5px #A6A6A6, 0 14px 15px #A6A6A6;
    display: none;
    height: 160px;
    left: 50%;
    margin: -80px -182px;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    width: 325px;
    z-index: 2000;
}