/*
 * This stylesheet contains the styles used in the License Module (license.html).
 */

.licenseInstructions {
  padding-top: 10px !important;
  padding-left: 10px !important;
  padding-bottom: 0px !important;
}


.submit_license_alert_box {
width:400px;
height:auto;
float:left;
position:relative;
left:400px !important;
top:50px !important;
color:blue;
background: #fff8ff;
border:solid 1px black;
padding:5px;

}