
select, input{
     font-family:Tahoma;
     font-size:11px;
}

.OrderTable {
        width:100%;
        background-color:#ffefc7;
        border:1px solid #717489;
        border-collapse:collapse;
        text-align:left;
}

.OrderTable td {
        padding:5px;
}

.InsideTable {
        width:100%;
}

.InsideTable td {
        padding:0px;
}

.InsideTable .DropDown {
        width: 255px;
}

.InsideTable .TxtField
{
        width: 251px;
}

.TTitle {
        font-weight:bold;
        text-align:center;
}

.TType {
        width:180px;
        text-align:left;
}

.DateTd {
        width:190px;
        text-align:center;
}

.UmountTd {
        width:15px;
        text-align:left;
}

.TxtField, .DropDown, .UnsizedDropDown {
        font-family:Tahoma;
        font-size:11px;
        border:1px solid #717489;
        color:#333333;
}

.TxtField {
        width:325px;
}

.DropDown {
        width:329px;
}

.Button {
        font-family:Tahoma;
        font-size:11px;
        font-weight:bold;
        color:#846400;
        border: 2px outset #FFF1B7;
        background-color:#FFF1B7;
        margin:0px 10px 0px 10px;

}

p {
        font-size:12px;
        font-weight:bold;
}

a {
        font-weight:bold;
        color:#846400;
        text-decoration:none;
}

a:hover {
        text-decoration:underline;
}
h3 {font-size:14px;}
.requiredField
{
   font-weight:bold
}