html,body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}
 h1 {
     font-size: 1.7em;
     font-weight: bold;
}
h2 {
    font-size: 1.3em;
}

@media (max-width: 640px) {
    .form {
        width: 100% !important;
    }
    img {
        max-width: 100%;
    }
}

@media (min-width: 640px) {
    
    .img-header {
        max-width: 768px;
    }
    
    .form{
        display:block;
        width:60%;
        margin:0 auto;
        max-width: 768px;
    }
    
  .textbox1 {
      margin-left:auto; 
      margin-right:auto;
      max-width:1024px;
      
  }
    .textbox2 {
        text-align: left; 
        max-width: 1024px
  }
}

.lang > span {
	margin: 0 5px 0 5px;
}
.lang {
	color:#f08800;
}
a {
	text-decoration: none;
}
a:link {
	color: #f08800;
}
a:hover {
	color: #f08800;
}
a:visited {
	color: #f08800;
}

div.alert-mm {
	background-color: #f08800;
	color:white;
	opacity: 0.9;
}
.my-button {
    background-color: #000000;
    border-color: #999999;
}
.my-button:hover {
    background-color: #333333;
    border-color: #999999;
}
#process {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background:#000 url("../assets/img/2ajaxloader.gif") center center no-repeat;
	opacity:0.7;
	z-index:9999;
	display:none;
	text-align:center;
}


