﻿/*---Top Panel---*/
#topPan
{
    width: 480px;
    height: 100px;
    margin: 0 auto;
}

#topPan form
{
    background-position: 0 0;
    width: 480px;
    height: 67px;
    background: #FF6600 url(images/formarea.gif) no-repeat 0 0;
    color: #6E6E6E;
    font: 18px/46px Georgia, "Times New Roman" , Times, serif;
}
#topPan form label
{
    float: left;
    width: 480px;
    display: block;
    padding: 0 0 0 72px;
}
#topPan form input
{
    width: 112px;
    height: 20px;
    float: left;
    display: block;
    margin: 12px 14px 0 0;
}
#topPan form input.button
{
    width: 50px;
    height: 19px;
    float: left;
    display: block;
    border: none;
    background: url(images/button.gif) 0 0 no-repeat #F2F2F2;
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 12px 0 0;
}
/*---/Top Panel---*/