/* CSS Document */

a, label a, a:link {
	color: #ADE63A;
	text-decoration: none;
}
	
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a img, img a, img, a img:link {
	border: none;
}

.button, a.button, button {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13pt;
	padding: 5px 10px;
	border: none;
	background: #ADE63A;
	color : #000000;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
	float: right;
	cursor: pointer;
}

.button:hover, a.button:hover, button:hover {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}
	
button .show_hide {
	width: 100px;
	display: block;
}
