#tutorial {
    position:absolute;
    width:400px;
    margin-top: 100px;
    left:50%;
    margin-left:-200px;
}

.section_title{
    text-indent: 0em;
    display: inline-block;
    background: -moz-linear-gradient(center top , #7DB9E8 0%, #2989D8 50%, #207CCA 51%, #1E5799 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#1e5799));
    background: -webkit-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%);
    background: -o-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%);
    background: -ms-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 );
    font-family: "IPAPGothic",sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 1px 1px 2px #333333;
    border-radius: 3px 3px 3px 3px;
    /*height:23px;
    line-height: 23px;*/
    margin: 1px 2px;
    padding: 3px 10px;
}

#pdfdownload{
    text-indent: 0em;
    display: inline-block;
    padding: 0px 3px;
    margin: 0px 3px;
    font-weight: bold;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
}

#tutorial a span{
    color: #000000;
    display: inline;
    font-family: sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.8;
    margin: 0 0 0 1px;
    padding-left: 6px;
    white-space: nowrap;
}

#tutorial a span:hover {
    color: #FFFFFF;
    background: #000000;
    text-decoration: none;
}

/*p {
    text-indent: 1em;
}*/
