.button, .button:visited {
	background: #222;
	display: inline-block;
	font-size: 16px;
	padding: 20px;
	max-width: 220px;
	text-align: center;
	color: #fff !important;
	font-weight: bold;
	text-decoration: none;

	position: relative;
	cursor: pointer;
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
}


.button:hover {
	background-color: #111;
	color: #fff !important;
}
.button:active {
	top: 1px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.button, .button:visited{
	background-color: #00A7C8;
}
.button:hover {
	background-color: #00A7C8;
}
.button:visited {
	background-color: #00A7C8;
}

#landing_page .button{
	width: 100%;	
}



#landing_page #new_ticket {
	margin-top:20px;
	margin-bottom: 20px;
	/*background: url('../images/new_ticket_icon.png') top left no-repeat;*/
}
#landing_page #new_ticket, #landing_page #check_status, .front-page-button {
}
#landing_page #check_status {
	margin-top:20px;
	margin-bottom: 20px;
	/*background: url('../images/check_status_icon.png') top left no-repeat;*/
}
.rtl #landing_page #new_ticket, .rtl #landing_page #check_status, .rtl .front-page-button {
	padding-left: 0;
	padding-right: 75px;
	background-position: top right;
}
.action-button {
	color: #777 !important;
	display: inline-block;
	border: 1px solid #aaa;
	cursor: pointer;
	font-size: 11px;
	height: 18px;
	overflow: hidden;
	background-color: #dddddd;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100% #dddddd));
	background-image: -webkit-linear-gradient(top, #efefef 0%, #dddddd 100%);
	background-image: -moz-linear-gradient(top, #efefef 0%, #dddddd 100%);
	background-image: -ms-linear-gradient(top, #efefef 0%, #dddddd 100%);
	background-image: -o-linear-gradient(top, #efefef 0%, #dddddd 100%);
	background-image: linear-gradient(top, #efefef 0%, #dddddd 100%);
	padding: 0 5px;
	text-decoration: none;
	line-height: 18px;
	float: right;
	margin-left: 5px;
}
.action-button span, .action-button a {
	color: #777 !important;
	display: inline-block;
	float: left;
}
.action-button a {
	color: #777;
	text-decoration: none;
}

button.action-button {
    height: 21px;
}
button i, .action-button i {
    font-size: 14px;
}