.button{
	cursor:pointer;
	display:inline-block;
	border-radius:0px;
	position:relative;
	font-family: open sans;
	text-align:center;

}

.button img{
	display: none;
}

.go_button { 

	background-color: #18191b;
	color:white;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    border: 0;
    text-align: center;
    cursor: pointer;
}

.medium_button{
	font-size:13px;
	padding: 5px 20px;
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.50); 
}

.small_button{
    font-size:11px;
    padding: 3px 10px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	font-weight: normal;
}

.info_button{

	border: 1px solid rgb(150,150,150);
	background-color: white;
	color: rgb(100,100,100);

}


.dis_button {
	background-color:rgb(200,200,200);
	color:white;
    cursor: auto;
    box-shadow: none;
}


.cnl_button {
	background-color: #a02020;
	color:white;
}