/* Demo Request --------------------------------------------------------*/

div.info_request {
    position: relative;
    margin: 1em 0;
    width: 480px;   /* IE Width includes padding */
    border: 1px solid black;
    background: #eee;
    padding: 10px;
}

div.info_request ul {
    margin-bottom: 1em !important;
}

html > body div.info_request {
    width: 500px;  /* Non-IE width */
}

div.info_request span.required {
    vertical-align: super;
    font-size: 0.6em;
    color: #c00;
}

.label {
   font-size: 11px;
   font-weight: bold;
   margin-bottom: 6px;
   color: #000;
}

div.info_request div.label_value {
    margin: 0.3em 0;
    padding: 1px 0;
}

div.info_request div.label_value.error {
    border: 1px solid red;
}

div.info_request div.label_value label {
    float: left;
    width: 150px;
    display: block;
    text-align: right;
    font-weight: bold;
    margin-right: 1em;
}

div.info_request span.error {
    color: red;
    font-weight: bold;
    font-size: 11px;
}

div#product_info_box {
    padding-top: 0;
}

div#product_list, div#system_list {
    width: 250px;
    padding: 10px;
}

div#product_list {
    margin-bottom: 30px;
}

div#om_system_list {
    padding: 10px;
}


div#system_list {
    position: absolute;
    top: 0;
    left: 250px;
}

div#request_thanks {
    width: 500px;
    border: 1px solid black;
    padding: 20px;
}

div#request_thanks h3 {
    margin-top: 0;
}

div#errors {
    padding: 10px;
    border: 2px solid red;
    margin-top: 1em;
    margin-bottom: 2em;
    background-color: #eee;
    font: bold smaller sans-serif;
    color: red;
}
div div#errors {
    width: 480px;  /* IE width (includes padding) */
}
html > body div div#errors  {
    width: 500px;  /* Non-IE width */
}
div#errors ul {
    margin: 1em 1em 1em 2em;
    color: red;
}

/* End Demo Request ----------------------------------------------------*/
