﻿/* style for the element acting as the Browser */
.browser  {
    background-color: #FFFFFF;
    /* Just to make sure border has no effect in size. Frameborder property is used for IE to remove the border. */
    border-width: 0px; 
    border-style: none;
    margin:0px;
    padding: 0px;
}