
.content {
	margin-top: -25px;
	padding: 50px 25px 25px 25px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #ccc;
	background: #f5f5f5;
	text-shadow: 0px 1px 0px white;
}
.content h2 {
	color: #2F6594;
}
.header {
	position:relative;
	height: 70px;
	z-index:2;
	background:  url('/resources/graphics/ktlogo-topbar-right.png') no-repeat;
}
.headerblack {
	position:relative;
	height:20px;
	z-index:2;
	background-image:  url('../images/headerblack.png');
}
.content {
	padding: 0px;
}
#maintenance, #suspended, #upgrade, #expired {
	position: relative;
	float: left;
	width: 120px;
	height: 120px;
	margin: 55px 25px 75px 25px;
}
#maintenance {
	background:  url('../images/sticky_maintenance.png') no-repeat;
}
#expired {
	background:  url('../images/sticky_trial_expired.png') no-repeat;
}
#suspended {
	background:  url('../images/sticky_suspended.png') no-repeat;
}

.reasons {
	text-align: left;
	margin: 50px 30px 60px 20px;
	font-size: 13px;
	text-align: left;
	font-family: Arial;
	color: #697474;

}

a {
	color: #2F6594;

}

