﻿#body {
    min-width:1040px;
}
input[type="submit"], input[type="button"] {
    padding:2px;
    font-size:80%;
}
input[type="text"] {
    width: 85px;
}

input[type="file"] {
    width:180px;
}

.smallBtn {
    width:48px;
}

td, th {
    padding: 2px 4px;
    border-right:1px solid #ccc;
}
.picImg {
    height: 50px;
}
#PicSelected {
    float:right;
    border:2px #6B696B solid;
}
.dateRange {
    margin:20px 35px 10px 60px;
    float:left;
    width:320px;
    clear:left;
}
.msg {
    color:#FF4500; /* OrangeRed */ 
}
.msgOrange {
    color:#FFA500; /* Orange */
}
fieldset {
    border: 1px solid #999;
}
.required {
    border: 1px solid #FF4500;
}
.highlight { 
    color:#f8822f !important;
    text-decoration:underline !important;
}

