body 		{background-color: #333; font-family: Trebuchet MS, Tahoma; margin: 0; padding: 0 0px;}

#wrap 	{margin: 20px 0 40px 40px; width:750px;}

.cl_01	{
	padding: 0;
	width:300px;
	float: left;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.cl_02	{padding: 0; width:350px; margin:0 0 0 350px;}

h1 	{font-size: 24px; font-weight: bold; margin: 28px 0 15px 0; color: #fff; border-bottom: 1px solid #000;}

/* ComboBox */
.comboBoo			{border:0px; color: #fff;}
.comboBoo-label	{
	font: bold 13px verdana;
	line-height: 30px;
	height: 25px;
	left: 40px;
	padding: 0 25px 0 8px;
	cursor:pointer;
	position: absolute;
	color: #fff;
	background-image: url(../demo-selectbox.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	
}
a:hover.comboBoo-label, a:active.comboBoo-label	{
	
	background-color: none;
	color: #fff;
	text-decoration: none;
	background-position: 0px -25px;
}


ul.comboBoo-list 		{position: absolute; width:500px; margin: 30px 0px 0 0; padding: 0px 0 60px 0; list-style: none; border: 0; font-family: Verdana, Geneva; z-index: 500;}
ul.comboBoo-list li 	{padding: 0 0 0 50px; line-height: 25px; height: 25px; cursor: pointer; font-weight: normal; font-size: 11px; background: #000; color: #fff;}
ul.comboBoo-list li.choice-selected 		{background-color: #c33; color: #fff;}

