#body { 
	font-family:HPSimplified;
	margin: 0 auto; 
	width: 1024px !important; 
}
.styled-select ul { 
    background-color: #FFFFFF; 
    border: 2px solid #5A5A5A; 
    display: none; 
    margin-left: -2px; 
    margin-top: 1px !important; 
    max-height: 200px; 
    overflow: auto; 
    padding-left: 0 !important; 
    position: absolute; 
    width: 335px; 
}