

#title {
    margin: auto;
    width: 430px;
    color: #357;
    font-size:20px;
    padding-bottom:10px;
    padding-left:30px;
    padding-top:30px;
}

#container {
    margin:auto;
    font-size:16px;
    width:400px;
    padding: 20px;
}

#separator {
    color:#999;
    margin-top:20px;
    margin-bottom: 20px;
}

.pclogin input, .pclogin textarea {
    font-size:16px;
    margin-bottom:10px;
    padding:5px;
    width:388px;
}

.pclogin textarea {
    font-size:14px;
    height:400px;
    text-align: left;
}

.pclogin input[type="button"],.pclogin input[type="submit"] {
    display: inline-block;
    background: #357;
    color: white;
    width: 400px;
    border-radius: 5px;
    white-space: nowrap;
    cursor:pointer;
    height:42px;
    border:1px solid #fff;
    font-family: 'Roboto', sans-serif;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;

}

#customBtn {
    display: inline-block;
    background: #357;
    color: white;
    width: 400px;
    border-radius: 5px;
    white-space: nowrap;
    cursor:pointer;
}
#customBtn:hover {
    cursor: hand;
}
span.label {
    font-weight: bold;
}
span.icon {
    background: url('/images/g-recolor.png') transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    border-right: #73a7bd 1px solid;
}
span.buttonText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 42px;
    font-size: 14px;
    font-weight: bold;
    /* Use the Roboto font that is loaded in the <head> */
    font-family: 'Roboto', sans-serif;
}