/* @override http://opennetwork.dk/css/myopn.css */

/* @group mylogin */

#myopnwrap{
	width: 300px;
	height: 200px;
	display: block;
	position: absolute;
	z-index: 9000;
	top: 20px;
	left: 20px;
	background-color: #b758ae;
	opacity: 0.65;
}


#myopnwrap #mydisplay #mypage{
	
}

#mylogin{
	display: block;
	position: absolute;
	top: 0;
	background-color: #323232;
	z-index: 40000;
	color: #fff;
	padding: 1px 14px 3px 5px;
	right: 13px;
	min-width: 137px;
	
	border-bottom: 1px solid #2d2d2d;
	
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	height: 12px;
}

#mylogin #username{
	color: #55a558;
	padding-right: 3px;
	cursor: pointer;
}
#mylogin #notloggedin{
	color: #7b7b7b;
}
#mylogin #notloggedin:hover{
	color: #fff;
}
#mylogin #logoutbtn{
	position: absolute;
	right: 2px;
	width: 13px;
	height: 13px;
	top: 2px;
	background: url(/images/my.signout.png) no-repeat;
	opacity: 0.5;
	cursor: pointer;
}
#mylogin #logoutbtn:hover{
	opacity: 1.0;
	cursor: pointer;
}

#mylogin .usricon{
	padding-left: 15px;
}
#mylogin .usricon.signedin{
	background: url(/images/my.signedin.png) no-repeat 0 3px;
}
#mylogin .usricon.notsignedin{
	background: url(/images/my.notsignedin.png) no-repeat 0 3px;
}

#mylogin a#panelbtn{
	font: 10px "Lucida grande", "Andale Mono", Verdana, Arial;
	border: 1px solid #626262;
	background-color: #3f3f3f;
	color: #989898;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 0 4px 1px;
	margin-right: 3px;
	margin-left: -3px;
	text-decoration: none;
}
#mylogin a#panelbtn:hover{
	color: #fff;
}
#mylogin a#panelbtn:visited{
	color: #989898;
}



/* @end */

/* @group My */

span.my3rdTxt {
	color: #fff;
	display: block;
	margin-top: 6px;
}
span.my3rdTxt .acterror {
	color: #fff;
	display: inline;
	background: #f00;
	padding: 3px 6px 5px 5px;
}


div#level3_content a.mybtn:link,
div#level3_content a.mybtn:visited{
	padding: 1px 7px 3px 6px;
	color: #fff;
	border: 1px solid #2a2a2a;
	background: url(/images/dL3Bg.png) repeat 0 0;
	text-shadow: #000000 0 1px 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 3px;
}
div#level3_content a.mybtn:hover{
	border: 1px solid #bfbfbf;
}
div#level3_content a.mybtn:active{
	color: #2a2a2a;
	text-shadow: none;
	border: 1px solid #bfbfbf;
}



#myloginform, #myrequestinviteform{
	margin-top: -2px;
	color: #fff;
}

#myloginform input,
#myrequestinviteform input,
#mycode{
	width: 150px;
	border: 1px solid #5b5b5b;
	height: 16px;
	line-height: 11px;
	padding-left: 3px;
	background-color: #e9e9e9;
	font: 11px 'Lucida Grande', Verdana, sans-serif;
	color: #363636;
	padding: 0;
}
#mycode{
	width: 350px;
	border-bottom-color:#ffc200;
	background-color: #f2f3c7;
}
#myrequestinviteform input.required{
	background: #fcdede url(/images/offset_error.png) no-repeat scroll right center;
	border-bottom-color: #c46364;
}
#myrequestinviteform input.ok{
	background: #c2dcbd url(/images/offset_accept.png) no-repeat scroll right center;
}
#myrequestinviteform input.optional{
	background: #d2d6da url(/images/offset_information.png) no-repeat scroll right center;
}


span.my-note {
	position: relative;
	background: #ebd7d7;
	padding: 2px 3px 3px 18px;
	border: 1px solid #cc9a99;
	color: #983d3d;
	margin-top: -2px;
	margin-left: -2px;
}
span.my-infobox {
	position: relative;
	background: #3385c1;
	padding: 3px 3px 4px 18px;
	border: 1px solid #4398c1;
	color: #d1efff;
}
.my-infoboximg{
	position: absolute;
	margin-left: -16px;
	top: 2px;
}

#myloginsubmit, #myinvitesubmit{
	top: 6px;
	position: relative;
	padding-right: 2px;
}

#myinvitesubmit.disabled{
	opacity: 0.3;
}

#mydisplay{
	display: block;
	position: absolute;
	width: 100%;
	height: 400px;
	top: 110px;
	left: 0px;
	overflow: auto;
	visibility: hidden;
	background-color: #3c3a46;
	color: #fff;
	text-shadow: #3c3a46 0 0 1px;
	font-size: 11px;
}
#mypage{
	padding-left: 56px;
	padding-right: 56px;
}



/* @end */
