@font-face {
    font-family: 'Gibson-Regular';
    src: url('/style/23485B_5_0.eot');
    src: url('/style/23485B_5_0.eot?#iefix') format('embedded-opentype'),
         url('/style/23485B_5_0.woff') format('woff'),
         url('/style/23485B_5_0.ttf') format('truetype'); 
}

@font-face {
    font-family: 'Gibson-Italic';
    src: url('/style/23485B_7_0.eot');
    src: url('/style/23485B_7_0.eot?#iefix') format('embedded-opentype'),
         url('/style/23485B_7_0.woff') format('woff'),
         url('/style/23485B_7_0.ttf') format('truetype');
}

@font-face {
    font-family: 'Gibson-SemiBold';
    src: url('/style/23485B_6_0.eot?8c842036237a');
    src: url('/style/23485B_6_0.eot?#iefix') format('embedded-opentype'),
         url('/style/23485B_6_0.woff?8c842036237a') format('woff'),
         url('/style/23485B_6_0.ttf?8c842036237a') format('truetype'); 
}

@font-face {
    font-family: 'BreakersSlab-Bold';
    src: url('/style/BreakersSlab-Bold-webfont.eot');
    src: url('/style/BreakersSlab-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/style/BreakersSlab-Bold-webfont.woff') format('woff'),
         url('/style/BreakersSlab-Bold-webfont.ttf') format('truetype'),
         url('/style/BreakersSlab-Bold-webfont.svg#BreakersSlab-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

a {
    color: #FF0000;
}

body {
    background: #fff;
    text-rendering: optimizeLegibility;
}

h1 {
    font: normal 32px 'BreakersSlab-Bold', 'Helvetica Neue', Arial, sans-serif;
    color: #333;
    margin-top: 100px;
}

h2 {
    font: normal 20px 'BreakersSlab-Bold', 'Helvetica Neue', Arial, sans-serif;
    color: #333;
    margin-top: 40px;
}

p, ul {
    font: normal 16px 'Gibson-Regular', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7em;
    color: #666;
    margin-top: 10px;
}
    p.letter{
        font: normal 28px 'Gibson-Italic', 'Helvetica Neue', Arial, sans-serif;
        line-height: 2em;
        text-align: center;
        padding: 25px 0;
    }

b {
    font-family: 'Gibson-SemiBold', 'Helvetica Neue', Arial, sans-serif;
    color: #333;
}

ul, li{
    margin-left: 30px;
}

.header {
    width: 100%;
    height: 58px;
    background: #1D2F41 url('/img/header-bg.png')
}
    .jtv-logo {
        background: url('/img/justineu-header-logo.png') 0px 11px no-repeat;
        display: inline-block;
        height: 58px;
        width: 144px;
        margin-left: 20px;
        text-indent: -9999px;
    }

.container {
    padding: 15px 0px;
    margin: 0 auto;
}

.content {
    width: 800px;
    margin: 0 auto;
    height: auto;
    padding: 30px;
}

.credentials {
    margin: 0px auto;
    width: 700px;
    /*min-height: 160px;*/
    font: normal 16px 'Gibson-Regular', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7em;
    color: #666;
}

.credentials form {
    margin-bottom: 50px;
}

#channel-name {
    height: 30px;
    font: normal 16px 'Gibson-Regular', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7em;
    color: #666;
}

#subbutton {
    padding:5px 15px; 
    font-weight: bold;
    color: #FFF;
    border:1px;
    cursor:pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;

background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.55) 23%, rgba(0,0,0,0.23) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(23%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.23))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.55) 23%,rgba(0,0,0,0.23) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.55) 23%,rgba(0,0,0,0.23) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.55) 23%,rgba(0,0,0,0.23) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.55) 23%,rgba(0,0,0,0.23) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#3b000000',GradientType=0 ); /* IE6-9 */


}
