Form.result{
display:inline;
float:left;
width:193px;
height:170px;
border:3px solid silver;
margin:1px;
padding:0px;
cursor:pointer;
}
Div.resultcontainer{
position:relative;
left:0px;
top:0px;
width:100%;height:100%;
}
Div.resultheader{
position:absolute;
left:0px;
top:0px;
width:100%;
background-color:silver;
margin:0px;padding:0px;
font-family:Helvetica;
z-index:1;
}
Div.resultbody{
position:absolute;
left:0px;
top:19px;
width:100%;heitgh:100%;
margin:0px;padding:0px;
z-index:0;
}
Img.result{
border:none;
width:100%;
height:150px;
z-index:0;
}
