@charset 'UTF-8';
/* lol wut tf r u lookin at? */
<!--
.loginform{
margin-top:1em;
margin-left:auto;
margin-right:auto;
width:500px;
padding:1em;
}
.box{
margin-top:1em;
margin-left:auto;
margin-right:auto;
width:500px;
padding:1em;
border:solid 2px #4AC5EB;
background:#FEFCFF;
}
.box h1{
font-size:2.5em;
font-weight:bold;
padding-bottom:5px;
}
.box p{
font-size:0.7em;
margin-bottom:1em;
border-top:solid 1px #4AC5EB;
padding-bottom:10px;
padding-top:5px;
text-align:center;
color: #666666;
}
.boxlinks{
font-size:0.7em;
text-align:center;
color:#666666;
}
.boxpositive{
border:solid 2px #529214;
}
.boxpositive p{
border-top:solid 1px #529214;
}
.boxnegative{
border:solid 2px #D12F19;
}
.boxnegative p{
border-top:solid 1px #D12F19;
}
#hashtick{
display:block;
}
#hashbar{
display:none;
}
-->