html, body {
    background-color: #dae1e9;
}
body {
    color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    margin: 0;
    padding: 0;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
ul.list li {
    margin-left: 175px;    
}
#attention {    
    /*margin: 0 0 20px 0;
    float: left;*/
    position: relative;
    top: 0;
    left: 0;
    width: 455px;
    height: 50px;
}
#attention a.comments {    
    background: #4169b5 url('comments.gif') no-repeat 0 0;
    display: block;
    float: left;
    height: 36px;
    margin-right: 10px;
    width: 267px;
}
#attention a.comments:hover {
    background: #4169b5 url('comments.gif') no-repeat 0 -36px;
}
#attention a.reaction {
    background: #4169b5 url('reaction.gif') no-repeat 0 0;
    display: block;
    float: left;
    height: 36px;
    width: 157px;
}
#attention a.reaction:hover {
    background: #4169b5 url('reaction.gif') no-repeat 0 -36px;    
}
#attention a span {
    position: absolute;
    left: -9999px;
}

/*
#attention a {    
    background-color: #4169b5;
    border-bottom: 2px solid #23417a;
    border-left: 1px solid #32579d;
    border-right: 2px solid #23417a;
    border-top: 1px solid #32579d;
    display: block;
    float: left;
    margin: 5px 8px 5px 5px;
    padding: 10px;
    text-align: left;
    text-decoration: none;
    width: auto;
}
#attention a:hover {
    border-bottom: 1px solid #32579d;
    border-left: 2px solid #32579d;
    border-right: 1px solid #32579d;
    border-top: 2px solid #32579d;
    background-color: #4169b5;
    color: #fff;
}*/
.clear_left {
    clear: left;
}