.license_agreement{
	background: #F5F5F5;
	opacity: 2.5;
	border: 0px solid #464646;
    box-shadow: rgba(0,0,0,0.6) 0px 5px 45px;
	z-index: 9;
    max-width: 600px;
    margin: auto;
}
.license_agreement p{
	margin: 10px;
}

.license_agreement-container {
    max-height: 300px;
    padding: 10px 50px 0 50px;
}

.license_agreementbase {
    width: 100000px;
    height: 100000px;
    background-color: #cccccc;
    position:absolute;
    opacity: 0.5;
    overflow:hidden;
}
.license-submit-button{
	margin: 15px;
}
.license-submit-button #agree{
	margin: 0 50px 0 125px;
    background-color: #E74C3C!important;
}

.license-submit-button #agree:hover{
    background-color: #C0392B!important;
}

.license-submit-button #dis-agree:hover {
    background-color: #EFC604!important;
}