#box
{
	background-color:#fff;
	width:550px;
	border:1px solid #ccc;
	padding:20px;
	margin:0 auto;
}

.module
{
	border:1px solid #ccc;
	width: 713px;
	margin-bottom:20px;
}
	.module .header, .module .header2
	{
		background-color:#efefef;
		padding-left:10px;
	}
		.module .header h2, .module .header2 h2
		{
			color: #333333;
			display: inline;
			font-size: 18px;
			line-height: 12px;
			margin: 0;
			width: 100%;
			margin: 15px 0 12px;
		}
		
	.module .content
	{
		clear:both;
		padding:10px;
	}
	.module .placeholder
	{
		margin-top:1px;
		margin-right:2px;
	}
	.module .expand
	{
		float:right;
		display:inline;
		background-image:url('../images/toggle-sprite.png');
		background-position: 0px -16px;
		width:16px;
		height:16px;
		margin-top: -28px;
	}	
	.module .collapse
	{
		float:right;
		display:inline;
		background-image:url('../images/toggle-sprite.png');
		background-position: 0px 0px;
		width:16px;
		height:16px;
        margin-top: -28px;
	}
	