﻿.pbutton
{
    position: relative;
    top: 5px;
	padding: 5px 10px;
	display: inline;
	background: #777 url(button.png) repeat-x bottom;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 1px 1px #666;
}

.pbutton:link
{
	color: #fff;
	text-decoration: none;	
}

.pbutton:visited 
{
	color: #fff;
	text-decoration: none;	
}
		
.pbutton:hover 
{
	background-position: 0 center;
}

.pbutton:active 
{
	/*background-position: 0 top;
	position: relative;
	top: 1px;
	padding: 6px 10px 4px;*/
}

.pbutton.red { background-color: #e50000; }
.pbutton.purple { background-color: #9400bf; }
.pbutton.green { background-color: #58aa00; }
.pbutton.orange { background-color: #ff9c00; }
.pbutton.blue { background-color: #2c6da0; }
.pbutton.black { background-color: #333; }
.pbutton.white { background-color: #fff; color: #000; text-shadow: 1px 1px #fff; }
.pbutton.small { font-size: 75%; padding: 3px 7px; }
.pbutton.small:active { padding: 4px 7px 2px; background-position: 0 top; }
.pbutton.large { font-size: 125%; padding: 7px 12px; }
.pbutton.large:active { padding: 8px 12px 6px; background-position: 0 top; }