#letters-search-box-container
{
	background-image: url('/images/icons/search-icon-large.png');
	background-repeat: no-repeat;
	padding-left: 55px;
}

#letters-search-box
{
	font-size: 1.2em;
	color: #333;
	width: 400px;
	padding: 0.1em;
}

#letters-search-help
{
	font-size: 0.8em;
	color: #666;
	margin-bottom: 0.5em
}

#no-results-notice
{
	display: none;
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

#no-results-query
{
	font-weight: bold;
}
.download
{
        padding-top: 0.6em;
        padding-bottom: 0.5em;
        padding-left: 2em;
        vertical-align: middle;
}

        .download p
        {
                font-size: 0.9em;
                padding: 0 !important;
                line-height: 1.2em;
        }

.document
{
        background-image: url('/images/fileTypeIcons/document.png');
        background-repeat: no-repeat;
        background-position: top left;
        min-height: 83px;
}

.audio
{
        background-image: url('/images/fileTypeIcons/audio.png');
        background-repeat: no-repeat;
        background-position: top left;
        min-height: 75px;
}

.image
{
        background-image: url('/images/fileTypeIcons/image.png');
        background-repeat: no-repeat;
        background-position: top left;
        min-height: 77px;
}

h4
{
        color: #666;
        font-size: 1.2em;
        margin-top: 0 !important;
}