body:before
{
	-moz-box-shadow:0 0 10px rgba(0,0,0,.8);
	-webkit-box-shadow:0 0 10px rgba(0,0,0,.8);
	box-shadow:0 0 10px rgba(0,0,0,.8);
	content:"";
	height:10px;
	left:0;
	position:fixed;
	top:-10px;
	width:100%;
	z-index:100;
}

body
{
	color:#414042!important;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	letter-spacing:-1px;
}

.content
{
	background-color:#FFF;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}

.content .container
{
	background-image:url(../images/topbar.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	padding:50px;
}

.form_block
{
	clear:both;
	height:auto;
	min-height:45px;
}

.lable,.lablefirst
{
	border-bottom:1px solid #909195;
	float:left;
	height:45px;
	padding-right:15px!important;
}

.lablefirst
{
	border-top:1px solid #909195;
}

.lable h2,.lablefirst h2
{
	font-size:15px;
	font-weight:700;
	margin-bottom:0;
	margin-top:0;
	text-align:right;
}

.lable h2
{
	padding-top:5px;
}

.lable.oneline h2,.lablefirst.oneline h2
{
	line-height:43px;
	padding-top:0;
}

.lable p,.lablefirst p
{
	font-size:13px;
	margin-bottom:5px;
	margin-top:0;
	text-align:right;
}

.carbonEmission h2
{
	font-size:14px;
}

.carbonEmission .lable
{
	background-image:url(../images/co2.png);
	background-position:0 center;
	background-repeat:no-repeat;
	padding:0!important;
}

input[type=text],input[type=number],textarea
{
	background-color:#fff;
	border:solid 2px #195ca1;
	border-radius:2px;
	box-shadow:inset 0 2px 3px rgba(0,0,0,0.2);
	color:#005597;
	font-size:18px;
	font-weight:700;
	height:39px;
	margin-top:2px;
	padding:4px .5em;
	width:100%;
}

.green input[type=text],.green input[type=number],.green textarea
{
	background-color:#5ec24f;
	border:none;
	color: #fff;
}


.green input[type="text"][disabled],.green input[type="number"][disabled] {
   color: #fff;
}

input[disabled], textarea[disabled],
select[disabled='disabled']{
   -webkit-text-fill-color: rgba(255, 255, 255, 1); 
   -webkit-opacity: 1; 
   color: rgba(255, 255, 255, 1); 
}




.blueBottom input[type=text],.blueBottom input[type=number],.blueBottom textarea
{
	background-color:#005597;
	background-image:linear-gradient(#0073b4,#005597);
	border:none;
	color:#fff;
}


/* Remove controls from Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Remove controls from Safari and Chrome */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  margin: 0; /* Removes leftover margin */
}

/* alignment fo opera */
html:not([dir="rtl"]) input {
  text-align: left;
}


div.field select option
{
	padding:4px;
}

div.field select
{
	-webkit-appearance:none;
	background-color:#005597;
	background-image:linear-gradient(#0073b4,#005597);
	border:none;
	border-radius:2px;
	box-shadow:0 1px 3px rgba(0,0,0,0.2);
	color:#fff;
	font-size:18px;
	font-weight:700;
	height:39px;
	margin-top:2px;
	padding:4px .5em;
	text-transform:uppercase;
	width:100%;
}

.columnImage
{
	margin-bottom:70px;
}

div.styled
{
	background:#FFF url(formelements-select.png) no-repeat bottom right;
	border:solid 1px #ccc;
	border-radius:2px;
	box-shadow:0 1px 3px rgba(0,0,0,0.2);
	margin:0;
	overflow:hidden;
	padding:0;
	width:12em;
}

.marginBottom
{
	margin-bottom:15px;
}

@media (max-width:1200px) {
	.content .container
	{
		padding:30px 20px;
	}
	
	lable,.lablefirst
	{
		padding-right:0!important;
	}
	
	.lable p,.lablefirst p
	{
		text-transform:lowercase;
	}
}

@media only screen and (max-width : 992px) {
	.columnImage
	{
		margin:26px auto;
	}
}

@media only screen and (max-width : 768px) {
	.columnImage
	{
		float:left;
		margin:0 0 26px;
	}
	
	.lable h2,.lablefirst h2
	{
		font-size:15px;
		font-weight:700;
		margin-bottom:0;
		margin-top:0;
		text-align:left;
	}
	
	.lable,.lablefirst
	{
		border-top:1px solid #909195;
		padding:0!important;
		width:100%;
	}
	
	.field
	{
		display:block;
		float:left;
		margin-bottom:30px!important;
		margin-top:6px;
		padding:0!important;
		width:100%;
	}
	
	.lable p,.lablefirst p
	{
		text-align:left;
	}
	
	.carbonEmission
	{
		margin-top:0;
	}
	
	.carbonEmission .lable
	{
		background-position:center right;
	}
}