
table.background_picture {
    background-image: url('resume.jpg')
}

table.top_line {
    border:2px solid;
    border-top-color:black;
    border-bottom-color:white;
    border-left-color:white;
    border-right-color:white;
}

tr.main_title {
    height: 75px;
    background-color:#E0FFFF;
}

p.contact {
    color: blue;
    font-size: 11px;
    font-family: helvetica;
    font-weight: bold;
    text-decoration: none;
}

p.register_info_subtitle {
    color: blue;
    font-size: 24px;
    font-family: helvetica;
    font-weight: bold;
}

p.main_title {
    color: black;
    font-size: 35px;
    font-family: helvetica;
    font-weight: bold;
}

p.main_title_plus {
    color: black;
    font-size: 15px;
    font-family: helvetica;
    font-weight: bold;
}

p.field_title {
    color: black;
    font-size: 11px;
    font-family: helvetica;
    font-weight: bold;
}

p.register_title {
    color: black;
    font-size: 16px;
    font-family: helvetica;
    font-weight: bold;
}

p.register_info {
    color: black;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

p.register_subtitle {
    color: black;
    font-size: 14px;
    font-family: helvetica;
    font-weight: bold;
}

p.password_title {
    color: black;
    font-size: 10px;
    font-family: helvetica;
}

p.delete_password_title {
    color: black;
    font-size: 11px;
    font-family: helvetica;
    font-weight: bold;
}

p.delete_subtitle {
    color: black;
    font-size: 11px;
    font-family: helvetica;
    font-weight: bold;
}

p.info {
    color: black;
    font-size: 12px;
    font-family: helvetica;
    font-weight: bold;
}

p.cv_link_info {
    color: black;
    font-size: 12px;
    font-family: helvetica;
}

p.privacy {
    color: black;
    font-size: 11px;
    font-family: helvetica;
}

input.login_field {
    color: black;
    font-size: 11px;
    font-family: helvetica;
}

input.btn_login {
    color: white;
    font-size: 11px;
    font-family: helvetica;
    font-weight: bold;
    width: 90px;
    height: 23px;
    background-color:green;
}

input.btn_register {
    color: white;
    font-size: 11px;
    font-family: helvetica;
    font-weight: bold;
    width: 90px;
    height: 23px;
    background-color:green;
}

input.continue {
    color: black;
    font-size: 12px;
    font-family: helvetica;
    font-weight: bold;
    width: 150px;
    height: 30px;
}

input.btn_submit {
    color: black;
    font-size: 11px;
    font-family: helvetica;
    font-weight: bold;
    width: 90px;
}

input.btn_cvaddress {
    color: black;
    font-size: 11px;
    font-family: helvetica;
    font-weight: bold;
    width: 180px;
}

button.delete {
    color: white;
    font-size: 11px;
    font-family: helvetica;
    font-weight: bold;
    width: 100px;
    height: 21px;
    background-color:green;
}

form.nomargin {
    margin: 0;
    padding: 0px;
    border-bottom: 0px;
}

a.password_title {
    color: black;
    font-size: 10px;
    font-family: helvetica;
    text-decoration:none;
}


input.cfs_styles {
    background-image:url('img_buttons/bg_styles.bmp');
    background-repeat : no-repeat;
    background-color  : #FAF8CC;

    color             : white;
    font-family       : helvetica;
    font-size         : 14px;
    font-weight       : bold;
    font-style        : italic;

    text-align        : center;

    border-width      : 0px;
    height            : 29px;
    width             : 210px;
}