﻿.label {
    display: block;
    width: 150px;
    float: left;
    text-align: right;
    margin: 2px 4px 2px 4px;
}

.errorlabel, .errordiv {
    color: #d34332;
    font-weight: bold;
}

.errordiv, .successdiv, .importantdiv {
    width: 100%;
    text-align: center;
}

.successlabel, .successdiv {
    color: green;
    font-weight: bold;
}

.importantlabel, .importantdiv {
    border-style: solid;
    border-width: 1px;
    font-weight: bold;
    margin-bottom: 5px;
}

.textbox, .uppertextbox {
    width: 150px;
    margin: 2px 0px 2px 0px;
}

.uppertextbox {
    text-transform: uppercase;
}

.combo {
    width: 154px;
    margin: 2px 0px 2px 0px;
}

input[readonly="readonly"] {
    border-style: solid;
    border-width: 1px;
    background-color:#dddddd;
}

.hide {
    display: none;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loader {
    font-family: Arial;
    font-size: 20pt;    
    width: auto;
    height: auto;
    display: none;
    position: fixed;
    background-color: transparent;
    color: white;
    z-index: 999;
    padding: 20px 20px 20px 20px;
}

.imgpreview {
    position: absolute; 
    max-width: 300px; 
    width: 100%; 
    height: auto; 
    border: solid 1px gray;
}