@charset "UTF-8";
/* CSS Document */
#myPageLogin
{
	clear: right;
	float: right;
	width: auto;
	background-image: url(../images/myPageTop.png);
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-left: 136px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3b474e;
	background-position: left bottom;
}
#myPageLogin a
{
	padding-right: 10px;
	padding-left: 10px;
}
#myPageLogin a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
#myPageLogin a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}
#myPageLogin a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}
#myPageLogin a:active
{
	text-decoration: none;
	color: #FFFFFF;
}
#hello_message
{
	margin-top: 0px;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: x-small;
	background-image: url(../images/myPageWelcomeTop.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 60px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3b474e;
	float:right;
	clear:right;
}

/*#myPageWrap
{
	clear: both;
	float: left;
	width: 100%;
	background-image: url(../images/myPageBottom.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	position: fixed;
	bottom: 0px;
	margin-right:10px;
	z-index: 1000;
	border: 1px solid #6c8201;
}
#myPageLogin
{
	clear: both;
	float: left;
	background-image: url(../images/myPageLeft.png);
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-left: 105px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 8px;
	background-position: left center;
}
#myPageLogin a
{
	padding-right: 10px;
	padding-left: 10px;
}
#myPageLogin a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
#myPageLogin a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}
#myPageLogin a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}
#myPageLogin a:active
{
	text-decoration: none;
	color: #FFFFFF;
}
#hello_message
{
	background-image: url(../images/myPageWelcomeTop.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: small;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 60px;
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 1001;
}*/