
.yui-ac-content ul {
	max-height: 200px;
	overflow: auto;
}
#form-field-5411::file-selector-button {
	background: red;
}
#form-field-5802 input[type=file]::file-selector-button {
	background: yellow;
}
#form-5402 button {
	max-width: 150px;
}
#form-5402 .input-submit , #form-5402 .input-button , #form-5402 .input-reset {
	max-width: 150px;
}
#form-5402 input[type=file]::file-selector-button {
	display: none;
}
#form-5402 input[type=file]::before , #form-5402 check::file-selector-button {
	content: '';
	font-family: FontAwesome;
	font-size: 200%;
	padding-right: 10px;
}