/* Button.css dsl skin */



/*	width: auto;
	height:26px;

*/	

div.button_row_1
{
text-align: right;
padding: 0px 20px;
}


input.btn_orange,
input.btn_grey,
input.btn_yellow,
input.btn_blue
{
	width:auto;
	height:26px;
	margin:6px 2px;
	padding:0px 15px;
	background-color:Gray


}
input.btn_grey_NoPadding,
input.btn_orange_noPadding
{
	width:auto;
	height:26px;
	
	margin-bottom:0px;
	margin-top:0px;
	margin-left:6px;
	margin-right: 2px;
	padding:0px 15px;
	background-color:Gray


}


input.btn_orange,
input.btn_orange_noPadding
{
	background-image:url('Buttons/Btn_poss.gif');
	background-repeat:repeat-x;
}

input.btn_grey,
input.btn_grey_NoPadding
{
	background-image: url('Buttons/Btn_neg.gif');
	background-repeat:repeat-x;
}

input.btn_yellow
{
	background-image: url('Buttons/Btn_yel.gif');
	background-repeat:repeat-x;
}

input.btn_blue
{
	background-image: url('Buttons/Btn_blue.gif');
	background-repeat:repeat-x;
}

