﻿.foundItLower-background {
z-index: 20;
height: 100%;
width: 100%;
position: fixed;
top: 0;
left: 0;
background-color: rgb(0, 0, 0);
opacity: 0.8;
-moz-opacity: 0.80;
filter: alpha(opacity=80);
}
.foundItLower-modal {
position: absolute;
top: 120px;
z-index: 50;
}
.foundItLower-modal-inner {
width: 480px;
min-height: 186px;
padding-bottom: 14px;
border: solid 4px #999;
background: #fff;
margin: 0 auto;
}
.foundItLower-modal-inner p {
padding-left: 10px;
padding-right: 10px;
color: #333;
}

#foundItLower-popup .fieldset 
{
    padding:10px;
}
#foundItLower-popup .field-wrapper 
{
    float:left;
    width:100%;    
}
#foundItLower-popup .field-wrapper div
{
    float:left;
}
#foundItLower-popup .field-wrapper div:first-child
{
    width:30%;
    text-align:right;
    padding-top:5px;
}
#foundItLower-popup .field-wrapper div:last-child
{
    width:70%;
}
#foundItLower-popup .field-wrapper div:last-child input
{
    margin-left: 5px;
    width: 255px;
}
#foundItLower-popup .field-wrapper div:last-child select
{
    margin-left: 5px;
}
#foundItLower-popup .foundItLower-action {
    float:left;
    width:100%;    
}
#foundItLower-popup .foundItLower-action input:first-child
{
    float:left;
    text-align:left;
    margin-left:10px;
}
#foundItLower-popup .foundItLower-action input:last-child
{
    float:right;
    text-align:right;
    margin-right:10px;
}
#foundItLower-popup .tire-display, #foundItLower-popup .price-display
{
    font-weight:bold;
}