#topRow{
    width : 100%;
    height : 35px;
    margin: 10px 0;
    float : left;
    border-bottom: 1px solid black;
}

#topRow #pageName{
    width : 300px;
}

#saveButton{
    float : right;
}

#pageHeaderBlock{
    margin: 0 0 10px 0;
    height : 30px;
    width : 100%;
    float : left;
    clear : both;
}

#pageHeaderBlock input{
    color: #30416F;
    font-size: 23px;
    font-weight : bold;
    width : 100%;
    height : 30px;
    border: none;
}

#introText{
    width : 100%;
    height : 75px;
    font-family: arial,sans-serif;
    border: none;
}
