.module
{
	border:1px solid #ccc;
	width: 100%;
	margin-bottom:20px;
}

.module .header
{
	background-color:#ffe001;
	padding-left:10px;
	height:25px;
	padding-top:5px;
	margin:0;
	width:98%;
}

.module .header h1
{
	margin:0;
	display:inline;
	font-size:16px;
}

.module .content
{
	clear:both;
	padding:10px;
}
.module .placeholder
{
	margin-top:1px;
	margin-right:2px;
}
.module .expand
{
	float:right;
	display:inline;
	background-image:url('../img/toggle-sprite.png');
	background-position: 0px -16px;
	width:16px;
	height:16px;
}	
.module .collapse
{
	float:right;
	display:inline;
	background-image:url('../img/toggle-sprite.png');
	background-position: 0px 0px;
	width:16px;
	height:16px;
}
