body {
    background-color:#FFF;
    margin:0px;
}


.PhotoManiac {
    background:url(/images/accounts/maniac_profile_bg.png) left top no-repeat;
    width:85px;
    height:85px;
    display:block;    
}

.PhotoSpecial {
    background:url(/images/accounts/special_profile_bg2.png) left top no-repeat;
    width:85px;
    height:85px;
    display:block;
}

a.PhotoManiac:hover,
a.PhotoSpecial:hover,
a.PhotoExplorer:hover, 
a.PhotoLink:hover,
a.PhotoEdu:hover
{
    background-position:right top;
}

.PhotoExplorer {
    background:url(/images/accounts/explorer_profile_bg.png) left top no-repeat;
    width:85px;
    height:85px;
    display:block;    
}

.PhotoLink, a.PhotoEdu {
    background:url(/images/accounts/edu_profile_bg.png) left top no-repeat;
    width:85px;
    height:85px;
    display:block;
}
.errorFrame
{
    width:100%;
    text-align:center;
    font-size:25px;
    color:#339999;
    font-weight:bold;
    margin-top:150px;
}
.errorMsg
{
    font-size:30px;
    
}
