.my-account {
	width: 825px;
	float: left;
	padding-left: 75px;
	margin: 10px 0px;
}
	.my-account .panel {
		width: 750px;
		float: left;
	}
		.my-account .panel.header {
			background-image: url(../images/mygot_bg.gif);
			background-repeat: no-repeat;
			background-position: top right;
			padding-bottom: 30px;
		}
	
	.my-account .panel p.username {
		font-size: 22px;
		font-weight: bold;
		color: #ff2d6a;
		padding-bottom: 10px;
	}
	
	.my-account .panel.header .myavatar {
		width: 90px;
		float: left;
		border-bottom: solid 2px #cccccc;
		border-right: solid 2px #cccccc;
		border-top: solid 2px #cccccc;
		border-left: solid 2px #cccccc;
		margin-right: 10px;
		position: relative;
		z-index: 0;
	}
		.my-account .panel .myavatar img {
			padding: 18px 0px 8px 15px;
			cursor: pointer;
		}
	.my-account .panel .userinfo {
		width: 646px;
		float: left;
		font-size: 16px;
		color: #000000; 
	}
		.my-account .panel .userinfo p {
			margin-bottom: 0.5em;
		}
			.my-account .panel .userinfo p span {
				color: #666666;
			}
		
		.avatars {
			width: 570px;
			float: left;
			background-color: #ffffff;
			padding: 10px 0px 10px 10px;
			margin-bottom: 10px;
			border-top: solid 2px #cccccc;
			background-image:  url(../images/avatar_bg.gif);
			background-repeat: no-repeat;
			background-position: top left;
			border-bottom: solid 2px #cccccc;
			border-right: solid 2px #cccccc;
			position: absolute;
			display: none;
			z-index: 10;
		}
			.avatars .avatar {
				width: 70px;
				float: left;
				margin-right: 10px;
			}
				.avatars .avatar img {
					cursor: pointer;
					border: solid 1px #ffffff;
					padding-top: 7px;
					padding-left: 7px;
				}
					.avatars .avatar img:hover {
						border: solid 1px #333333;
					}
					
	p.change {
		padding-left: 5px;
		color: #ff2d6a;
	}
	
	.my-account-body {
		width: 750px;
		float: left;
	}
	
		
	
.my-activity {
	width: 487px;
	float: left;
	padding-left: 28px;
	margin-right: 44px;
	margin-top: 15px;
	margin-bottom: 15px;
}
	.my-activity p {
		margin: 0.5em 0;
	}
	.my-activity p.title, .my-activity p.datetime {
		font-size: 18px;
		font-weight: bold;
		margin: 0px;
	}
	.my-activity p.title {
		color: #ff2d6a;
	}
		.my-activity p.title a {
			color: #ff2d6a;
		}
	.my-activity p.datetime {
		color: #666666;
	}
	.my-activity div.summary img {
		float: left;
		margin-right: 10px;
	}
	.my-activity div.rating {
		width: 487px;
		float: left;
	}
		.my-activity div.rating p.instructions {
			width: 280px;
			float: left;
			color: #000000;
			font-size: 13px;
		}
			.my-activity div.rating p.instructions span {
				font-size: 18px;
				font-weight: bold;
			}
			.my-activity div.rating p.stars .star {
				cursor: pointer;
			}
			
	p.alert-title, p.alert-check {
		margin: 0.5em 0;
	} 		

	p.alert-title {
		background-image: url(../images/arrow.gif);
		background-repeat: no-repeat;
		background-position: 20px 0px;
		padding-left: 50px;
		line-height: 20px;
		font-size: 18px !important;
		font-weight: bold !important;
		color: #000000 !important;
	}
	p.alert-check {
		padding-left: 20px;
		color: #ff2d6a;
	}
		p.alert-check.black {
			color: #000000;
			font-weight: normal;
		}
		
	.my-account-body {
		margin-top: 10px;	
	}
		
	.my-account-body ul {
		margin-left: 20px;
		margin-top: 15px;
		margin-bottom: 15px;
		padding-bottom: 15px;
		background-image: url(../images/account_bg.gif);
		background-repeat: no-repeat;
		background-position: bottom right;
	}
		.my-account-body ul li {
			color: #ff2d6a;
			font-weight: bold;
			font-size: 14px;
			padding: 5px 0px;
		}