.popUp {
    position: absolute;
    width: 134px;
    height: 24px;
    z-index: 10;
    opacity: 0.0;
    
	font-family: 'Lucida Grande','Lucida Sans Unicode','HiraKakuPro-W3','ƒqƒ‰ƒMƒmŠpƒS W3','Verdana','MS PƒSƒVƒbƒN';
}

.label {
    position: absolute;
    width: 124px;
    height: 18px;
    
    font-size: 12px;
    font-weight: bold;
    color: #333333;
	text-shadow: 0px 1px 0px white;
	
	overflow: hidden;
	
	font-family: 'Lucida Grande','Lucida Sans Unicode','HiraKakuPro-W3','ƒqƒ‰ƒMƒmŠpƒS W3','Verdana','MS PƒSƒVƒbƒN';
}

.input {
    position: absolute;
    width: 150px;
    z-index: 10;
    
	font-family: 'Lucida Grande','Lucida Sans Unicode','HiraKakuPro-W3','ƒqƒ‰ƒMƒmŠpƒS W3','Verdana','MS PƒSƒVƒbƒN';
}

#categoryPopUp {
    top: 11px;
    left: 128px;
}

#categoryLabel {
    top: 14px;
    left: 131px;
}

#fromPopUp {
    top: 57px;
    left: 21px;
}

#fromLabel {
    top: 60px;
    left: 24px;
}

#fromInput {
    top: 88px;
    left: 14px;
}

#toPopUp {
    top: 57px;
    left: 233px;
}

#toLabel {
    top: 60px;
    left: 236px;
}

#toInput {
    top: 88px;
    left: 226px;
}

#result {
    position: absolute;
    top: 116px;
    left: 18px;
    width: 424px;
    height: 18px;
    
    font-size: 10px;
    color: #000000;
	font-family: 'Lucida Grande','Lucida Sans Unicode','HiraKakuPro-W3','ƒqƒ‰ƒMƒmŠpƒS W3','Verdana','MS PƒSƒVƒbƒN';
	
	overflow: hidden;
}
