﻿
button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; 
}

button::-moz-focus-inner {
	border: none;  
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
	color:#000;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	button span {
		margin-top: -1px;
	}
}


button.submitBtn2 { 
	padding: 0 22px 0 0; 
	margin-right:5px; 
	font-size:11px; 
	text-align: center; 
	background: transparent url(../../background-images/USHomePage/background-images/button.png) no-repeat right -46px; 
}
	
button.submitBtn2 span {
	padding: 1px 5px 0 15px; 
	height:20px; 
	background: transparent url(../../background-images/USHomePage/background-images/button.png) no-repeat left top; 
	color:#000;
	font-weight:700;
}
	
button.submitBtn2:hover, button.submitBtnHover { 
	background-position: right -139px; 
}
	
button.submitBtn2:hover span, button.submitBtnHover span {
	background-position: 0 -93px;
}

.main h1 { margin:-10px 10px 5px 0; font-size:18px; line-height:24px; font-weight:bold; color:#000; }

button.btn_darker { background: transparent url(../../background-images/USHomePage/background-images/button.png) no-repeat right -46px;  }

button.btn_darker span { background: transparent url(../../background-images/USHomePage/background-images/button.png) no-repeat left 0px;  }

button::-moz-focus-inner {
	border: none;  
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	button span {
		margin-top: -1px;
	}
}

button.submitBtn { 
	padding: 0 22px 4px 0; 
	*padding: 0 25px 0 0; 
	margin:5px 7px 2px -2px; 
	font-size:11px;
	font-weight:bold;
	text-align: left; 
	color:#000;
}

button.submitBtn span {
	padding: 1px 6px 0 8px; 
	height:20px; 
	*line-height:15px; 
	*padding-top:0px; height:21px;
	color:#000;
}	

button.submitBtn:hover, button.submitBtnHover { 
	background-position: right -139px; 
}

button.submitBtn:hover span, button.submitBtnHover span {
	background-position: 0 -93px;
}

.right{
	text-align:right;
}
