

#ama-container,#ada-container {
position:absolute;
left:0;
z-index:50;
width:100%;
height:150%;
background-color:#000;
filter:alpha(opacity=60);
opacity:0.6;
margin:0;
padding:0;
color: #000000;	
}

#ama-frame,#ada-frame {
position:absolute;
top:2%;
left:50%;
margin-left:-35%;
z-index:100;
width:70%;
height:80%;
background-color:#FFF;
border:#000 solid 1px;
filter:alpha(opacity=100);
opacity:1;
padding:10px;
text-align: center;
color: #000000;
}

#ama-content,
#ada-content {
    text-align: left;
    height: 80%;
    overflow-x: auto;
    overflow-y: scroll;
    width: 96%;
    border: #999 solid 1px;
    margin: auto;
    margin-top: 10px;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
	line-height: 2;
}


#wrapper {
width:940px;
margin:0 auto;
}



.even {
background-color:#efefef;
}

#storeSelectorDiv {
width:805px;
margin-top:145px;
position:absolute;
z-index:80;
}

#storeListDiv {
background-color:#fff;
border:#ccc solid 1px;
display:none;
width:200px;
float:right;
}

#storeListDiv ul {
display:block;
font-family:Verdana;
font-size:11px;
vertical-align:baseline;
list-style:none;
width:175px;
background-color:#f0f1ec;
margin-left:7px;
padding:5px;
}

#storeListDiv li {
border-bottom:1px solid #ebebeb;
}

.instruction {
font-size:10px;
color:#666;
line-height:15px;
}

.requiredFld {
font-size:11px;
color:#c00;
line-height:18px;
}

span.clocks {
background-color:#ffc;
border:#ccc solid 1px;
font-weight:700;
padding:2px;
}

a:hover,#breadCrumb a:hover,#footer a:hover {
text-decoration:underline;
}

#faux,.odd {
background-color:#FFF;
}

li.border-top,#rightcallout p,.header2 p {
margin:0;
}