
a.hbutton,a.hbutton:visited, a.hbutton:active {	
	display: block;
	border:0px solid;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 1px;
	padding-top: 3px;
	text-decoration: none;
}
a.hbutton:hover {
	border-style: none none solid solid;
	border-color : #065590;
	padding-bottom:3px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 3px;
	text-decoration: none;
	border-width : 2px;
}

img.hbutton {
	border:none;
}

.buttons { 
	width: 100%;
	border:none;
}
a.squarebutton {
background: transparent url('../images/square-blue-left.gif') no-repeat top left;
color: #6B6B6B;
display: block;
float:right;
vertical-align: baseline;
font: bold 11px Arial;
line-height: 14px; 
height: 23px; 
padding-left: 9px; 
padding-right: 4px; 
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton {
color: #6B6B6B; /*button text color*/
}

a.squarebutton span {
background: transparent url('../images/square-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/

}

a.squarebutton:hover { /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span { /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper { 
overflow: hidden;
width: 100%;
}
