/* Buttons */



.button,.button:visited {
    font-size: 16px;
    text-decoration: none;
    padding: 4px 12px;
    position: relative;
    /* display: inline-block; */

	background: #e4e4e4; /* Old browsers */
	padding:10px;
	color:black;

	text-shadow: 0 1px 0 #fff;
	border: solid 1px silver;
	    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-family: "Open Sans", sans-serif;
}

.button:hover {
	color:black;
	text-shadow: 0 1px 0 #fff;
	border: solid 1px #333;
	border-radius: 3px;
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
    cursor:pointer;
    text-decoration:none;
    background:#D2FEE0;

}

.button_iwantjob {
	font-size:170%;
	padding:10px;
	color:black;
	text-shadow: 0 0 0 #fff;
}

.button_signup {
	font-size:170%;
	padding:10px;
	color:black;
	text-shadow: 0 0 0 #fff;

}

.button_iwantjob:hover {
	color:black;
	text-shadow: 0 1px 0 #fff;

}

.button_signup:hover {
	color:black;
	text-shadow: 0 1px 0 #fff;
}


.button_disabled {
	border:none;
	background:#eee;
	color:#333;
	font-size: 16px;
    text-decoration: none;
    padding: 4px 12px;
    position: relative;

}

.button_saving, .button_saving:hover {
	background: #006FB3 url(/images/indicator.gif) no-repeat 100px;
  color:white;
	text-align:left;
	width:125px;
  border: solid 1px #333;
  border-radius: 3px;
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
    text-shadow: 0 1px 0 #000;

}
 


.button_login {
	width:80%;
	float:left;
	position:relative;
	font-size:125%;
	text-align:center;
	padding:10px;
	line-height:100%;
}
