.button
{
	height:30px;
	min-width:60px;
	padding:10px 10px;
	text-decoration:none;
	font-family:Alef,Arial,sans-serif;
	font-weight:bold;
	line-height:30px;
	font-size:14px;
	border-radius:4px;
}

.bigButton
{
	height:40px;
	min-width:60px;
	padding:15px 20px;
	text-decoration:none;
	font-family:Alef,Arial,sans-serif;
	font-weight:bold;
	line-height:40px;
	font-size:18px;
	border-radius:4px;
}

.orange
{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4AE18', endColorstr='#EE7E01');
	background: -webkit-gradient(linear, left top, left bottom, from(#F4AE18), to(#EE7E01));
	background: -moz-linear-gradient(top, #F4AE18,  #EE7E01);
	color:#A04D00;
	border:1px solid #F3AB16;
	margin:0px;
}

a.orange, a.orange:visited, a.orange:active
{
	color:#A04D00;
}
