@charset "UTF-8";
/* CSS Document for the apply now button */

.buttonapplynow {
 width: 200px;
 height: 50px;
 line-height: 50px;
 color: white;
 text-decoration: none;
 font-size: 20px;
 font-family: helvetica, arial;
 font-weight: bold;
 display: block;
 text-align: center;
 position: relative;

 /* BACKGROUND GRADIENTS */
 background: #126499;
 background: -moz-linear-gradient(top, #2476ab, #186ea6 50%, #166da4 51%, #126499);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0E658E), color-stop(.5, #186ea6), color-stop(.5, #166da4), to(#126499)); 


 /* BORDER RADIUS */
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;

 border: 1px solid #368DBE;
 border-top: 1px solid #c3d6df;


 /* TEXT SHADOW */

 text-shadow: 1px 1px 1px black;

 /* BOX SHADOW */
 -moz-box-shadow: 0 1px 3px black;
 -webkit-box-shadow: 0 1px 3px black;
 box-shadow: 0 1px 3px black;
}

/* WHILE HOVERED */
.buttonapplynow:hover {
	color: #fff;
	background: #014464;
	background: -moz-linear-gradient(top, #0c5f85, #0b5273 50%, #024869 51%, #003853);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0c5f85), color-stop(.5, #0b5273), color-stop(.51, #024869), to(#003853));
}

.buttonapplynow:link, .buttonapplynow:visited  {
	color:#e6f6fd;
}

/* WHILE BEING CLICKED */
.buttonapplynow:active {
	-moz-box-shadow: 0 2px 6px black;
	-webkit-box-shadow: 0 2px 6px black;
}

.buttonapplynow:before {
	color: #e6f6fd;
	font-size: 90px;
	float: left;
	margin-left: 35px;
	margin-right: -10px;
	text-shadow: 0 1px 0 #4190AF;
}

.buttongreen {
 width: 125px;
 height: 30px;
 line-height: 30px;
 color: white;
 text-decoration: none;
 font-size: 14px;
 font-family: helvetica, arial;
 font-weight: bold;
 display: block;
 text-align: center;
 position: relative;

 /* BACKGROUND GRADIENTS */
 background: #586527;
 background: -moz-linear-gradient(top, #86983e, #707e36 50%, #586527 51%, #586527);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #86983e), color-stop(.5, #707e36), color-stop(.5, #586527), to(#586527)); 


 /* BORDER RADIUS */
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;

 border: 1px solid #767d59;
 border-top: 1px solid #a0a884;


 /* TEXT SHADOW */

 text-shadow: 1px 1px 1px black;

 /* BOX SHADOW */
 -moz-box-shadow: 0 1px 3px black;
 -webkit-box-shadow: 0 1px 3px black;
 box-shadow: 0 1px 3px black;
 margin:15px 0 0 0;
}

/* WHILE HOVERED */
.buttongreen:hover {
	color: #e9f3c1;
	background: #455701;
	background: -moz-linear-gradient(top, #829631, #677b13 50%, #52620f 51%, #455701);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #829631), color-stop(.5, #677b13), color-stop(.51, #677b13), to(#455701));
	cursor:pointer;
}

/* WHILE BEING CLICKED */
.buttongreen:active {
	-moz-box-shadow: 0 2px 6px black;
	-webkit-box-shadow: 0 2px 6px black;
}

.buttongreen:before {
	color: #e6f6fd;
	font-size: 90px;
	float: left;
	margin-left: 35px;
	margin-right: -10px;
	text-shadow: 0 1px 0 #4190AF;
}