.container_select{
				width:149px;
				height:24px;
				float:left;
				cursor:pointer;
			}
			
			.container_select .left_select{
				float:left;
				width:9px;
				height:24px;
				background-image:url("/images/border_left.gif");
			}
			
			.container_select .center_select{
				float:left;
				width:118px;
				height:24px;
				background-color:#D6CFB1;
			}
			
			.container_select .right_select{
				float:left;
				width:22px;
				height:24px;
				background-image:url("/images/border_right.gif");
				cursor:pointer;
			}
			
			.container_select .center_select .center{
				float:left;
				width:118px;
				height:14px;
				background-color:#FFFFFF;
				margin-top:5px;
				font-size:xx-small;
				padding-left:5px;
				overflow:hidden;
				white-space:nowrap;
			}
			
			.abre_select{
				position:absolute;
				float:left;
				width:250px;
				height:200px;
				background-color:#FFFFFF;
				border:1px solid #000000;
				font-size:small;
				z-index:200;
				clear:both;
				display:none;
				top:30px;
				overflow:auto; 
				font-family:Verdana; 
			} 