/** -- WishList Class -- */
.info {
	color: white;
	font-weight: bold;
}

.wishlist-Text {
	background-color: white;
	width: 90%;
	text-align: left;
	padding: 5px;
	border-color: black;
	border-style: solid;
	border-width: 2px;
}

.comments {
	width: 91%;
	border-color: black;
	border-style: solid;
	border-width: 2px;
	text-align: left;
}

.comment {
	background-color: white;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 5px;
}

.comment-Info {
	color: #c00000;
}

.invitYourFriends {
	border-color: black;
	border-style: solid;
	border-width: 2px;
	color: black;
	width: 91%;
	background-color: #fd7f00;
	background-image: url("bg.png");
}

a {
	color: black;
}

/** -- Html Elements -- */
body {
	background-color: #c00000;
	text-align: center;
}

/** Body for iPhone*/
.gj-mainContent {
	background-color: #c00000;
	text-align: center;
}

textarea {
	width: 90%;
}
