div.button_style {		
	color:#ffd600;
	font-weight:bold;
	font-size:18px;
	line-height:0;
	clear:left;
}
div.button_style a:link, div.button_style a:visited {
	margin-left:2px;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	line-height:14px;
	text-transform:uppercase;
}
/*BUTTON DEFAULT STYLES*/
div.button_top, 
div.button_bottom {
	height:3px;
	margin-left:5px;
	margin-right:5px;
}										
div.top_left {
	width:20px;
	height:3px;
	float:left;
	margin-left:-5px;
}
									
div.top_right {
	width:18px;
	height:3px;
	float:right;
	margin-right:-5px;
}
										
div.button_content {
	padding-left:3px;
	padding-right:3px;
}										

div.button_content_end {
	clear:both;
}	

div.bottom_left {
	width:17px;
	height:3px;
	float:left;
	margin-left:-5px;
}
										
div.bottom_right {
	width:15px;
	height:3px;
	float:right;
	margin-right:-5px;
}

/*BUTTON HOVER STYLES*/
.hover {
	cursor: pointer;
}
.hover div.button_top,										
.hover div.button_bottom,										
.hover div.button_content {
	background:#99abc0;	
}

.hover div.top_left {
	background:url(/img/button_style/style1.png) top left no-repeat;
}

.hover div.top_right {
	background:url(/img/button_style/style1.png) top right no-repeat;
}
										
.hover div.bottom_left {
	background:url(/img/button_style/style1.png) bottom left no-repeat;											
}

.hover div.bottom_right {
	background:url(/img/button_style/style1.png) bottom right no-repeat;											
}

.hover a:link.blue, .hover a:visited.blue {
	color:#2C5A91;									
}

.hover a:link.white, .hover a:visited.white {
	color:#fff;									
}


div.button_content {
	margin-bottom:1px;
}

.hover div.button_content {
	border-bottom:solid 1px #99abc0;
	margin-bottom:0;
}
