﻿#guiMyProfile
	{
		background-color:#fff;
	}
	
#guiMyProfileMenu
	{
		background-color:#fff;
		padding:25px 25px 0 25px;
	}
	
	#guiMyProfileMenu ul
		{
			border-bottom:dotted 1px #b5d928;
			float:left;
			width:100%;
		}
		
		#guiMyProfileMenu ul li
			{
				margin-left:1px;
				float:right;
			}
				
				
	.SaveBtnContainer
		{
			border-top:dotted 1px #B5D928;
			padding-top:10px;
		}
		
	.right
		{
			text-align:right;
		}
		
	#ProfileHeader
		{
			padding:0 10px 10px 10px;
			background-color:#000;
			height:20px;
		}
		
		#ProfileHeader #HeaderLabel
			{
				float:left;
				width:300px;
				color:#fff;
				font-size:16px;
				font-weight:bold;
			}
			
		#ProfileHeader #HeaderMenu
			{
				float:right;
				width:500px;
				text-align:right;
				font-size:16px;
				font-weight:bold;
				color:red;
			}
			
			#ProfileHeader #HeaderMenu a
				{
					color:red;
					margin-left:20px;
				}

