codice:
div#contiene_form {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     color: #000;
     text-align: left;
     width: 150px;
     height: 435px;
     font-weight: bold;
     border-top-style: outset; 
     border-right-style: outset;
     border-bottom-style: outset; 
     border-left-style: outset; 
     margin-top: 30px
     float: left;
}

div#contiene_immagine {
     width:600px; 
     height:450px; 
     margin-right: 1.5em;
     float: right;
}
Ovviamente la pagina deve essere sufficientemente larga per accogliere i due elementi affiancati, compresi margin e padding.