a.hbutton{
	display: block;
	border: 1px solid  #88B6DE ;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	text-decoration: none;
}

a.hbutton:hover{
	background-color: #88B6DE ;
/*	background: transparent url('../images/head_14.gif') no-repeat top left; */
	border-style: outset;
}

img.hbutton{
	border:none;
}

.buttons{ 
	width: 100%;
	border:none;
}
a.squarebutton{
background: transparent url('../images/square-blue-left.gif') no-repeat top left;
display: block;
float:right;
font: bold 11px Arial;
line-height: 14px; 
height: 23px; 
padding-left: 8px; 
padding-right: 4px; 
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*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%;
}