.banner{
	font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
}

body{
	padding-left:0px;
	padding-right:0px;
	font-family:'Gentium Basic',sans-serif;
	color: rgb(0,0,50);
	font-weight: normal;
	
}
p{
	text-align:justify;
}
#banner{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	height: 150px;
}
#banner img{
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding-top:10px;
}
.z-label{
	font-family:'Open Sans', sans-serif;
	font-weight: 300px;
}

.biglabel{
	font-size:1.2em;
	font-weight: bold;
	
}
.inputstep{
	margin-top:20px;
}

.maincontainer {
	margin-left:10px;
	margin-right: 10px;
}

#banner a{
	font-size:1.2em;
	font-weight:bold;
}
.submit {
	background-image: linear-gradient(to bottom, #08C, #04C);
	color: white;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
	border: 0px none;
	border-radius: 6px;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1) inset, 0px 1px 5px rgba(0, 0, 0, 0.25);
}

* {
	box-sizing: inherit !important;
}