/*
 * Filer Plugin [for use with Formstone Library]
 */
 
	.filer { border-radius: 3px; margin: 0 0 10px 0; overflow: hidden; position: relative; width: 300px; font-site: 13px; }
	.filer input { display: none; }
	.filer .filer-filename { display: inline-block; background: #F9F9F9; border: 1px solid #ccc; border-radius: 3px 0 0 3px; color: #333; line-height: 1.2; margin: 0; overflow: hidden; padding: 9px 10px 10px; width: 200px; z-index: 49; }
	.filer .filer-browse { display: inline-block; background: #F9F9F9; border: 1px solid #ccc; border-radius: 0 3px 3px 0; color: #333; line-height: 1.2; margin: 0; overflow: hidden; padding: 9px 10px 10px; width: 555x; z-index: 49; margin-left: -1px; }
	.filer .filer-filename:focus { background-color: #fff; }
	.filer .filer-browse { background-color: #fff; }
	
	.filer:hover .filer-filename { background-color: #fff; }
	.filer:hover .filer-browse { background-color: #fff; }
	.filer.disabled .filer-filename { background: #fff; border-color: #eee; color: #ccc; }
	.filer.disabled .filer-browse { background: #fff; border-color: #eee; color: #ccc; }
