﻿@import url(master.css);

#logogfx {
	float: left;
	width: 700px;
	height: 77px;
	background-image: url(../img/gfx_logo_mail2sms.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.DialogOn
{
    display: inherit;
    z-index: 1;
    border-style:none;
    background-color: Yellow;
    position: absolute;
    width: 250px;
    height: 60px;
    top: 365px;
    left: 479px;
}
.DialogOff
{   
    display: none;
    z-index: auto;
    background-color: Silver;
    position: absolute;
    width: 250px;
    height: 60px;
    top: 317px;
    left: 414px;
}

