@import url(https://fonts.googleapis.com/css?family=Oxygen);



.access_form .row label 
	{
    color: #252525;
    font: bold 23px/26px tahoma;
    padding-left: 10px;
    padding-right: 2px;
    padding-top: 2px;
    width: 140px;
	}

.access_box
	{
	display:block;
	background:url(images/access_box_red.png) no-repeat;
	width:571px;
	height:211px;
	text-align:center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
    border: 0.2em solid #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-o-box-shadow: 2px 2px 10px #b50000;
	-moz-box-shadow: 2px 2px 10px #b50000;
	-webkit-box-shadow: 2px 2px 10px #b50000;
	box-shadow: 2px 2px 10px #b50000;
	background-color: #f9bca6;
	}
	
	.access_box h2 {
    color: #FE4940;
    font: bold 26px Tahoma,Geneva,sans-serif;
    margin: 0 0 0px;
}
	
	.btn_give_access
	{
	border:0px;
	margin:0px auto;
	padding:0px;
	display:block;
	background:url(images/btn_give_access.png) no-repeat;
	width:442px;
	height:75px;
	text-indent:-9999em;
	cursor:pointer;
	}
.btn_give_access:hover
	{
	background-position:left bottom;
	}
	
	.access_form .row
	{
	display:inline-block;
	display:block;
	zoom:1;
	padding:8px 0px;
	}

.access_form .row label
	{
	color: #666;
	display: block;
	float: left;
	font-size: 16px;
	height: 31px;
	line-height: 31px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	}
	
.access_form .row .txt_email
	{
	display:block;
	float:left;
	border:0px;
	margin:0px;
	padding:15px;
	background:url(images/access_input.png) no-repeat;
	width:373px;
	height:31px;
	line-height:31px;
	font-size:1.4em;
	}


.hiring-tab-sprite, #hiring_button.background, #hiring_button.background:hover, #hiring_button.background:active {
    background: url("empowers.png") no-repeat scroll 0 0 transparent;
}
#hiring_button {
    -moz-transition: right 1.2s ease 0s;
    color: transparent;
    display: inline-block;
    position: fixed;
    right: -62px;
    text-indent: -9999px;
    text-transform: capitalize;
    top: 200px;
    z-index: 1000;
}
#hiring_button.background {
    background-position: 0 0;
    height: 280px;
    right: 0;
    width: 73px;
}
#hiring_button.background:hover {
    background-position: 0 -560px;
    height: 280px;
    width: 75px;
}
#hiring_button.background:active {
    background-position: 0 -280px;
    height: 280px;
    width: 75px;
}