body {
    margin: 0;
    padding: 0;
}
#IMEHori_left{
	position: fixed;
	left:1px;
	top:1px;	
	background: url('image/hort.png') no-repeat;
}
#IMEHori_right {
	position: fixed;
	right:1px;
	top:1px;	
	background: url('image/aaa.jpg') no-repeat;
}


#Panel {
    width: 320px;
    margin: 0 auto;
}
#KBToggle {
    position: absolute;
    top: 2px;
    right: 10px;
}

#TextField {
	width: 300px;
	height: 90px;
	font-size: 16px;
	overflow: hidden;
	background-image: url('image/logo.png' repeat);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
}

#IMEBar {
    width: 300px;
    border-spacing: 0;
    margin: 0 auto;
    border: 0;
    background: url('image/aaa.jpg') no-repeat;
}

#IMEBarh {	
	position:absolute;
	width:120px;
	height:90px;
	z-index:1;
	right: 0px;
	top: 0px;	
	background: url('image/bbb.png') no-repeat;
}

#IMEBar td {
    padding: 0;
    height: 40px;
}


#EnChToggle {
    width: 30px;
    text-align: center;
}

#EnChToggle img {
    vertical-align: middle;
    cursor: pointer;
}

#MainBox {
    height:30px;
    text-align: left;
    clear: both;
}

#IMEPanel {
    text-align: center;
    width: 175px;
    height: 30px;
    float: left;
    color: #FFFFFF;
}

#Comp {
    width:80px;
    font: bold 15px "Times New Roman", Times, serif;
    color: #FFFFFF;
    text-align: left;
    cursor: default;
}

#Cand {
    top: 10px;
    padding-left: 0px;
}

#Cand td{
    top: 10px;
    text-align:center;
    height:1.3em;
    width:24px;
    cursor: pointer;
}

#PageButton {
    text-align:center;
    position: relative;
    color: #777;
}

#PageUp {
    float:right;
    display: none;
    position: relative;
    cursor: pointer;
}

#PageDown {
    float: right;
    display: none;
    position: relative;
    cursor: pointer;
}

#PageNum {
    font-size: 12px;
    color:#FFFFFF;
    cursor: default;
}

#loadingDiv {
    position:fixed;
    top: 80px;
    background-color:#FF2525;
    color:white;
    line-height:2em;
    text-align:center;
    white-space:nowrap;
    padding:0.3em 1em;
}

#keyword {
	text-align: center;
    width: 300px;
}
#IMEBar_his{
	width:120px;
	hieght:90px;
}