#title {
	text-align:center;
	font-size:large;
	font-weight:bold;
}

#question {
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
}
	
#context {
	text-align: center;
	opacity: 1;
}

.cleared {
	clear: both;
}

.persona {
	float:left;
	width:200px;
	background-color: white;
	vertical-align: bottom;
	border:20px;
	opacity: 0.61;
}

.container {
	height:200px;
	width:150px;
	background-color: silver;
	vertical-align: bottom;
	opacity: 0.5;
}


.function {
	background:transparent url(../images/tag.gif) no-repeat scroll left center;
	border-right:1px solid #C2C1C1;
	display:block;
	font-weight:bold;
	float:left;
	font-size:12px;
	height:16px;
	margin-top:5px;
	padding-left:20px;
	text-align: middle;
	padding-right: 15px;
	text-decoration:none;
}

.name {
	font-weight:bold;
}

.description {
	height:30px;
}

.icon {
	align: center;
	width:120px;
}

.icon img {
	height:130px;
}

.droppable-active {
	opacity: 1.0;
	}
.droppable-hover {
		outline: 1px dotted black;
}

