#mainPanel{
    /*background-image: url("../image/common/background.jpg");*/
	background-image: url("../image/pacientCa.jpg");
    width: 1280px;
    height: 491px;
    margin-top: 40px;
    position: relative;
}

#contentsPanel{
    position:absolute;
    width: 847px;
    height: 331px;
    top: 81px;
    left: 217px;
}

#next{width: 80px; height: 100px;position:absolute;top:165px;left:1174px; cursor:pointer}
#back{width: 140px; height: 100px;position:absolute;top:165px;left:0px; cursor:pointer}

.centeringTable{
    width: 100%;
    text-align: center;
}
.centeringTable td{
    width: 100%;
    text-align: center;
}

.radioButton{
    position:relative;
    z-index: 3000;
}