form#commonSearch input[type="text"]{
    display:inline;
    width:150px;
}
div.ResourceImage{
    width:122px;
    padding:10px;
    vertical-align: top;
}
div.ResourceImage div.ImageFrame{
    width:120px;
    height:160px;
    border:solid 1px lightgrey;
}
div.ResourceImage div.ImageFrame img{
    width:100%;
    height:100%;
}
section.ResourceInfo{
    padding:10px;
    vertical-align: top;
}
section.ResourceInfo h4{
    margin-bottom:8px;
    font-size: 120%;
    font-weight: bold;
    color:#F95C00;
}
section.ResourceInfo span{
    display:block;
    width:786px;
    padding:4px 0px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}