body{
	font-family: Arial;
	background:#fcfcfc url("https://appspowerplaymanager.vshcdn.net/images/ppm/hp2/mobile/body_bg.jpg") repeat-x;
	margin: 0px;
	padding: 0px;
}

.master {
	background: url("https://appspowerplaymanager.vshcdn.net/images/ppm/hp2/mobile/master_v2.png") repeat-x;
	margin:0 auto;
	border-radius: 4px;
	margin-top: 10px;
	width: 243px;
	height: 315px;
}

.header {
	padding: 25px 13px 25px 13px;
	width: 217px;
	height: 37px;
}

.count {
	background: url("https://appspowerplaymanager.vshcdn.net/images/ppm/hp2/mobile/online.png") no-repeat;
	font-size: 9px;
	font-weight: bold;
	color: #999999;
	text-transform:uppercase;
	height: 14px;
	padding-left: 25px;
	padding-bottom: 9px;
	margin: 9px;
}

.content span {
	display:block;
	margin-top: 12px;
	margin-left: 14px;
	color: #ffffff;
	font-size: 11px;
}

.login, .pass { 
	background: url("https://appspowerplaymanager.vshcdn.net/images/ppm/hp2/mobile/input_bg.png") repeat-x transparent;
	border: none;
	border-radius: 3px;
	margin-top: 4px;
	margin-left: 8px;
	height: 13px;
	width: 213px;
	padding: 5px;
}

.fb_login_left {
	float: left;	
	margin-left: 8px;
	width: 37px;
	height: 30px;
	background: url("https://appspowerplaymanager.vshcdn.net/images/ppm/hp2/mobile/login_fb_left.png") no-repeat;
}

.fb_login {
	float: left;			
	height: 30px;  
	background: url("https://appspowerplaymanager.vshcdn.net/images/ppm/hp2/mobile/login_fb_middle.png");  
  border: none;
	border-radius: 0px 5px 5px 0px;				
	width: 90px;	
}

.fb_login div {
  padding-top: 6px;
  font-size: 13.5px;
  color: white;
  text-align: center;  
}

.forgot_pass {
	float: left;
	margin-top: 17px;
	width: 36px;
	height: 30px;
	background: url("https://appspowerplaymanager.vshcdn.net/images/ppm/hp2/mobile/forgot_pass.png") no-repeat;
}

.forgot_password {
  float: right;
  margin-right: 11px;
  color: white;
}

.register {
	float: left;
  margin-left: 10px;		
	height: 30px;  
  border: none;
	border-radius: 5px;				
	width: 223px;
  text-decoration: none;
	background: url("https://appspowerplaymanager.vshcdn.net/images/ppm/hp2/mobile/register_middle.png");
}

.register div {
  padding-top: 7px;
  font-size: 13.5px;
  color: white;
  text-align: center;
}

.submit {
	background: url("https://appspowerplaymanager.vshcdn.net/images/ppm/hp2/mobile/submit.png") repeat-x;
	border: none;
	border-radius: 5px;
	float: right;	
	margin-right: 11px;	
	width: 90px;
	height: 30px;
}

.change a {
	color: #818181;
	font-size: 12px;
	text-decoration: underline;
	display:block;
	margin-top: 9px;
	margin-bottom: 30px;
	text-align: center;
}

.msg_error {
  margin:0 auto;
	color: #ffffff;
	background-color: #d7212e;
	text-align: center;
	font-weight: bold;
	text-transform:uppercase;
	font-size: 10px;
	display: block;
	width: 243px;	
	margin-top: 10px;
	padding-top: 11px;
  padding-bottom: 11px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}