@charset "utf-8";

.ajax-loader{width: 32px;
             height: 32px;
             position: absolute;
             float: left;
             margin: 1em;
}
article input, article textarea, article fieldset, article select {
		border: thin groove #E3C171;
		padding: .3em;
		padding-left: .5em;
			-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
            -moz-box-sizing: border-box;    /* Firefox, other Gecko */
             box-sizing: border-box;   
			 font-size: 1em;

}
article fieldset {
      padding-bottom: 1em;
	margin-bottom: 1em;
}
.adresslabel input{ 
             width: 100%;
			-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
            -moz-box-sizing: border-box;    /* Firefox, other Gecko */
             box-sizing: border-box;   	
}
.labels {
	width: 9em;
	float: left;
	margin-right: -9em;
	clear: both;
		margin-top: 1em;
}
.inputs {
	margin-left: 9em;
	 width: -moz-calc(100% - 9em);
    width: -webkit-calc(100% -9em);
    width: calc(100% - 9em);
			float: left;
			margin-top: 1em;
}
.inputs span{margin-top: 1em;}
article input:focus, article textarea:focus, article fieldset:focus, article select:focus {
outline:none;
box-shadow: inset 0px 1px 1px rgba(0,0,0,.5);

	
}
textarea {
	width: 100%;
			-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
            -moz-box-sizing: border-box;    /* Firefox, other Gecko */
             box-sizing: border-box;   
}
	
.infocenter {
	padding: 15px;
	float:left;
	margin-top: 24px;
	background-image: url(images/tanbg.png);
	box-shadow: 0px 0px 30px #000, inset 0px 0px 15px #cdae41;
	-webkit-box-shadow: 0px 0px 30px #000, inset 0px 0px 15px #cdae41;
	-o-box-shadow: 0px 0px 30px #000, inset 0px 0px 15px #cdae41;
	position: relative;
	display: block;
	background-color: #FFF;

}
.errormsg {
	color: #C00;
	margin-left: 35px;
}
@media only screen and (max-width: 650px) {
input, textarea, fieldset, select {
width: 100%;
}
.button {
	width: 80%;
}
}
@media only screen and (max-width: 450px) {

.inputs, .labels  {
	margin-left:0px;
width:100%;
			float: none;
}
.inputs {
		margin-top: .1em;
}
.labels   {
	margin-top: .5em;
	text-align: center;
}
}