/* hide container until all is ready */
.test, .test2,.test3,.test4{
	display: none;
}
body{
	background-color:#000;
	font-family:helvetica, tahoma, arial;
	color:#ccc;
	margin:0px;
	padding:0px;
	z-index:100;
}
a{
	text-decoration:none;
	color:#F90;
}
.right{
	text-align:right;
	padding-right:2px;
	width:100px;
}
button.submit{
	background-image:url('../images/button.png');
	background-repeat:repeat-x;
	border:border:#f90 solid 1px;
	height:28px;
	width:150px;
	font-size:18px;
	color:#000;
	font-weight:bold;
	cursor:hand;
}
.left{
	text-align:left;
	padding-left:2px;
}

/*Content Container*/
.contentContainer {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 310px;	
	overflow:hidden;
}
.contentWrapper{	
}
.contentInnerWrapper{
	text-align: justify;
	padding: 10px;
}

/*EXTRAS*/
.contentWrapper h3{
	/*border-bottom: 1px solid silver;*/
	background-color: #dfdfdf;	
}
p{
	padding: 10px;
}

/*  TEST 3  */

/*Main Container*/
.container3 {
	width:900px;
	background:#000;
}
.container3 ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;	
}
.container3 li{
	display: inline; 
	margin: 0px;
	padding:0px;
}
/*Handle*/
.handle3 {
	float: left;
	width: 64px;
	height: 314px;
	text-align:center;
	background: #666;
	border: 1px solid #333;
}
.handle3 img{
	margin-top:2px;
	filter:alpha(opacity=80);-moz-opacity:.50;opacity:.50;
}
.handleOver3{
	background:#333;
	border: 1px solid #333;
}
.handleOver3 img{
	margin-top:2px;
	filter:alpha(opacity=50);-moz-opacity:.20;opacity:.20;
}
.handleSelected3{
	background: #f90;
	border: 1px solid #333;
}
/*Content Container*/
.contentWrapper3{
	text-align: justify;
}
.contentInnerWrapper3{
	padding: 10px;
}
.contentWrapper3 h3{
	border-bottom: 1px solid silver;
	color: #f90;
}
.contentContainer3 {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 310px;	
	overflow:hidden;
}
#footer{
	font-size:10px;
}
.error{
	color:#F00;
	background-color:#000;
}
.normal{
	color:#F90;
	background-color:#000;
}