﻿.adsllinecheck
{
    text-align: center;
    width: 100%;
    background: url("./images/digiworldtrans.png") no-repeat scroll -81px -38px #FFFFFF;
    margin-top: 20px;
    padding: 10px 0px;
    border: 1px solid #888888;
    -moz-border-radius: 6px;
}

.adsllinecheck
{
    color: #000000;
}

.adsllinecheck .footer
{
    padding-top: 1em;
    font-size: 0.75em;
    color: black;
}

.adsllinecheck h2
{
    text-align: left;
    margin-left: 8%;
}

.adsllinecheck wrap
{
    width: 90%;
    margin: auto;
}

.adsllinecheck .success
{
    width: 70%;
    margin: auto;
    text-align: center;
    color: black;
    line-height: 24px;
    background: url('./images/accept-icon.png') no-repeat top right;
}

.adsllinecheck .fail
{
    width: 70%;
    margin: auto;
    text-align: center;
    color: black;
    padding-right: 5px;
    line-height: 24px;
    background: url('./images/cancel-icon.png') no-repeat top right;
}

.adsllinecheck p
{
    width: 100%;
    text-align: center;
}

.adsllinecheck .prog-indicator
{
    width: 90%;
    margin: 5px auto 0px;
    height: 0px;
    display: block;
    background: url('./images/busy16x16.gif') no-repeat center center;
}

