@charset "utf-8";
/* CSS Document */


textarea {
	width:					350px;
}

input.button {
	font-weight:			bold;
}

.clear {
	clear:both;
}

body {
	background-color:#000000;
	margin:					0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*
#wrapper {
	width:760px;
	margin:0 auto;
}

#header {
	height:41px;
}

#content {
	height:41px;
}
*/
#resultAbc {
	border:					1px solid #CCCCCC;
}

select {
	padding:2px;
	margin:inherit;
	border:					1px solid #CCC;
}

input.text,
input.button,
textarea {
	padding:				4px;
	border:					1px solid #CCC;
	font:					11px/15px Tahoma, sans-serif;
	color:					#000000;
}

input.button {
	background-color:#565656;
	color:#FFFFFF;
	font-weight:bold;
	border:			0px solid #151515;
	border-bottom:			2px solid #151515;
	border-right:			2px solid #151515;
}

tr, div, a { 	color:#FFFFFF; font-size:11px; }

table.location {
	margin-bottom:			8px;
	width:					100%;
}

.tx_addressgeocode_pi1_table {
	width:					100%;
}

table.location td {
	padding:				2px;
}

table.location td {
	padding:				3px 8px;
}

table.location td.location_name {
	background-color:#FF0000;
	color:#FFFFFF;
	font-weight:bold;
	padding:				8px;
}

table.location td.label {
	width:					250px;
}
table.location td.colon {
	width:					3px;
}

#formulier table {
	margin-bottom:			8px;
}

table td {
	padding:				4px;
}



