form br
{
	clear:both;
}
.combo3
{
	margin: 0px 5px 10px 0px;
	font-size:11px;
	font-weight: bold;
	width: 188px ;
	padding-left:10px;
	display: block;
	text-align:left;
	background: url('../design_images/pulldown.png') right;
	height:16px;
	padding-top: 0px;
	cursor: pointer;
	color:#FFFFFF;
	border: none;
	float:left;
	top: -250px\0/ !important; /* IE 8 */
	left:-600px\0/ !important; /* IE 8 */
}

.combo, .combo2
{
	margin: 0px 5px 10px 0px;
	font-size:11px;
	font-weight: bold;
	width: 188px ;
	padding-left:10px;
	display: block;
	text-align:left;
	background: url('../design_images/pulldown.png') right;
	height:16px;
	padding-top: 2px;
	cursor: pointer;
	color:#FFFFFF;
	border: none;
	float:left;
/* IE 7 FIX start  */
	top: -218px;
	left:-355px;
}

* + html .combo {
	top:0px;
	left:0px;
}
* + html .combo2 {
	top:0px;
	left:0px;
}
/* IE 7 FIX end */

div.comboOptions {
  position:absolute;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  padding:0px;
  font-size:0.8em;
  text-align:left;
  max-height:200px;
  overflow:auto;
}
div.comboOptions ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
.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;
}

.label_text{
	position: relative;
	float:left;
	display:block;
	margin-right:10px;
	line-height:18px;
	font-size: 11px;
	font-weight: bold;
}