

div.ratebox {
	width: 122px; 
	height: 58px; 
	display: block; 
	padding: 2px; 
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
}

div.ratebutton {
	width: 50px;
	margin-top: 2px;
	margin-left: 0;
	margin-right: 0; 
	margin-bottom: 2px;
	padding: 0;
	border: 1px solid #4282dc;
}

div.loginbutton {
	width: 100px;
	margin-top: 2px;
	margin-left: 0;
	margin-right: 0; 
	margin-bottom: 2px;
	padding: 0;
	border: 1px solid #4282dc;
}
 
div.ratebutton ul.ratebuttons {
	width: 50px;
	margin: 0; 
	padding: 0;
	display: block;
	position: relative;
	list-style-type: none;
	font-family: tahoma, verdana, arial, helvetica;
	font-size: 11px;
}

div.loginbutton ul.loginbuttons {
	width: 100px;
	margin: 0; 
	padding: 0;
	display: block;
	position: relative;
	list-style-type: none;
	font-family: tahoma, verdana, arial, helvetica;
	font-size: 11px;
}

div.ratebutton li.ratebutton {
	margin: 0;
	padding: 0;
	height: 16px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.2em;
	text-align: center;
	vertical-align: middle;
	color: #4c4c4c;
	background-color: #cccccc;
}

div.loginbutton li.loginbutton {
	margin: 0;
	padding: 0;
	height: 16px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.2em;
	text-align: center;
	vertical-align: middle;
	color: #4c4c4c;
	background-color: #cccccc;
}

div.ratebutton a {
	margin: 0;
	height: 16px;
	display: block;
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.2em;
	text-align: center;
	vertical-align: middle;
	color: #4282dc;
	background-color: #e1f0b3;
	border: 0;
}

div.loginbutton a {
	margin: 0;
	height: 16px;
	display: block;
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.2em;
	text-align: center;
	vertical-align: middle;
	color: #4282dc;
	background-color: #e1f0b3;
	border: 0;
}

div.ratebutton a:active, div.ratebutton a:visited, div.loginbutton a:active, div.loginbutton a:visited {
	color: #4282dc;
	text-decoration: underline;
	border: 0;
}

div.ratebutton a:hover, div.loginbutton a:hover {
	color: #000000; 
	background-color: #ffffff;
	text-decoration: underline;
	border: 0;
}

div.docrate {
	float: right; 
	width: 125px;
}

div.prodrate {
	float: right; 
	width: 125px;
}
