IE6 message- form showing through

Hi all
On IE7 and 8 the window shows fine as “a solid block” but for some reason on IE6 the inputs from the form on the page show through like this: http://tinyurl.com/28lk3p5 How can I get rid of this? Thank-you

.show_message table tr td {
background-color:rgb(255,255,200);
font-size:14pt
font-color:black;
font-weight:bold;
text-align:center;
}
#show_message_main_container{
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
background-color:transparent;
text-align:center;
align:center;
/*
padding-left:150px;
padding-right:150px;
padding-top:180px;
*/
}
.show_message {
border: 2px dashed;
background-color:rgb(255,255,200);
margin:4px;
/margin-top : 200px;/
padding:5px;
width:400px;
height:250px;
text-align:center;
-webkit-border-radius:10px;
-moz-border-radius:10px;
}

<script src=“./include/show_message.js”></script><link rel=“stylesheet” type=“text/css” href=“./include/show_message.css” /><div style=“display:none” id=show_message_main_container" ><p align=center><div style=“display:none” class=“show_message” id=“show_message_container”></div></p></div><script>;try{show_message(‘blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah’);}catch(e){alert(‘blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah.’);}</script>

I found the solution google fabien-molinet ie6 select