﻿.launchersourcepnl {
    background-color:#F5F5F5;
    position:fixed;
    left: 50%;
	top: 50%;
	margin-top: -300px;
	margin-left: -400px;
    width:800px;
    height:600px;
      -webkit-border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomright:15px;
    border-radius: 15px;
    display:none;
    z-index:1000000;
   
}

.frameborderpnl {
    width:800px;
    height:600px;
    border:none;
}

.fullblackls {
    background-color:#000000;
    opacity:0.7;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:999999;
    display:none;
}