.button_container{
	border-color:#C7C7C7 #BC8E71 #BC8E71 #C7C7C7;
	border-style:solid;
	border-width:1px;
	padding:0 !important;
	float:left;
}
.button_arrow{
	background:url(../images/buttonarrow_white.gif) no-repeat scroll right 9px transparent;
	z-index:2;
	height:26px;
	position:absolute;
	width:10px;
}
input.button{
	height:26px;
	background:url(../images/blank-button.png) repeat-x scroll 0 -26px transparent;
	border:1px solid #900;
	border-bottom:1px solid #ba435d;
	font-family:"Lucida Sans","trebuchet MS",trebuchet,helvetica,arial,sans-serif;
	color:#fff;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	padding:0 6px;
	text-shadow:#000 1px 1px;
	margin:0;
}
input.clear_button{
	height:26px;
	background:url(../images/clear_button.gif) no-repeat scroll right 11px transparent;
	font-family:"Lucida Sans","trebuchet MS",trebuchet,helvetica,arial,sans-serif;
	border:none;
	color:#812C3D;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	padding:0 14px 0 6px;
	text-shadow:#F2F2F2 1px 1px;
	margin-right:6px;
	margin:0;
}
input.clear_button:hover{
	cursor:pointer;
}
input.button:hover{
	cursor:pointer;
	background:url(../images/blank-button.png) repeat-x scroll 0 0 transparent;
	border:1px solid #400C09;
	border-bottom:1px solid #900;;
}

input.disabled{
	background:url(../images/blank-button_disabled.png) repeat-x scroll 0 0 transparent !important;
	border:1px solid #BBB !important;
	color: #444444;
    text-shadow: none;
}
input.disabled:hover{
	cursor:auto !important;
}