/* Talep_Page css */
body
{
    margin: 0 auto;
    font-size: 11px;
    font-family: Tahoma;
    background-image: url(../../images/bg.png);
    background-repeat: repeat-x;
    background-color: #09579d;
}


#Main
{
    margin: auto;
    width: 750px;
    background-image: url(../../images/cloud.jpg);
    background-repeat: no-repeat;
}

#ContentMain
{
    background-image: url(../../images/ContentBg.png);
    background-repeat: repeat-y;
    width: 700px;
}

#ContentTable
{
margin-top:20px;
    margin-left: 20px;
    width: 550px;

}

#ContentMainTop
{
margin-top:-20px;
    background-image: url(../../images/ContentTopBg.png);
    background-repeat: no-repeat;
    width: 700px;
    height: 43px;
}

#ContentMainBottom
{
    background-image: url(../../images/ContentBottomBg.png);
    background-repeat: no-repeat;
    width: 700px;
    height: 43px;
}


#ContentMainHeader
{
    margin-bottom: 0px;
    width: 700px;
    height: 43px;
    margin-left: 50px;
}

#ContentImg
{
    margin-top: -322px;
    width: 133px;
    height: 333px;
    float: right;
    position: relative;
    padding-right: 67px;
}

.txtBox
{
    font-family: Arial;
    font-size: 10px;
    border: solid 1px #e7e7e7;
}

select
{
    font-family: Arial;
    font-size: 10px;
    border: solid 1px #e7e7e7;
}

