.Forms table caption {font-weight: bold; text-align: left;}
.Forms td {vertical-align:middle; padding-bottom: 2px; padding-top: 2px;}
.Forms .Labels {min-width: 200px; font-size: 14px; font-weight: normal; text-align: left;}
.Forms .Inputs {min-width: 250px;}
.Forms .Errors {min-width: 250px; font-size: 13px; color:crimson; font-style: italic; text-align:left; padding-left:10px;}
.Forms .Inputs Input[type=text], .Forms .Inputs Input[type=password], .Forms .Inputs textarea, .Forms .Inputs Select {
    border: solid 1px #CCC; background-color: #F4F4F4; padding: 2px;
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px;
    
}
.Forms .Inputs Input[type=text], .Forms .Inputs Input[type=password], .Forms .Inputs textarea {width: 98%;}
.Forms .Inputs Input.Date {margin-right: 4px; width: 88%;}
.Inputs Select {width: 100%;}
.Forms .Inputs Input[type=text]:focus, .Forms .Inputs Input[type=text]:hover, 
.Forms .Inputs Input[type=password]:focus, .Forms .Inputs Input[type=password]:hover, 
.Forms .Inputs textarea:focus, .Forms .Inputs textarea:hover,
.Forms .Inputs Select:focus, .Forms .Inputs Select:hover {
        background-color: #F0F0F0;
}
.Forms .Inputs .Buttons {border: solid 1px #777; width: auto; padding: 0px 5px; font-weight: bold; background-color: #D7D7D7;}

.Forms {width:90%; height:auto;}
/* Braught over from add-case-details.php */
.Forms Span {color:#488AC7; margin-left:4px; letter-spacing:1px;
    font-size:13pt; font-family:'Trebuchet MS',Helvitica,serif; font-weight:bold;}
/*.Forms .CasesForm {width:95%; background-color:#F5F8EE;}*/
.Forms .CasesForm {width:95%; background-color:#F8F8F8; border:dashed 1px #DDD;}
.Forms .CasesForm Td .Select_small { width:96%;}
.Forms .CasesForm Td .Select_large {width:90%;}
.Forms .CasesForm .Col_2 {text-align:left; padding-left:5px; width:30%;}
.Forms .CasesForm .Col_2 .Uploader_TextBox {border-width:1px; border-top-color:#5794BF;
        border-right-color:#5794BF; border-bottom-color:#C7E2F1; border-left-color:#B7D5EA; width:60%;}
.Forms .CasesForm .Col_2 .Uploader_Button {border-width:1px; border-top-color:#5794BF;
        border-right-color:#5794BF; border-bottom-color:#C7E2F1; border-left-color:#B7D5EA; width:25%;}
.Forms .CasesForm .Col_2 Span {text-align:center;}
.Forms .CasesForm .Col_4 {text-align:left; padding-left:5px; width:30%;}

.Forms .CasesForm .Col_2 Input, .Forms .CasesForm .Col_4 Input {width:92%;}
.Forms .CasesForm .Col_2 Select, .Forms .CasesForm .Col_4 Select {width:94%;}
.Forms .CasesForm .Col_2 Input.Date, .Forms .CasesForm .Col_4 Input.Date {width:86%;}
.Forms .CasesForm  Td .Buttons {width:100px;}
.Forms .CasesForm Td .Select_Title {width:33%; font-size:smaller;}
.Forms .CasesForm Td .TextBox_Small {width:50%; margin-right: 4px;}
.Forms .CasesForm Td .TimeTextBox {width:10%; color:#222; text-align:center;}