﻿input:focus
{
    background-color: #FFCC99;
}

.background
{
    width: 100%;
    height: 100%;
    background-color: Gray;
    filter: Alpha(Opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    z-index: 2000;
    top: 0px;
    left: 0px;
    position: absolute;
    display: none;
}

.modal
{
    z-index: 3000;
    top: 100px;
    left: 350px;
    position: absolute;
    width: 607px;
    height: 510px;
    display: none;
}