Ho un div lungo width:289px; con un bordo però vorrei che il bordo sotto sia lungo e colorato solo 50px, è possibile?

Questo è il div completo, il bordo però è lungo 289px

codice:
#banner-dx{
float:left;
width:289px;
height:auto;
text-align:center;
border-bottom:1px solid;color:gray;
}