.confbox {
	width: 600px;
	border: 2px solid #16aa9e;
	margin: 0 auto;
}
.confbox .header{
	width:100%;
	background-color:#16aa9e;
	margin:0px;
}
.confbox .header h1{
	margin-top:0px;
	margin-bottom:0px;
	line-height:1.2em;
	font-size:1.2em;
	color:white;
	text-align:center;
}
.confbox .inner{
	height:200px;
	margin:0px;
	position:relative;
}
.confbox .inner h1{
	font-size:2.5em;
	color:white;
	float:right;
	margin-top:3px;
	margin-bottom:0;
}
.confbox .inner h3.noshow{
	font-size:1.5em;
	color:rgb(22,170,158);
	text-align:center;
	margin-top:10px;
	margin-bottom:0;
}
.confbox .inner h2{
	font-size:1.5em;
	margin-top:0;
	color:white;
	clear:both;
	float:right;
}
.yui3-u-2-3 .content .confbox .inner h1{
	font-size:2.5em;
	color:white;
	float:right;
	margin-top:3px;
	margin-bottom:0;
	background-color:rgb(22,170,158);
}
.yui3-u-2-3 .content .confbox .inner h2{
	font-size:1.5em;
	margin-top:0;
	color:white;
	clear:both;
	float:right;
	border:none;
	background-color:rgb(22,170,158);
}
.confbox .inner img{
	position:absolute;
	right:0px;
	bottom:0px;
	border:none !important;
}
.confbox strong{
	color:#600;
}
p.warning{
	color:red;
	font-weight:bold;
	line-height:1.4em;
}


