/* 
    Document   : totem_bootstrap.css
    Created on : Nov 12, 2011, 5:20:45 PM
    Author     : cam
    Description:
        Additional CSS for totem bootstrap plugins etc.
*/


.iframe-modal.fade.in {
    top:50% !important;
}

.iframe-modal {
    width:960px;
    height:560px;
    margin:-280px 0px 0px -480px;
}

.iframe-modal-body
{
    padding:0px 0px 0px 0px;
    border-bottom:1px solid #efefef;
    height:503px;
    width:960px;
}
