﻿    td .uploadbtn
    {
        /*height:100%;*/
        /*background:url("../images/overlay/browse_button.png") repeat scroll 0 0 transparent;*/
        /*height:26px;*/
        /*width:90px;*/
    }
    .uploadbtn
    {
        position:relative;
        left: 15px
        /*padding-left:10px;*/
    }
    
    td .hover
    {
        cursor:pointer;
        cursor:hand;
    }
    
    .status
    {
        font-family:tahoma;
        font-size:17px;
        font-weight:bold;
    }
        
    #applyHead
    {
        border-bottom:1px solid black;
        border-top:1px solid black;
        font-size:12px;
        font-style:italic;
        font-weight:bold;
        margin-bottom:20px;
        margin-top:20px;
        padding:5px 10px;
        text-align:left;
    }
    #applyTitleHead
    {
        width: 100%;
        height:30px;
        position: relative;
        top: -2px;
    }
    
    .left
    {
        float:left;
    }
    .right
    {
        float:right;
    }
    #applyTitleHead .applyClose
    {
        background: url("../images/overlay/close_button.gif");
        float:right;
        width:20px;
        height:20px;
        margin: 0;
    }
    
    #applyTitleBottom
    {
        padding-top:5px;
        height: 30px;
    }
    
    #applyResumeTitleBottom
    {
        padding-top:5px;
        padding-bottom:20px;
    }
    
    #applyTitleHead a
    {
        cursor: hand;
    }

    .applyFor
    {
        font-size:15px;
        font-weight:bold;
        padding-right:10px;
        padding-top:1px;
    }
    .applyPosition
    {
        background:none repeat scroll 0 0 #EEA539;
        border:2px solid black;
        font-size:12px;
        font-weight:bold;
        margin-top:-3px;
        padding-bottom:5px;
        padding-left:10px;
        padding-top:5px;
        text-align:left;
        width:430px;
    }
    .resume
    {
        width: 60% !important;
    }
    #applyTitleHead .rdb
    {
        width: 90% !important;
    }
