@charset "UTF-8";
/* CSS Document */

.btn_apply {
	display: block;
	width: 225px;
	height: 65px;
	text-decoration: none;
	background-image:url(../images/btn_ApplyNow.jpg);
	background-repeat: no-repeat;
	border:0;
}

.btn_apply_hover {
	display: block;
	width: 225px;
	height: 65px;
	padding-top:-65px;
	text-decoration: none;
	background-image:url(../images/btn_ApplyNow.jpg);
	background-repeat: no-repeat;
	border:0;
	background-position: 0 -65px;
}

.btn_search {
	display: block;
	width: 30px;
	text-decoration: none;
	background-color:#990000;
	color:#cccccc;
	border:0;
}

.btn_submit {
	display: block;
	color: #333333;
	background: #cdcc9a;
	width: 150px;
	height: 40px;
	margin-right:20px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	background-image:url(../images/btn_app.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	border:0;
	margin-top:20px;
}

.btn_submit_hover {
	display: block;
	color: #FFFFFF;
	background: #940000;
	width: 150px;
	height: 40px;
	margin-right:20px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	background-image:url(../images/btn_app.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	border:0;
	margin-top:20px;
}

a.textbutton {
	display: inline;
	color: #333333;
	background: #cdcc9a;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:6px;
	padding-right:6px;
	margin-left:3px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	line-height:30px;
	font-family: Arial, Helvetica, sans-serif;
}

a.textbutton:hover {
	color: #FFFFFF;
	background: #330000;
}

a.employtools {
	display: block;
	color: #333333;
	background: #c4c491;
	width: 200px;
	height: 20px;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	background-image:url(../images/btn.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

a.employtools:hover {
	color: #000000;
	background: #b3b380;
	background-image:url(../images/btn.gif);
	background-repeat: no-repeat;
}
