/* ------------------->>> Button Styles <<<-----------------------*/
button {
	border:0; 
	cursor:pointer; 
	font-weight:bold;
	padding:0 8px 0 0; 
	text-align:center;
	outline: 0;
	_margin-top: -3px;
}

button span { 
	position:relative; 
	display:block; 
	white-space:nowrap; 
	padding:0 0 0 9px; 
}

button.submitButton {
	background:url(../images/submitBtn/button_right.gif) right no-repeat; 
	font-size: 10px; 
	font-weight: normal;
}

button.submitButton span { 
	height:20px; 
	line-height:20px;
	background:url(../images/submitBtn/button_left.gif) left no-repeat;
	color:white; 
}

* html button { 
  width:auto; 
  overflow:visible; 
}

* html button span { 
  margin-top:3px;
}

*:first-child+html button{ 
  width:auto; 
  overflow:visible; 
}
 /*FOR IE7*/
*:first-child+html button{ 
  margin-top:-3px;
}
 /*FOR IE7*/
*:first-child+html button span{ 
  margin-top:3px;
}




.ablock:link, .ablock:visited {
	display: block;
	background:url(../images/submitBtn/button_right.gif) right no-repeat; 
	font-size: 10px;
	padding:0 8px 0 0;
	_width: 1%;
}

.ablock:link span, .ablock:visited span {
	position:relative; 
	display:block; 
	white-space:nowrap; 
	padding:0 0 0 8px;
	height:20px; 
	line-height:20px;
	background:url(../images/submitBtn/button_left.gif) left no-repeat;
	color:white;
	cursor:pointer;
}

.ablock:hover {
	text-decoration: none;
}
