.clear 
{ 
	overflow: hidden;
	width: 100%;
}



a.button
{
	background: transparent url(../../images/buttons/square/aero/dawn/blue/dark/cobaltCyanRight.png) no-repeat scroll top right;
	color: #FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display: block;
	float: left;
	height: 25px;
	margin-right: 6px;
	padding-right: 17px; 
	text-decoration: none;
}


a.button span 
{
	background: transparent url(../../images/buttons/square/aero/dawn/blue/dark/cobaltCyanLeft.png) no-repeat;
	font-weight:bold;
	display: block;
	
	height: 15px;
	line-height: 15px;
	padding: 5px 0  5px 20px;
}



a.button:Hover
{
	background: transparent url(../../images/buttons/square/aero/dawn/blue/dark/cobaltCyanRight.png) no-repeat scroll top right;
	background-position: bottom right;
	color: #FFFFFF;
	font-weight:bold;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 25px;
	margin-right: 6px;
	padding-right:  17px; 
	text-decoration: none;
}



a.button:Hover span 
{
	background: transparent url(../../images/buttons/square/aero/dawn/blue/dark/cobaltCyanLeft.png) no-repeat;
	background-position: bottom left;
	font-weight:bold;
	display: block;
	
	height: 15px;
	line-height: 15px;
	padding: 5px 0 5px 20px;
}



a.button:active 
{
	background-position: bottom right;
	color: #FFFFFF;
	outline: none;  
}



a.button:active span 
{
	background-position: bottom left;
	
	height: 15px;
	line-height: 15px;
	padding: 5px 0 5px 20px;
}




	button
	{ 
		
		
			border:0; 
			cursor:pointer; 
			width:auto; 
			overflow:visible; 
			text-align:center; 
			font-family:Arial, Helvetica, sans-serif;
			font-size:18px;
		
	}

	
	
	button.button span 
	{ 
		
		
			margin-top:0px; 
			background: transparent url(../../images/buttons/square/aero/dawn/blue/dark/cobaltCyanLeft.png) no-repeat;
			font-weight:bold;
			padding: 5px 0px 5px 17px;
		
	}
	
	
	button.button 
	{ 
		
		
			background:	transparent url(../../images/buttons/square/aero/dawn/blue/dark/cobaltCyanRight.png) no-repeat scroll top right;
			color: #FFFFFF;
			display: block;
			height: 25px;
			margin-right: 0px;
			padding-right: 17px;
		
	}

	
	
	button.button:hover span 
	{
		
		
			background: transparent url(../../images/buttons/square/aero/dawn/blue/dark/cobaltCyanLeft.png) no-repeat;
			background-position: bottom left;
			font-weight:bold;
			display: block;
			padding: 5px 0px 5px 17px;
			line-height: 15px;
			-ms-background-position-y: -25px;
		
	}
	
	
	button.button:hover 
	{
		
		
			background: transparent url(../../images/buttons/square/aero/dawn/blue/dark/cobaltCyanRight.png) no-repeat scroll top right;
			background-position: bottom right;
			color: #FFFFFF;
			display: block;
			font-weight:bold;
			
			height: 26px;
			margin-right: 0px;
			padding-right: 17px;
			text-decoration: none;
			
			-ms-background-position-y: -24px;
		
	}
	
	button:active 
	{
		background-position: bottom right;
		color: #FFFFFF;
		outline: none;  
	}
	
	button:active span 
	{
		background-position: bottom left;
		padding: 5px 0 5px 17px; 
	}