#ajax_tooltipObj
{
    width: 200px;
    background-color: #e5ad32;
    z-index: 1000001;
    position: relative;
    float: left;
}

#ajax_showBasketobj
{
    width: 500px;
    background-color: #ffffff;
    z-index: 1000001;
    position: relative;
    float: left;
}

#ajax_showQuotesobj
{
    width: 500px;
    background-color: #ffffff;
    z-index: 1000001;
    position: relative;
    float: left;
}

#ajax_showClick4obj
{
    width: 230px;
    background-color: #ffffff;
    z-index: 1000001;
    position: relative;
    float: left;
}

#ajax_tooltipObj .help_content
{
    background-color: #ffffff;
    width: 250px;
    text-align: justify;
    z-index: 1000002;
    position: absolute;
    top: 0px;
    left: 0px;
    float: left;
    padding: 10px;
    border: solid 1px #00529C;
}

#ajax_showBasketobj .help_content
{
    background-color: #ffffff;
    width: 492px;
    text-align: justify;
    font-size: 0.85em;
    z-index: 1000002;
    position: absolute;
    top: 0px;
    left: 0px;
    float: left;
    min-height: 200px;
    padding: 10px;
    border: solid 4px #CCCCCC;
}

#ajax_showQuotesobj .help_content
{
    background-color: #ffffff;
    width: 492px;
    text-align: justify;
    font-size: 0.85em;
    z-index: 1000002;
    position: absolute;
    top: 0px;
    left: 0px;
    float: left;
    min-height: 200px;
    padding: 10px;
    border: solid 4px #CCCCCC;
}

#ajax_showClick4obj .help_content
{
    background-color: #ffffff;
    width: 222px;
    text-align: justify;
    font-size: 0.85em;
    z-index: 1000002;
    position: absolute;
    top: 0px;
    left: 0px;
    float: left;
    min-height: 140px;
    padding: 10px;
    border: solid 4px #CCCCCC;
}

#ajax_showBasketobj .progress
{
    background-color: #ffffff;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 240px;
    padding: 0;
    z-index: 1;
    background-image: url( "../_images/ajax-loader.gif" );
    background-position: center center;
    background-repeat: no-repeat;
    cursor: wait;
}

#ajax_showQuotesobj .progress
{
    background-color: #ffffff;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 240px;
    padding: 0;
    z-index: 1;
    background-image: url( "../_images/ajax-loader.gif" );
    background-position: center center;
    background-repeat: no-repeat;
    cursor: wait;
}

#ajax_showQuotesobj .itemContainer
{
    width: 90%;
    margin: 5px auto 0 auto;
    height: 20px;
    text-align: right;
    clear: both;
    font-size: 1.3em;
}

#ajax_showQuotesobj p
{
    padding: 0;
    margin: 0;
    font-size: 1.4em;
    line-height: 1.6em;
}

#ajax_showQuotesobj .button
{
    font-size: 1.2em;
    background-color: #ec8a0b;
    border: solid 1px #35278b;
    cursor: pointer;
}

#ajax_showClick4obj .progress
{
    background-color: #ffffff;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    padding: 0;
    z-index: 1;
    background-image: url( "../_images/ajax-loader.gif" );
    background-position: center center;
    background-repeat: no-repeat;
    cursor: wait;
}

#ajax_showClick4obj .itemContainer
{
    width: 90%;
    margin: 5px auto 0 auto;
    height: 20px;
    text-align: right;
    clear: both;
    font-size: 1.3em;
}

#ajax_tooltipObj .helpText
{
    margin: 10px;
    float: left;
}

#ajax_showInfo .helpText
{
    margin: 10px;
    float: left;
}

.masktextaspassword {
-webkit-text-security: disc !important;
}