﻿body {
    background-color: #666666;
}
#body {
    background-color: transparent;
    text-align: center;
}
.page {
    padding-top: 0px;
    width: 300px;
    margin: 0 auto;
}
.page > .header {
    display: none;
}
.line-title {
    font-size: 18pt;
    line-height: 2em;
    margin-bottom: 25px;
    color: #fff;
}
.line-img {
    margin-bottom: 15px;
    height: 200px;
}
.line-img img {
    display: block;
    margin: 0 auto;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 200px;    
}

.line-tip {
    background-color: #555;
    -ms-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    padding: 15px;
    -webkit-box-shadow: 2px 2px #999 inset;
    -ms-box-shadow: 2px 2px #999 inset;
    box-shadow: -1px -1px #999 inset;
    margin-bottom: 15px;
}
.content {
    padding-top: 200px;
}
.login-success {
    text-align: left;
    padding-left: 50px;
    background: url("images/success-38.png") left top no-repeat;
}
.login-success > label {
    font-size: 16px;
    line-height: 1.5em;
}
.login-success > p {
    line-height: 1.2em;
    font-size: 12px;
}
.line-link {
    text-align: center;
    line-height: 2em;
}
.line-link a:hover {
    color: #ff6600;
}