﻿div.section{
	
	width:780px;
	position:relative;
	
}
	div.section h3{
		margin-bottom:10px;
	}
	div.section li{
		float:left;
	}
	div.pane{
		overflow:hidden;
		clear:left;
		
		position:relative;
		width:780px;
		height:409px;
	}
ul.elements{
	background-color:#5B739C;
}
	ul.elements li{
		width:200px;
		height:100px;
		font-weight:bolder;
		border:1px black solid;
		text-align:center;
		padding:50px;
		position:relative;
		background-color:#DDD;
	}
		ul.elements li a{
			bottom:20px;
			color:#933;
			font-size:12px;
			left:125px;
			position:absolute;
		}
		ul.elements li p{
			color:#666;
		}
	#pane-options ul.elements li{
		margin:5px;
	}
	#pane-options{
		margin-bottom:10px;
	}
ul.links{
	height:20px;
}
	ul.links a{
		color:#69C;
		margin:0pt 5px;
	}
h3 span{
	position:absolute;			
}
.message{
	background:#EEE;
	border:1px solid #999;
	color:#333;
	font-size:12px;
	font-weight:normal;
	padding:1px;
	margin-top:2px;
}