/*
	mini::Commerce
	http://www.creative-pages.eu/minicommerce
	Copyright (c) 2008 CreativePages
	Template: default
	Id:button.css, v 1.0  06.07.2008 
*/

.button	{
	color: #000;
	width: 140px;
	height: 20px;
	background-color: #ffd980;
	vertical-align: top;
	border: 1px solid #ff8000 ;
	font-weight: bold;
    cursor: hand;
}

.linkbuttons{
    display: block;
    padding: 1px 1px 1px 1px;
	color: #000;
	width: 130px;
	height: 20px;
	background-color: #ffd980;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ff8000 ;
	font-weight: bold;
	font-size: 12px;
    text-decoration: none;
	cursor: hand;
}

.linkbuttons a{
    text-decoration: none;
	color: #000;
	font-weight: bold;
}