﻿#wrapper
{
    margin-left: 34px;   
}

#inputTable th, td
{
    text-align:left;    
    padding-bottom:10px;  
}

div.leftAngle
{
    background-image:url(../images/txtBox_leftAngle.gif) ;
    background-position : left;
    background-repeat : no-repeat;
    padding-left: 18px;
}

div.rightAngle
{
    background-image:url(../images/txtBox_rightAngle.gif) ;
    background-position : right;
    background-repeat : no-repeat;
    padding-right: 18px;
    float: left;
}

.txt
{        
    height:18px;    
    border:0;
    border-top: 1px solid #DBDCDE;
    border-bottom: 1px solid #DBDCDE; 
    padding-top:2px;      
}

#btnSubmit
{
    height:18px;
    width:48px;
    background-image:url(../images/submit.gif) ;
    border:0;
}
