.buttonblue {
   border-top: 1px solid #53a5d9;
   background: #84cdfa;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#84cdfa));
   background: -webkit-linear-gradient(top, #3e779d, #84cdfa);
   background: -moz-linear-gradient(top, #3e779d, #84cdfa);
   background: -ms-linear-gradient(top, #3e779d, #84cdfa);
   background: -o-linear-gradient(top, #3e779d, #84cdfa);
   padding: 4.5px 9px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 11px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.buttonblue:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.buttonblue:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }


a.buttonbck {

	/* Sliding right image */
	background: transparent url('images/button_right01.png') no-repeat scroll top right; 
	display: block;
	float:left;
	height: 35px; 

	padding-right: 20px; 

	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

a.buttonbck span {
	/* Background left image 


	*/ 
	background: transparent url('images/button_left01.png') no-repeat ; 
	display:block;
	line-height:22px; 
	width:440px;
	padding: 7px 0 5px 18px;
	color: #000000;

} 

a.buttonbck:hover span{
	text-decoration:underline;
}





/* buttons for submit and forms */

a.buttonsub {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.buttonsub span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 


a.buttonsub:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
a.buttonsub:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 




#buttonbck2{
	background: url('images/layernav_bg.gif') repeat-x;


	padding-left:10px; 
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;

	border:solid 1px #dcdcdc;
	
}
