@import url('index_common.css');

body  {
	background-image: url(../images/1024/hair_bg.png);
	background-repeat: no-repeat;
	font-size: 11px;
}

#headerDiv {
    position: relative;
    top: 0px;
    left: 672px;
    height: 65px;
    width: 350px;
    background-color: #ffffff;
   /* background-image: url(../images/hair_1024_02.png);
    background-repeat: no-repeat; */
        
}

#menuDiv {
    position: relative;
    top: 0px;
    left: 672px;
    height: 31px;
    width: 350px;
    overflow: hidden;
}

.menuItem {
    border: 0;
    margin: 0;
}

#detailDiv {
    position: relative;
    top: 10px;
    left: 672px;  
    padding-left: 27px;
    width: 300px;
}

#validator {
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #ff0000;
    font-weight: bold;
    font-size: 20px;
}

    