﻿#titleDropdown
{
    width: 608px !important;
}

#divPageBodyLong
{
    padding: 0px 150px;
}

input.ui-button.ui-state-default
{
    padding: 11px 15px;
    border-radius: 0px;
    outline: none;
    background-color: #ffe600;
    color: #444;
    border: 1px solid #ffe600;
}

input.ui-button.ui-state-default:hover
{
    background-color: #cfb500;
    color: #444;
}

input#companyName {
    width: 600px;
}

input#firstName {
    width: 291px;
    margin-right: 5px;
}

input#lastName {
    width: 296px;
}

input#email {
    width: 600px;
}

input#eyContact {
    width: 600px;
}

select#continentPicklist {
    width: 300px;
    margin-right: 2px;
}

select#countryPicklist {
    width: 302px;
}

div#industryPicklist {
    width: 605px;
    border: 1px solid #EEEEEE;
    padding: 2px;
}

#divPageBody {
    padding: 0px 150px;
}