﻿div.FormRow
{
    clear:both;
    width:460px;
    padding:0px 10px 0px 10px;
    overflow:hidden;
    background-color:#DDEEFF;
}

div.FormRowLabel
{
    float:left;
    margin:0px;
    padding:6px 10px 6px 0px;
    width:90px;
    line-height:22px;
    text-align:right;
    font-size:small;
}

div.FormRowInput
{
    float:left;
    margin:0px;
    padding:6px 0px 6px 0px;
    width:360px;
    line-height:22px;
    text-align:left;
    font-size:small;
}

div.FormRowInput input[type=text]
{
    border:solid 1px #999999;
    width:320px;
    height:18px;
    line-height:18px;
    margin:0px;
    padding:2px;
    color:#333333;
}

div.FormRowInput textarea
{
    border:solid 1px #999999;
    width:320px;
    height:100px;
    margin:0px;
    padding:2px;
    color:#333333;
}

div.FormRowInput select
{
    border:solid 1px #999999;
    width:326px;
    height:24px;
    line-height:24px;
    margin:0px;
    padding:0px;
    color:#333333;
}

/*
div.FormRowInput input[type=submit]
{
    border-width:0px;
    width:80px;
    height:22px;
    color:#99BBFF;
    background-color:#000000;
    background-image:url("../images/button.png");
}

div.FormRowInput input[type=submit]:hover
{
    color:#FFFFFF;
    background-image:url("../images/buttonglow.png");
}
*/

div#PopUpContainer
{
    clear:both;
    z-index:26;
    position:absolute;
    top:200px;
    width:100%;
    height:100%;
    background-color:Transparent;
    margin:0px;
    padding:0px;
}

div#PopUp
{
    clear:both;
    width:480px;
    height:260px;
    background-color:Transparent;
    background-image:url("../images/popup.png");
    padding:10px;
    margin:0px auto;
    position:relative;
}

div#PopUpHead
{
    float:left;
    width:388px;
    height:22px;
    line-height:22px;
    background-color:Transparent;
    color:#FFFFFF;
    font-size:14px;
    margin:0px 0px 0px 46px;
    padding:0px;
    text-align:center;
}

a#PopUpClose:link, a#PopUpClose:visited
{
    float:left;
    display:block;
    width:32px;
    height:16px;
    background-image:url("../images/close.png");
}

a#PopUpClose:hover, a#PopUpClose:active
{
    float:left;
    display:block;
    width:32px;
    height:16px;
    background-image:url("../images/closehover.png");
}

div#PopUpContent
{
    clear:both;
    width:460px;
    height:158px;
    padding:10px;
    margin:0px 0px 40px 0px;
    text-align:center;
    color:#000000;
    background-color:Transparent;
}

div#PopUpFoot
{
    clear:both;
    margin:0px;
    padding:0px 10px 0px 10px;
    width:460px;
    height:20px;
    line-height:20px;
    text-align:right;
    color:#000000;
    background-color:Transparent;
    font-size:11px;
}

    