* { margin : 0 ; padding : 0 ; }
body {width : 100% ; }
#my_body { position : relative ; }
#my_header { margin-top: 40px;
width : 100% ; height : 75px ; }
#my_contents { width : 100% ; clear : both ; text-align: center;}
#my_footer { width : 100% ; clear : both ;text-align: center;  }

.pos_right { position:absolute; top:0%; right:0%; }
.pos_left { position:absolute; top:0%;left:0%; }
.text_center{text-align:center;}
.text_left{text-align:left;}

.text_top{
font-weight:bold;
font-size:35px;
}
.text_menu{
font-weight:bold;
font-size:20px;
}
.text_end{
font-weight:bold;
font-size:20px;
}
.text_end_red{
color:red;
font-weight:bold;
font-size:25px;
}

.cancel { 
background-image:url(./img/cancel0.gif);
background-position: 0px 0px;
width:200px;
height:75px;
display:block;
}
.cancel:hover {
background-image:url(./img/cancel1.gif);
};

.back { 
background-image:url(./img/back0.gif);
background-position: 0px 0px;
width:200px;
height:75px;
display:block;
}
.back:hover {
background-image:url(./img/back1.gif);
background-position: 0px 0px;
};

.submit { 
background-image:url(./img/submit0.gif);
background-position: 0px 0px;
width:200px;
height:75px;
display:block;
}
.submit:hover {
background-image:url(./img/submit1.gif);
background-position: 0px 0px;
};

.next { 
background-image:url(./img/next0.gif);
background-position: 0px 0px;
width:200px;
height:75px;
display:block;
}
.next:hover {
background-image:url(./img/next1.gif);
background-position: 0px 0px;
};