#one {
   border-style:none;
   border-color: #000; /*CHOOSE THE COLOR YOU WANT HERE */
   border-top-width:50px; /*CHOOSE THE SIZE YOU WANT HERE */
   border-bottom-width:1px; /*CHOOSE THE SIZE YOU WANT HERE */
   border-left-width:1px; /*CHOOSE THE SIZE YOU WANT HERE */
   border-right-width:1px; /*CHOOSE THE SIZE YOU WANT HERE */
}

#two {
   border-style:dotted;
   border-color: #000; /*CHOOSE THE COLOR YOU WANT HERE */
   border-top-width:1px; /*CHOOSE THE SIZE YOU WANT HERE */
   border-bottom-width:1px; /*CHOOSE THE SIZE YOU WANT HERE */
   border-left-width:1px; /*CHOOSE THE SIZE YOU WANT HERE */
   border-right-width:1px; /*CHOOSE THE SIZE YOU WANT HERE */
}

 iframe {
   position:absolute;
   top: 85px; /* 25 pixels from the top of the <div> tag. */
   left:350px; /* 350 pixels from the left of the <div> tag. */
   height: 1000px; 
   width: 500px;
   scroll: no
}

 
