.rounded_button_clear, .rounded_button_clear span {background: url(gfx/button_bg_clear.gif) no-repeat;}		
		.rounded_button, .rounded_button span {background: url(gfx/button_bg.gif) no-repeat;}
		
		.disabled_rounded_button, .disabled_rounded_button span {background: url(gfx/disabled_button_bg.gif) no-repeat;}
		.disabled_rounded_button_clear, .disabled_rounded_button_clear span {background: url(gfx/disabled_button_bg_clear.gif) no-repeat;}
		
		.rounded_button, .rounded_button_clear,
		.disabled_rounded_button, .disabled_rounded_button_clear {
		vertical-align: middle;
		display: inline-block;
		background-position: right top;
		position:relative;
		font-size: 12px;
		font-family: Verdana, sans-serif;
		text-decoration: none;
		color: #a6bbd7;
		}
		
		/* .rounded_button, .disabled_rounded_button { padding:6px 0px 7px 0px; } */
		.rounded_button, .disabled_rounded_button { padding:6px 14px 7px 21px; }
		.rounded_button_clear, .disabled_rounded_button_clear { padding:6px 16px 7px 14px; }
	
		
		.rounded_button span, .rounded_button_clear span,
		.disabled_rounded_button span, .disabled_rounded_button_clear span {
		background-position:left top;
		width:15px;
		height:27px;
		position:absolute;
		top:0px;
		left:-1px;
		display:block;
		}
		
		.rounded_button .button, 
		.rounded_button_clear .button {
		margin: 0px;
		background-color: transparent;
		border: 0;
		padding: 0 .25em;
		
		padding-right: 7px;
		padding-left: 7px;
		
		width: 0;  /* IE table-cell margin fix */
		overflow: visible;
		text-size: 11px;
		font-family: Verdana,sans-serif;
		color: #0b4aa2;
		cursor: pointer;
		}
		
		.disabled_rounded_button_clear .button,
		.disabled_rounded_button .button {
		margin: 0px;
		background-color: transparent;
		border: 0;
		padding: 0 .25em;
		width: 0;  /* IE table-cell margin fix */
		overflow: visible;
		text-size: 11px;
		font-family: Verdana,sans-serif;
		color: #a6bbd7;
		}
		
		.rounded_button input.button[class],
		.rounded_button_clear input.button[class],
		.disabled_rounded_button_clear input.button[class],
		.disabled_rounded_button input.button[class]
 				{  /* IE ignores [class] */
				width: auto;  /* cancel margin fix for other browsers */
				}
		
		html>body .rounded_button .button,
		html>body .rounded_button_clear .button,
		html>body .disabled_rounded_button_clear .button,
		html>body .disabled_rounded_button .button {
     *margin: -3px; 0px 0px 0px;
			}
			
		* html .rounded_button .button,
		* html .rounded_button_clear .button,
		* html .disabled_rounded_button_clear .button,
		* html .disabled_rounded_button .button {
      *margin: -3px; 0px 0px 0px;
      }
		
		
		.rounded_button span, .rounded_button_clear span {cursor:pointer;}
	 	.button_link a, .button_link {color: #0b4aa2; cursor: pointer;}