@media Screen, Projection    
{
.ui-tabs-hide {
	DISPLAY: none !important
}

}

@media Print    
{
.ui-tabs-nav {
	DISPLAY: none !important
}
    }
/*#container-4 {
	MARGIN: 20px 0px; HEIGHT: 260px 
}*/

ul.tabs {
	list-style:none;
	padding-top: 20px;
	clear: both;
}
ul.tabs li {
	background-color: #F9FAFB;
	border-width:0 0 1px 0;
	margin:0;
	padding:0;
	display:block;
	margin:0;
	padding:0;
	float: left;
	width: 80px;
}
ul.tabs li a { color:#636369;display:block;padding:5px 10px;margin:0; outline:none; }
ul.tabs li a:visited { color:#636369; }
ul.tabs li a.last { margin-top:1em; }
ul.tabs li.selected {
	background-color:#A9AEB8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #757C8C;
	border-right-color: #757C8C;
	border-bottom-color: #757C8C;
	border-left-color: #757C8C;
	background-image: url('../images/backgrounds/bg_menu.jpg');
	background-repeat: repeat-x;
}
ul.tabs li.selected a {	background-image: url('../images/backgrounds/bg_menu.jpg') repeat-x;color:#fff!important;font-weight:bold;text-decoration:none; }
ul.tabs li.selected .box_edges { border-width:0 0 0 1px; }


/* Rounded corners */
.box_blue {
	background-color:#A9AEB8;
	margin:0;
	padding:0;
}
.box_white {height: 211px;background-color: #e6e3d2;background-image: url(../images/backgrounds/bg_leadarticle.jpg);background-repeat: repeat-x;border:1px solid #fff;margin:0 1px;padding:15px 15px; }
.box_white p { margin:0 0 0.5em;padding:0; }
.box_white .center { text-align:center; margin:0 0 1em; }
.box_edges { border:1px solid #fff;border-width: 0 1px;height: 1px;overflow: hidden;margin:0;padding:0; }

.preview {
 	width:590px;
	display: none;
	clear: both;

}
.visible {
  display:block;
}
.next {
  float:right;
}
label {
  float:left;
  padding-right:10px;
}


#box2-preview .box_blue .box_white li {
	float: left;
	width: 120px;
	height: 30px;
}