/*Button 1 */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.boldbuttons{
	display: block;
	float: left; /* Change 13px as desired */
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 40px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
	background-color: transparent;
	background-image: url(../css/images/roundedge-blue-left-1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
	color: white; /*button text color*/
	font-weight: bold;
}

a.boldbuttons span{
	display: block; /*Set 10px to be equal or greater than'padding-left' value above*/
	background-color: transparent;
	background-image: url(../css/images/roundedge-blue-right-orange.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 9px;
	padding-left: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

a:hover.boldbuttons{ /* Hover state CSS */
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden;
	clear: right;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	width: 345px;
}


/*Button 2 */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.boldbuttonsr{
	display: block;
	float: left; /* Change 13px as desired */
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 40px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
	background-color: transparent;
	background-image: url(../css/images/roundedge-blue-left-1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

a:link.boldbuttonsr, a:visited.boldbuttonsr, a:hover.boldbuttonsr, a:active.boldbuttonsr{
	color: #FFFFFF; /*button text color*/
	font-weight: bold;
	text-decoration: none;
}

a.boldbuttonsr span{
	display: block; /*Set 10px to be equal or greater than'padding-left' value above*/
	background-color: transparent;
	background-image: url(../css/images/roundedge-blue-right-1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover.boldbuttonsr{ /* Hover state CSS */
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}


#buttonwrapperr{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden;
	clear: right;
	float: right;
	margin-top: 10px;
	width: 320px;
	color: #FFFFFF;
	font-weight: bold;
}

#buttonwrapperr a:link{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#buttonwrapperr a:visited{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#buttonwrapperr a:hover{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}


</style>
