.select{
		float:left;
		padding:20px;
		}


		
/*------------------ selectFruits -----------------*/

.selectFruits{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		background:url("images/form_input.gif") repeat-x top right;
		height:27px;
		width:250px;
		border:dotted 1px #2c2c2c;
		}
.selectFruits .passiveSelect,.selectFruits .activeSelect{
		height:25px;
		line-height:2.4em;
		display:block;
		cursor:pointer;	
		padding-left:10px;
		margin-right:6px;
		color:#3c57a7;
		font-weight:bold;
		background:url("images/arrow.png") no-repeat top right;
		}
		
.selectFruits .activeSelect{
		color:#3c57a7;
		background:url("images/arrow.png") no-repeat top right;
		overflow:hidden;
		}
		
.selectFruits ul
{
		padding:0;
		margin:0;
		list-style:none;
        border:dotted 1px #2c2c2c;
		overflow-x: hidden;
		overflow-y: auto;
		cursor:pointer;
		width:243px;
		padding:3px;
		background:#fefefe url("images/form_input.png") repeat-x top right;
		}
		
.selectFruits li{
		padding:0;
		margin:0;
		width:100%;
		color:#3c57a7;
		font-weight:bold;
		display:block;
		float:left;
		padding:3px;
		}
.selectFruits li:hover{

		background-color: #1056a6;
		color:#fff;
		}
.selectFruits .special{
		font-weight:bold;
		}
		
.selectFruits .selected{
		color:#2c2c2c;
		}
		
		
		/*------------------ selectFruits2 -----------------*/

.selectFruits2{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		background:url("images/form_input.gif") repeat-x top right;
		height:27px;
		width:450px;
		border:dotted 1px #2c2c2c;
		}
.selectFruits2 .passiveSelect,.selectFruits2 .activeSelect{
		height:25px;
		line-height:2.4em;
		display:block;
		cursor:pointer;	
		padding-left:10px;
		margin-right:6px;
		color:#3c57a7;
		font-weight:bold;
		background:url("images/arrow.png") no-repeat top right;
		}
		
.selectFruits2 .activeSelect{
		color:#3c57a7;
		background:url("images/arrow.png") no-repeat top right;
		overflow:hidden;
		}
		
.selectFruits2 ul
{
		padding:0;
		margin:0;
		list-style:none;
        border:dotted 1px #2c2c2c;
		overflow-x: hidden;
		overflow-y: auto;
		cursor:pointer;
		width:443px;
		padding:3px;
		background:#fefefe url("images/form_input.png") repeat-x top right;
		}
		
.selectFruits2 li{
		padding:0;
		margin:0;
		width:100%;
		color:#3c57a7;
		font-weight:bold;
		display:block;
		float:left;
		padding:3px;
		}
.selectFruits2 li:hover{

		background-color: #1056a6;
		color:#fff;
		}
.selectFruits2 .special{
		font-weight:bold;
		}
		
.selectFruits2 .selected{
		color:#2c2c2c;
		}
