@charset "utf-8";
/* CSS Document */

p {
	clear:both;
}

/* 1 */

a.rb-maindiv {
	height: 24px;
	overflow: hidden;
	display: block;
	float:left;
	cursor: pointer;
	outline: none;
	text-decoration: none;
}
.rb-left {
	width: 12px;
	height: 24px;
	background: transparent url(images/round-but.png) top left no-repeat;
	float: left;
}
.rb-center {
	height: 24px;
	background: transparent url(images/round-but-center.png) top repeat-x;
	font-family:Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 1px 1px black;
	line-height: 22px;
	float: left;
	padding: 0 10px;
}
.rb-right {
	width: 12px;
	height: 24px;
	background: transparent url(images/round-but.png) top right no-repeat;
	float: left;
}
a.rb-maindiv:hover .rb-left {
	background: transparent url(images/round-but.png) bottom left no-repeat;
}
a.rb-maindiv:hover .rb-right {
	background: transparent url(images/round-but.png) bottom right no-repeat;
}
a.rb-maindiv:hover .rb-center {
	background: transparent url(images/round-but-center.png) bottom repeat-x;
}

/* 2 */

a.rb2 {
	height: 24px;
	background: url(images/rb-left.png) top left no-repeat, url(images/rb-right.png) top right no-repeat, url(images/rb-center.png) top repeat-x;
	font-family:Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 1px 1px black;
	line-height: 22px;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0 22px;
	cursor: pointer;
}
a.rb2:hover {
	background: url(images/rb-left.png) bottom left no-repeat, url(images/rb-right.png) bottom right no-repeat, url(images/rb-center.png) bottom repeat-x;
}

/* 3 */

a.rb3 {
	height: 18px;
	border: 1px solid #0c4ea7;
	background: #568bc4 url(images/rb3.png) top repeat-x;
	font-family:Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 1px 1px black;
	line-height: 18px;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0 20px;
	cursor: pointer;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	box-shadow: 0px 2px 1px #626262;
	-moz-box-shadow: 0px 1px 3px #626262;
	-webkit-box-shadow: 0px 1px 3px #626262;
}
a.rb3:hover {
	background: #568bc4 url(images/rb3.png) bottom repeat-x;
}

/* 4 */

a.rb4 {
	height: 18px;
	border: 1px solid #0c4ea7;
	background: url(images/rb4-left.png) top left no-repeat, url(images/rb4-right.png) top right no-repeat, url(images/rb4-center.png) top repeat-x;
	font-family:Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 1px 1px black;
	line-height: 18px;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0 20px;
	cursor: pointer;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	box-shadow: 0px 2px 1px #626262;
	-moz-box-shadow: 0px 1px 3px #626262;
	-webkit-box-shadow: 0px 1px 3px #626262;
}
a.rb4:hover {
	background: url(images/rb4-left.png) bottom left no-repeat, url(images/rb4-right.png) bottom right no-repeat, url(images/rb4-center.png) bottom repeat-x;
}
