.gf-title {
	background-image:
		url("/resources/murena/img/messenger/thegodfather/bg_title.png");
	background-position: top;
	color: black;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	height: 27px;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
	/** keep at end */
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 4px;
}

.gf-content {
	background-color: #8fc3ea;
	padding: 5px;
	color: black;
	/** keep at end */
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 4px;
}

.gf-content-box {
	background-color: white;
	margin: 5px;
	/** keep at end */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: white;
}

.gf-subscribe {
	background-image:
		url("/resources/murena/img/messenger/thegodfather/bg_green.png");
	background-position: top;
	background-repeat: repeat-x;
	background-color: #5EAB13;
	color: white;
	font-size: 16px;
	font-weight: bold;
	height: 32px;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 600px;
	margin-bottom: 20px;
	border-style: solid;
	border-width: 2px;
	border-color: #393939;
	-moz-border-radius: 10px;
}

.gf-subscribe input[type="submit"] {
	color: white;
	border: none;
	background: none;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 0px;
	font-size: 18px;
	font-weight: bold;
}

.gj-separation {
	border-top: 1px solid black;
}