/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1

input.button
{
	background: url("btn2.png");
	width: 170px;
	height: 25px;
	color: white;
	border-style: none;
	font-weight: bold;
	cursor:hand;
	background-repeat:no-repeat;
}


.yui-skin-sam .yui-button  {
    border-width: 1px 0;
    border-style: solid;
    border-color: #808080;
    background: url("http://www.comcurriculum.com/templates/SmartJobBoard/main/images/btn2.png");
    background: url(../../../../assets/skins/sam/sprite.png) repeat-x 0 0;
    margin: auto .25em;
	width: 170px;
	height: 25px;
	color: white;
    
}
*/