body {
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
#wrapper {
    margin: 0 auto;
    width: 850px;
	margin-top: 60px;
}

#imgtext {
	height: 95px;
	width: 150px;
}


#imgtext img {
	float: left;
}

#pictxt {
	font-size: 14px;
	font-weight: bolder;
	color: #fff;
	float: right;
	margin: 25px 0 0 130px;
    position: absolute;

}

#username, #usernamelogin, #password, #company, #naam, #straat, #postcode, #gemeente, #telefoon, #email, #password1, #password2{
	background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #BABABA;

    font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
    font-size: 100%;
    padding: 4px 8px;
    width: 18.544em;
	margin-bottom: 9px;
}
#land, #taal{
	background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #BABABA;

    font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
    font-size: 100%;
    padding: 4px 8px;
    width: 19.644em;
	margin-bottom: 9px;

}

input[type="button"] {
    outline: 1px dotted #212121;
}
input[type="text"] {
    border-color: #5C5C5C;
    outline: medium none;
}
.button {
	border: 0.1em solid #00156E;
    font-size: 95%;
    line-height: 1.4;
    min-width: 7em;
    overflow: visible;
    padding: 0 1em;
    text-align: center;
	color: #fff;
	background-color: #0072C6;
    cursor: hand;
}
.clear {
	clear: both;
}
#tabs_wrapper {
	width: 422px;
	float: right;
}
#tabs_container {
	border-bottom: 1px solid #ccc;
}
#tabs {
	list-style: none;
	padding: 5px 0 4px 0;
	margin: 0 0 0 10px;
	font: 0.75em arial;
}
#tabs li {
	display: inline;
}
#tabs li a {
	border: 1px solid #ccc;
	padding: 4px 6px;
	text-decoration: none;
	background-color: #eeeeee;
	border-bottom: none;
	outline: none;
	color: #0d5484;
}
#tabs li a:hover {
	background-color: #dddddd;
	padding: 4px 6px;
}
#tabs li.active a {
	border-bottom: 1px solid #fff;
	background-color: #fff;
	padding: 4px 6px 5px 6px;
	border-bottom: none;
}
#tabs li.active a:hover {
	background-color: #eeeeee;
	padding: 4px 6px 5px 6px;
	border-bottom: none;
}

#tabs li a.icon_accept {
	background-image: url(accept.png);
	background-position: 5px;
	background-repeat: no-repeat;
	padding-left: 24px;
}
#tabs li a.icon_accept:hover {
	padding-left: 24px;
}

#tabs_content_container {
	border: 1px solid #ccc;
	border-top: none;
	padding: 10px;
	width: 400px;
}
.tab_content {
	display: none;
}
.logintext {
	font-size: 11px;
}

.options {
	text-decoration: none;
	color: #0d5484;
}
#imgwrapper {
	border: 1px solid #ccc;
	height: 340px;
	width: 400px;
	float: left;
	background-color: #0d5384;

}


.clear {
	clear: both;
}

#borderline {
    margin: 0 0 20px;
    padding: 0 0 45px;
}

.footer li {
    display: inline;
    margin: 0 5px 0 5px;
}

.footer  {
    text-align: center;
    clear: both;
    font-size: 80%;
}

.footer  a {
    color: #999;
    text-decoration: none;
}

.placeholderfont {
  color: #aaa;
}

