#intro {
    padding: 5px 50px 25px 20px;
    height: 18px;    
}

* html #intro {
    height:18px;
    padding: 5px 50px 10px 20px;
}

/* sIFR overwrites */
/* 
#content-main {
    float:left;
    width: 547px;
    padding: 0 20px;
    color: #666;
}

#content-right {
    float:left;
    width: 197px;
}

#content-main h2 {
    font-size: 1.3em;
    color: #15418c;
}

#content-main h3 {
    font-size: 1.1em;
    color: #15418c;
    margin-bottom: 0;
    padding-bottom: 0;
}
 */



a.action:hover {
    background-color: #5c7db1 !important;
    color: #fff !important;
}
a.action:active {
    background-color: #0c3068 !important;
    color: #fff !important;
}

a.action:visited {
    background-color: #81aa00;
}
