form br
{
	clear:both;
}
#wrapper {
	position:relative;
	top:0px;
	left:0px;
	width:141px;
	height:22px;
	margin:0px;
	float:left;
}

.around_input
{

	/* for ie6 */
	position:absolute;
	/* end for ie6 */
	top:0px;
	left:0px;
	width:141px;
	height:22px;
	margin:0px;	
	/*
	background: url('../../img/site/top.jpg');
	display : block; 
	position:absolute;
	right:-127px;
	z-index:1;
	*/
}
.combo
{
	display: block;
	position:absolute;
	width: 131px;
	height:20px; 
	left:0px;
	top:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	color:#666666;
	text-align:left;
	line-height:20px;	
	padding:2px 0px 0px 10px;
	padding:0px 0px 1px 10px !ie;
	margin-bottom:1px;	
	background-image:url(../../img/site/input_select.jpg);
	background-repeat: no-repeat;	
	cursor: pointer;
	border:0px;
		
}


div.comboOptions {
  position:relative;
  background-color:yellow;
  border:1px solid #ccc;
  margin:0px;
  padding:0px;
  text-align:left;
  max-height:200px;

}
div.comboOptions ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
  background-color:#FFFF33;
}
.lihover { 
  background-color: #EAF2FB;
}
div.comboOptions ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

.paypal input{
	display:none;
}

#button{
	display:block;
	height:24px;
	width:128px;
}
