
  /************************************************************\
  *
  *    Skinned Select Box Copyright 2007 Derek Harvey
  *		 www.lotsofcode.com
  *
  *    This file is part of Skinned Select Box .
  *
  *    Skinned Select Boxis free software; you can redistribute it and/or modify
  *    it under the terms of the GNU General Public License as published by
  *    the Free Software Foundation; either version 2 of the License, or
  *    (at your option) any later version.
  *
  *    Skinned Select Box is distributed in the hope that it will be useful,
  *    but WITHOUT ANY WARRANTY; without even the implied warranty of
  *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *    GNU General Public License for more details.
  *
  *    You should have received a copy of the GNU General Public License
  *    along with Skinned Select Box; if not, write to the Free Software
  *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  \************************************************************/
  
  /*
    
    NOTES
    -----
      -> MSIE7 + FF2 Compatible
    
      Class Information
      -----------------
      
      -> (div.skinnedSelect)
        -> Main Containing Skin with Image Applied
      -> (div.skinnedSelect select)
        -> Hidden select box using opacity and relative positioning.
      -> (div.skinnedSelect .text)
        -> Text container, holds the currently selected div.
      -> (div.skinnedSelect .text)
        -> Text container, holds the currently selected div.
            
*/
  
div.skinnedSelect {
	background: url('../images/skin.png') no-repeat scroll 0pt 100%;
	height: 19px;
}
div.skinnedSelect select {
    position: relative;
    opacity: 0;
    filter: alpha(opacity = 0);
    moz-opacity: 0;
}
div.skinnedSelect .text {
    position: absolute;
    text-indent: 5px;
    line-height: 19px;
    width: 126px;


}
div.skinnedSelect .text,
div.skinnedSelect select,
div.skinnedSelect select option {
	width: 126px;
	font-size: 11px;
	color: #8B8B8B;
	text-align:left;

	
	
}

.sdate
{
  border: none;
  background: url('../images/skin2.png') no-repeat 100% 100%;
	font-size: 11px;
	color: #8B8B8B;
	height: 18px;
	width: 126px;
	float: left;
	text-align: left;
	

}

.sprice
{
  border: none;
  background: url('../images/skin3.png') no-repeat 100% 100%;
	font-size: 11px;
	color: #8B8B8B;
	height: 18px;
	width: 50px;
	float: left;
	text-align: left;
	

}


.submit
{
  background: white url('../images/search_button.png') no-repeat 100% 100%;
  height: 18px;
  width: 45px;
  border: 0px;
  font-size: 11px;
	color: #8B8B8B;
	text-align: center;
	float: right;
	
	margin-bottom: 20px;
}

*html .submit
{
	margin-right: 0;	
	margin-bottom: 0;
}
