/*
Theme Name: UNAC 2.0
Description: Theme for UNAC 
Author: DSDesign
Template: swagger
*/

a.applybutton {
	   display: inline-block;
	   text-align: center;
	   vertical-align: middle;
	   padding: 14px 62px;
	   border: 1px solid #042475;
	   border-radius: 22px;
	   background: #395ecc;
	   background: -webkit-gradient(linear, left top, left bottom, from(#395ecc), to(#385dcc));
	   background: -moz-linear-gradient(top, #395ecc, #385dcc);
	   background: linear-gradient(to bottom, #395ecc, #385dcc);
	   text-shadow: #241759 1px 1px 6px;
	   font: normal normal bold 18px arial;
	   color: #ffffff;
	   text-decoration: none;
	}
a.applybutton:hover, a.applybutton:focus {
	   border: 1px solid #0a5aff;
	   background: #4471f5;
	   background: -webkit-gradient(linear, left top, left bottom, from(#4471f5), to(#4370f5));
	   background: -moz-linear-gradient(top, #4471f5, #4370f5);
	   background: linear-gradient(to bottom, #4471f5, #4370f5);
	   color: #ffffff;
	   text-decoration: none;
	}
a.applybutton:active {
	   background: #22387a;
	   background: -webkit-gradient(linear, left top, left bottom, from(#22387a), to(#385dcc));
	   background: -moz-linear-gradient(top, #22387a, #385dcc);
	   background: linear-gradient(to bottom, #22387a, #385dcc);
	}