body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#ECE9D8;
}

a:link {
	color:#662222;
	text-decoration:none;
}

a:visited {
	color:#662222;
	text-decoration:none;
}

table {
	border:0px;
}
td { 
	font:normal 12px Arial;
}
img { 
	vertical-align:bottom; 
	border:0px; 
}
.sec_menu {
	border-left:1px solid white; 
	border-right:1px solid white; 
	border-bottom:1px solid white; 
	overflow:hidden; 
	background:#f49e9c;
}
.menu_title { }
.menu_title2 { }
	
.step {
	padding-bottom: 10px;
}

.title {
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	color: #993333;
}

.item {
	font-size: 12px;
	margin-left: 20px;
}

.usercontainer {
	margin: 10px;
	width: 300px; 
	height: 600px; 
	overflow: auto; 
	float: left;
}

#selectable .ui-selecting {
	background: #FECA40; 
}
#selectable .ui-selected {
	background: #F39814; 
	color: white; 
}
#selectable { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 60%; 
}
#selectable li { 
	margin: 3px; 
	padding: 0.4em; 
	font-size: 1.4em; 
	height: 18px; 
}

