a.hover {
        color: red;
}

.hide
{
	display: none;
}

#uploader ul
{
	background: #eee;
}

#uploader-bold
{
	padding:10px;
	font-size:120%;
	font-weight:bold;
}

#demo-list {
        padding: 0;
        list-style: none;
        margin: 0;
}

#demo-list .file-invalid {
        cursor: pointer;
        color: #514721;
        padding-left: 48px;
        line-height: 24px;
        background: url('/converter/images/error.png') no-repeat 24px 5px;
        margin-bottom: 1px;
}
#demo-list .file-invalid span {
        background-color: #fff6bf;
        padding: 1px;
}

#demo-list .file {
        line-height: 2em;
        padding-left: 22px;
        background: url('/converter/images/attach.png') no-repeat 1px 50%;
}

#demo-list .file span,
#demo-list .file a {
        padding: 0 4px;
}

#demo-list .file .file-size {
        color: #666;
}

#demo-list .file .file-error {
        color: #8a1f11;
}

#demo-list .file .file-progress {
        width: 125px;
        height: 12px;
        vertical-align: middle;
        background-image: url('/converter/images/progress.gif');
}

