﻿.EnalyzerLinkImage
{
    border: none;
}

.EnalyzerButton
{
    text-decoration: none;
    text-align: center;
    padding-top: 12px;
    width: 120px;
    display: block;
    height: 55px;
    background: url(../images/Pop-Up-Button.png) no-repeat left top;
    color: #717481;
    font-size:17px;
    font-family:Arial;
}

.EnalyzerLink
{
    color: Black;
    text-decoration: none;
}


#EnalyzerVAlignDiv
{
    visibility: hidden;
    width: 100%;
    height: 50%;
    margin-top: -160px;
    float: left;
}

#EnalyzerWrapperDiv
{
    float: left;
    clear: both;
    width: 100%;
}

#EnalyzerPopupDiv
{
    margin-left: auto;
    margin-right: auto;
    width: 550px;
    height: 300px;
    background-image: url(  '../images/Background.png' );
    border: solid 1px white;
}

#EnalyzerInnerDiv
{
    margin-top: 20px;
    margin-right: 50px;
    margin-left: 50px;
    height: 250px;
    width: 470px;
    float: left;
}

.EnalyzerLeft
{
    float: left;
}

.EnalyzerRight
{
    float: right;
}

.EnalyzerText
{
    font-family: Arial;
    color: #52545C;
}


