.loginTitle {
	margin-top: 40px;
	text-align: center;
	font-size: 15pt;
}

.loginCell {
	background: transparent url(/img/loginBackground.png) no-repeat 0 0;
	width: 242px;
	margin: 0 auto;
	margin-top: 40px;
}

.loginCell	form {
	border: none;
	padding: 0;
	margin: 0;
	display: block;
	padding-top: 30px;
	padding-bottom: 70px;
}

.loginCell	label {
	border: none;
	padding: 0;
	margin: 0;
	display: block;
	background: none;
	color: white;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3px;
	font-size: 11pt;
}


.loginCell	input {
	border: none;
	padding: 0;
	margin: 0;
	display: block;
	background: none;
	color: white;
	width: 137px;
	height: 17px;
	margin-left: 42px;
	padding: 5px 10px 3px;
	margin-bottom: 8px;
	background: black url(/img/loginCellBackground.png) no-repeat 0 0;
	text-align: center;
	font-weight: bold;
}

.loginCell #login {
	width: 164px;
	height: 118px;
	background: transparent url(/img/loginStartButton.png) no-repeat 0 0;
	padding: 0;
	margin-left: 39px;
	margin-top: 0px
}

.loginCell #login:hover {
	background: transparent url(/img/loginStartButton.png) no-repeat -164px 0;
	cursor: pointer;
}

.loginCell p {
	margin: 0 10px 10px;
}

.loginErrorBubble {
	width: 145px;
	height: 134px;
	padding: 20px;
	background: transparent url(/img/loginErrorBubble.png) no-repeat 0px 0;
	position: relative;
	top: -400px;
	right: -240px;
	font-size: 12pt;
	font-weight: bold;
	color: white;
	text-align: center;
}

.loginCell p {
	font-size: 10pt;
	text-align: center
}

#accountNav {
	width: 230px;
	height: 430px;
	float: left;
	text-align: right;
	background: white url(/img/helpNavBackground.png) no-repeat right 0;
}

.accountNavTitle {
	margin-right: 60px;
	font-size: 12pt;
	color: #808080;
	margin-bottom: 10px;
}

#accountNav ul {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

#accountNav li {
	background-image: none;
}

#accountNav li a {
	padding-right: 34px;
	margin-right: 26px;
	color: #808080;
	text-decoration: none;
}

#accountNav li a.selected {
	color: #bf0000;
	background: white url(/img/helpNavSelected.png) no-repeat	right 3px;
}

#accountNav li a:hover {
	color: #bf0000
}

.yourStats {
	background: white url(/img/myGymFuYourStatsBackground.png) no-repeat	0 0;
	padding-left: 60px;
	margin-left: 10px;
	margin-bottom: 40px;
	padding-top: 15px;
}

.yourBattles {
	background: white url(/img/myGymFuYourBattlesBackground.png) no-repeat	0 0;
	padding-left: 60px;
	margin-left: 10px;
	padding-top: 15px;
}

.mainCell h1 {
	font-size: 16pt;
	color: black;
	font-weight: normal;
	margin-bottom: 10px;
}

.yourStats p, .yourBattles p {
	margin-left: 20px;
}

.yourStats strong, .yourBattles strong {
	font-weight: normal;
	color: black;
}

.yourBattlesBattle {
	margin-bottom: 30px;
}

.battleWhenHow {
	font-weight: normal;
	color: #808080;
}

.aboutWidgets {
	margin-top: 25px;
	width: 280px;
	padding-right: 380px;
	background: white url(/img/bloggersBlogWidgetBackground.png) no-repeat	right 0;
}

a img {
	border: none;
}

.myGymFuDashboard {
	width: 380px;
	padding-right: 280px;
	background: white url(/img/myGymFuGears.png) no-repeat	right 0;
}

.widgetEmbedCodeBox {
	float: right;
}

pre.widgetEmbedCode {
	border: 5px solid #808080;
	border-color: #808080 #cccccc #f7f7f7; 
	background-color: #e5e5e5;
	width: 250px;
	padding: 5px;
	color: black;
	overflow: scroll;
}

.widgetBox {
	float: left;
	width: 300px;
	margin-right: 20px;
}

ul.unstyled li {
	background-image: none;
}

.mainCell a {
	color: #bf0000;
	text-decoration: none;
}

#step3moreinfo {
	margin-top: 20px;
	margin-left: 10px;
}

#step3moreinfo ul {
	margin-left: 0px;
}

#step3moreinfo li {
	list-style-type: inherit;
	padding-left: 0;
	margin-left: 20px;
}

#step3moreinfo tt {
	font-weight: bold;
	margin: 0 5px;
}
