/* Article specific CSS */
.application_type_box {
	margin-top: 15px;
	margin-bottom: 65px;
	padding: 5px 15px 15px;
	background: #4A4B4D;
	background: -webkit-gradient(linear, left top, left bottom, from(#3f4043), to(#4A4B4D));
}
@media print {
    .application_type_box { border: 1px solid #4A4B4D; }
  }
.application_type_box:hover {
	background: #4A4B4D;
}