<html>
<head>
<link rel="SHORTCUT ICON" href="/favicon.ico" />
<title>Login</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<style type="text/css">
*{
margin:0;
padding:0;
}
body{
background:#f1f3f5;
text-align:center;
font-family:Helvetica,Arial,Osaka;
font-size:12px;
color:#82848b;
}
a{
color:#82848b;
text-decoration:none;
}
.hidden{
display:none;
margin:0;
padding:0;
}
#container{
width:350px;
margin:0 auto;
text-align:left;
position:relative;
}
.loginBox{
width:350px;
margin:0 auto;
text-align:left;
background:url(/pc/images/regcam/exLoginBoxBg.gif) repeat-y;
margin-top:10px;
position:relative;
}
.loginBox h1{
width:350px;
height:85px;
background:url(/pc/images/regcam/exLoginHeader.gif) no-repeat;
}
h1#qriocityLogo{
background:url(/pc/images/regcam/exLoginHeaderQriocity.gif) no-repeat;
}
.loginBox p{
background:#E7F2FC;
margin:0 25px;
padding:0px 20px 0 20px;
clear:both;
}
.loginBox label{
font-weight:bold;
display:block;
float:left;
width:100px;
}
.loginBox label small{
display:block;
}
.loginBox input{
font-size:12px;
display:block;
float:left;
width:150px;
margin:0;
}
.loginBox .btnBox{
text-align:center;
padding-bottom:0px;
background-image:url(/pc/images/regcam/exLoginInnerFooter.gif);
background-repeat: no-repeat;
background-position: bottom left;
}
.loginBox small.boxBtm{
margin:0;
padding: 20px 25px 35px 25px;
background:url(/pc/images/regcam/exLoginFooter.gif) no-repeat bottom left;
display:block;
text-align:center;
}
.loginBox ul{
margin:0;
padding: 10px 0px 0px 90px;
}
.loginBox li{
list-style-type:none;
margin:0;
padding:0;
}
.loginBox li a{
background:url(/pc/images/regcam/btn.gif) no-repeat 0 -19px;
padding: 5px 0 0px 20px;
margin:0;
display:block;
}
.loginBox li a:hover{
background-position:0 0;
}
a.button1, a.round_button1 {
background-repeat:no-repeat;
color: #7A7D84;
font-weight: bold;
font-size: 12px;
vertical-align: middle;
cursor: hand;
margin-right:5px;
}
a.round_button1 {
background:transparent url(/pc/images/regcam/button_bg_tile.gif) repeat-x scroll 0 -33px;
border:1px solid #CCCCCC;
border-top:none;
padding:3px 10px;
}
a.round_button1:hover{
background-position:0 -4px;
border:1px solid #ABB7D6;
border-top:none;
}
.errorWrap{
clear: both; font-size: 14px; font-weight: bold; text-align:center;background:#E7F2FC; margin:0 25px;
}
.errorWrap p, .errorWrap h3 {
font-size:12px;
padding:0px 20px;
clear:both;
}
</style>
<script language="JavaScript" type="text/javascript">
<!--
function setFocus() {
if (document.getElementById('loginName').value == '')
{
document.getElementById('loginName').focus();
}
else document.getElementById('password').focus();
}
//-->
</script>
</head>
<body onLoad="setFocus()">
<div id="container" style="text-align:center;">
<form method="post" action= "/external/login.action"
id="mainform" name="mainform" class="loginBox">
<h1 ><span class="hidden">PlayStation®Network</span></h1>
<div class="errorWrap errorMessages">
<!-- Pulled in 103 possible error messages -->
</div>
<p style="padding-top:10px;">
<label id="selLabelSignInWithHint">Anmelde-ID <small>(E-Mail-Adresse)</small></label>
<input class="textField" id="loginName" name="loginName"/>
<br style="clear:both;" /><br style="clear:both;" />
</p>
<p>
<label id="selLabelPassword">Passwort: </label>
<input class="textField" id="password" name="password" type="password"/>
<br style="clear:both;" /><br style="clear:both;" />
</p>
<p class="btnBox">
<a class="round_button1" id="loginButton" href="javascript:document.getElementById('mainform').submit();">Anmelden</a>
<a class="round_button1" id="cancelButton" href="javascript:window.location='../../login.gvm';" onclick="window.location='../../login.gvm'">Abbrechen</a>
<br style="clear:both;" /><br style="clear:both;" />
</p>
<ul>
<li><a id="selLinkStartRegFlow" href="../../accounts/register/beginNewAccountRegistrationFlow.action" target="_blank">Ich möchte ein neues Konto erstellen.</a></li>
<li><a id="selLinkForgotPassFlow" href="../../accounts/reset/beginPasswordResetFlow.action?target=login" target="_blank">Passwort vergessen</a></li>
</ul>
<small class="boxBtm" id="selLabelLegalNotice">Wenn du deine PlayStation®Network-Anmeldedaten für diese Website verwendest, gibst du dem Betreiber der Website grundlegende Informationen zu deinem PSN-Konto preis. PSN übernimmt keine Verantwortung für diese Website. Weitere Informationen findest du in der <a href="http://www.scei.co.jp/ps3-eula/" target="blank">PSN-Datenschutzerklärung</a>.</small>
<input type="submit" style="position:absolute; left:-9000px; top: -90000px;" />
</form>
</div>
</body>
</html>