#speed_help{ 
    z-index: 95;    
	}

#overlay{ 
    background-image: url(../images/overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
	filter: opacity: 0.9; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}


* html #overlay{

    background-color: #EFEFEF;
    background-color: transparent;
    background-image: url(../images/blank.gif);
    filter: opacity: 0.9; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */

}

#pricealerts{
    width:450px;
	height: 463px;
    background:#FFFFFF;
    padding:10px;
    border:10px solid #CCCCCC;
	color: #000000;
    z-index: 100;
	text-align: center;
}

#redball { 
   z-index:300; 
   position: absolute;    
}

#dashes1 {
    position: relative;
    top:10px;
}

#spyterm {
    position: relative;
    top:30px; left: 10px; 
	height: 56px;
	font-size: 24px;
	font-family: Arial;
}

#spynote {
   font-size: 14px;
   font-family: Arial;
   position: relative;
   top:40px;
}

#spyscale {
  position: relative;
  top:60px;
}

#spyscaleborders table {
  position: relative;
  top:55px;
  width: 328px;
}

#spyscaleborders table td {
  width: 164px;
  color: #616160;
  font-size: 14px;
  font-family: Arial;  
}

#leftnumber {
   text-align: left;
}

#rightnumber {
   text-align: right;
}

#spyvalue {
   position: relative;
   top: 55px;
}

#value {
   font-size: 48px;
   font-weight: bold;
   font-family: Arial;
   color: #B61105;
}

#spyunit {
   font-size: 14px;
   font-family: Arial;
}

#dashes2 {
   position: relative;
   top: 80px;
}

#spyform {
   position: relative;
   top: 90px;
}

#spyemail {
   width: 147px;
   height: 30px;
   border: #B61105 1px solid;
   color: #A09F9F;
   font-size: 12px;
   font-family: Arial;
   position: relative;
   top:0; left:0;
}

#spybutton {
  position: relative;
  top: 20px;
  cursor: pointer;
}


#close{
    position:relative;
    top:-10; left: 225px;
    cursor:pointer;
}

#invalid {
    color: #ED0F0F;
	font-weight: bold;
}

#m1 {
width: 100%; 
border: #000000 1px solid;
}

#m1 td{
text-align:right; }

   
