body {
  border: none;
  background-color: white;
  color: black;
  padding: 0px;
  margin: 0px;
}
a {
	color: black;
	padding: 0px;
}
img {
	border: none;
	padding: 0px;
}
.error {
  color: red;
}
.role {
  float: left;
  padding: 5px;
  text-align: center;
  width: 150px;
  height: 130px;
}
.clearing {
  clear:both;
}
.content_seperator {
  clear:both;
	width: 100%;
	border-top: #000 solid 1px;
	height: 10px;
}
h2 {
	padding-left: 10px;
}
.main_content {
	position: relative;
	width: 100%;
	height: 270px;
}
.widget_content {
	position: relative;
	margin: 0 auto;
	width: 300px;
	height: 250px;
}
.title {
	float: left;
	background-image: url(/images/f1.title.png);
	width: 136px;
	height: 42px;
}
.title2 {
	float: left;
	background-image: url(/images/f2.title.png);
	width: 300px;
	height: 40px;
}
.title3 {
	float: left;
	background-image: url(/images/f3.title.png);
	width: 300px;
	height: 46px;
}
.role_bubbles {
	float: left;
	width: 148px;
}
.role_zack {
	float: left;
	width: 152px;
}
.fbconnect {
	float: left;
	width: 164px;
	text-align: center;
	margin-top: 10px;
}
.check {
	float: left;
	background-image: url(/images/f3.check.png);
	width: 58px;
	height: 44px;
}
.success {
	float: left;
	margin-top: 15px;
	font-size: 0.93EM;
}
.more_action {
	float: left;
	width:150px;
}
.footer {
  text-align: center;
  padding: 5px;
}
