@charset "UTF-8";
/* CSS Document */

input.button, input.long-button	{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	height: 33px;
	width: 80px;
	color: #efefef;
	text-shadow: 0 -1px 2px #121212;
	border: 0;
	background-color: transparent;
	background-image: url(../img/submit_form.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	}
		
input.button:active, input.long-button:active	{
	background-position: bottom right;
	color: #121212;
	text-shadow: 0 -1px 2px #efefef;
	} 

input.long-button	{
	width: 160px;
	background-image: url(../img/submit_form_long.png);
	}
	
fieldset.buttons	{
	border-bottom: 0;
	padding-left: 10px;
	}
