﻿.Gateways a
{
    background-image: url('back.png');
    background-position: right;
    background-repeat: no-repeat;
    height: 24px;
    line-height: 24px;
    padding: 6px;
    padding-right: 30px;
    padding-left: 30px;
    text-decoration: none;
    color: #E63;
    font-weight: bold;
    font-family: titr;
}
.Gateways a:hover
{
    border: 1px solid #F85;
    background-color: #fffe9d;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.Gateways
{
    background: #F5F5F5 url('italiclines.png') repeat-x bottom left;
    width: 400px;
    position: absolute;
    padding: 10px;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -200px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 3px solid #000;
    border-bottom-width: 7px;
    box-shadow: 0px 0px 15px #0BF;
}
.Gateways p
{
    float: right;
    color: #A33;
    width: 270px;
    height: 80px;
    margin: 0 0 20px 0;
}
.ErrorIcon
{
    background-image: url('Error.png');
    background-repeat: no-repeat;
    width: 128px;
    height: 128px;
    float: left;
}
.SuccessfulIcon
{
    background-image: url('Successful.png');
    background-repeat: no-repeat;
    width: 128px;
    height: 128px;
    float: left;
}