body {
   background-image: url("../Images/backgroundnew.png");
   background-color: #ffffff;
}
body #topheader #header img {
	margin-left: 90px;
	margin-top: 75px;
  	  width: 400px;
      height: 60px;
}
    .wrapper {
        width: 100%;
        height: 80px;
        margin: 10% auto 0;
        text-align: center;
		margin-top: 250px;
    }

    .topbar {
        width: 100%;
        top: 0%;
        height: 50px;
        background-color: #333;
        position:absolute; 
        top:0; 
        left:0;'
    }
    .topbarright{
    text-align: right;
    margin-top: -30px;
    padding-right: 10px;
    font-family: Verdana;
    font-size: 14px;
    }
       
	.simplebutton {
    background: #f25529;
    color: #fff;    
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 0;
    border-radius: 4px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;  
    font-family: 'Roboto-Bold','Roboto',Arial,sans-serif;
}
    .simplebutton:hover {
        background: #c63309;
    }

	.btn {
	background: rgb(219, 219, 219);
	font-size: 16px;
    font-family: SST-Bold, Arial, sans-serif;
    transition: all 0.3s ease-in-out 0s;
    padding: 15px 30px;
    border-width: 3px;
    border-style: solid;
    border-color: rgb(200, 200, 200);
    border-image: initial;
	font-weight: bold;  
	font-family: 'Roboto-Bold','Roboto',Arial,sans-serif;
	color: #000;
	
	
}

	.btn-primary, .btn-blue, .btn-red {
    color: #000;
    background-color: #fff;
    text-transform: uppercase;
	margin-top: 20px;
	}
	
	.btn-startpage {
    color: #000;
    background-color: #fff;
    text-transform: uppercase;

	}
	
	#Title {
	color: #000;
	}

	.Title {
	color: #000;
	font-size: 20px;
	padding-bottom: 15px;
	
	}
	
	#Title .License {
	text-align: left;
	margin-bottom:10px;
	font-size: 20px;
	color: #000;
	}
	
	
	#form {
	margin-top: 10px;
	text-align: left;
	margin-left: 480px;
	}
	