.rulesPic img {
    border: medium none;
    cursor: pointer;
    vertical-align: middle;	
}

.rulesPic {
    float: left;
    line-height: 26px;
    margin: 3px 2px 3px 3px;
}

.rulesPic a {
    background: none repeat scroll 0 0 #EEF5F8;
    border: 1px solid #BACAD4;
    border-radius: 5px 5px 5px 5px;
    color: #434343;
    line-height: 32px;
    padding: 5px 10px;
}

.rulesPic a:hover {
    background: none repeat scroll 0 0 #D9EFF7;
    border: 1px solid #96C0DA;
    color: #4380BF;
    line-height: 32px;
    padding: 5px 10px;
}