@charset "utf-8";

div.infobox {
	background-color: #96D0ED;
	float: left;
	height: 160px;
	width: 210px;
	margin-top: 10px;
	margin-right: 10px;
	position: relative;
	background-image: url(../layout/members-box.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
}
.infobox .infopadding {
	float: none;
	position: relative;
	width: 200px;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 5px;
}
.infobox ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.infobox li {
	list-style-image: none;
	margin-top: 2px;
	margin-bottom: 2px;
	list-style-type: disc;
}
.infobox a.rm{
	position: absolute;
	display: block;
	right: 0px;
	bottom: 0px;
	width: 97px;
	height: 39px;
	text-align: center;
	line-height: 20px;
	background-color: #40B9E9;
	color: #004F71;
	background-image: url(../layout/members-rm-a.gif);
}
.infobox a.rm:hover {
	background-image: url(../layout/members-rm-b.gif);
}
.plus {
	font-weight: bold;
	color: #40B9E9;
}
form input.paymentoption {
	float: left;
}
