.t_container{
	position: absolute;
	border-radius: 4px; moz-border-radius: 4px; webkit-border-radius: 4px;
	behavior: url('PIE.htc');
	-webkit-box-shadow: 3px 3px 5px 3px #ededed;
	box-shadow: 3px 3px 5px 3px #ededed;
	border: 2px solid #17457f;
}

.close-button{
	position: absolute;
	top: 4px;
	right: 4px;
}

.t_title{
	position: relative;
	background-color: #17457f;
	padding: 4px 25px 0px 25px;
	position: relative;
	height: 20px;
	font-size:11px;
	font-family: Arial;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}

.t_body{
	position: relative;
	width: 100%;
	display: table;
	background-color: #ffffff;
	color: #399c39;
	font-size: 12px;
	font-weigh: bold;
	margin: 0px;
	padding: 0px;
}