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

.linkrp {
	background-color: #D8D8D8;
	background-image: url(../images/video_buttons/real_icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 38px;
	width: 125px;
	margin-right: 4px;
	margin-bottom: 4px;
	border: 1px solid #999999;
}
.linkrp a {
	font-size: 11px;
	text-transform: uppercase;
	background-color: #EBEBE9;
	display: block;
	float: right;
	width: 75px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-top-width: 3px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CFCCD0;
	border-right-color: #A4A6A1;
	border-bottom-color: #6D6D6D;
	border-left-color: #B6B6B6;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: left;
}
.linkrp a:link, .linkrp a:visited {
	color: #595957;
}
.linkrp a:hover, .linkrp a:active {
	background-color: #333333;
	color: #666666;
}
.linkwmp {
	background-color: #D8D8D8;
	background-image: url(../images/video_buttons/wmp_icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 38px;
	width: 125px;
	margin-right: 4px;
	margin-bottom: 4px;
	border: 1px solid #999999;
}
.linkwmp a {
	font-size: 11px;
	text-transform: uppercase;
	background-color: #EBEBE9;
	display: block;
	float: right;
	width: 75px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-top-width: 3px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CFCCD0;
	border-right-color: #A4A6A1;
	border-bottom-color: #6D6D6D;
	border-left-color: #B6B6B6;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: left;
}
.linkwmp a:link, .linkwmp a:visited {
	color: #595957;
}
.linkwmp a:hover {
	background-color: #333333;
	color: #666666;
}
