body {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
line-height: 16px;
color: #666666;
background: #ffffff url('pagebg.gif') repeat-x;
}
a {
color: #3366CC;
text-decoration: none;
border-bottom: 1px dotted #3366CC;
}
a:hover {
background: #6699CC;
color: #ffffff;
text-decoration: none;
border-bottom: 1px solid #6699CC;
}
h1 {
font-family: georgia, times new roman, times, serif;
font-size: 32px;
font-weight: normal;
background: url('logo_dbsync.gif') no-repeat top center;
height: 100px;
cursor: hand;
cursor: pointer;
}
h1 span {
display: none;
}
h2 {
font-family: georgia, times new roman, times, serif;
font-size: 26px;
font-weight: normal;
}
h3 {
font-family: georgia, times new roman, times, serif;
font-size: 18px;
line-height: 22px;
font-weight: normal;
color: #000000;
}

#titleintrotext
{
	padding: 5px;
	height: 90px;
	background-color: #FCE7D2;
	background-image: url(headerbg.gif);
	background-repeat: repeat-x;
}
#titleintrotext h4
{
	font-family: georgia, times new roman, times, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	line-height: 22px;
	margin: 0px;
	color: #EEE;
}
.form {
border: 1px solid #FF5A00;
background: #FCE7D2;
}
.form_footer {
border-top: 1px solid #cccccc;
margin-top: 10px;
text-align: right;
padding-top: 5px;
}
.textbox {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
}
.selectbox {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
}
.btn {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
}
.btn_hot {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
background-color: #E1FD95;
font-weight: bold;
}
.btn_hot_border {
padding: 5px;
background-color: #66CC00;
}
img.whiteborder {
border: 2px solid #ffffff;
}
.hl {
background: #6EA0E6;
}
.err {
border-top: 2px solid #FFFB01;
border-bottom: 2px solid #FFFB01;
margin-bottom: 5px;
}
.err div {
margin-top: 2px;
margin-bottom: 2px;
padding: 5px;
color: #000000;
background: #FFFFCC;
padding-left: 25px;
}
.info {
border-left: 1px solid #3E88B2;
background: #F2FAFA;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 2px;
}
.info div {
margin: 5px;
color: #999999;
}
.info div p, .info div h3 {
margin-top: 0px;
}
.info div code {
color: #454545;
}
.footer {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 10px;
color: #999999;
}
.footer a {
color: #999999;
border-bottom: 1px dotted #999999;
}
.footer a:hover {
background-color: #999999;
color: #ffffff;
}


/* --- Specifieke css voor de registratie-pagina --- */
.registersteps {
padding-bottom: 10px;
border-bottom: 1px solid #999999;
}
.registersteps ol {
margin: 0px;
padding: 0px;
list-style-type: none;
}
.registersteps ol li {
margin: 0px;
padding: 0px;
padding-right: 15px;
float: left;
margin-right: 5px;
color: #999999;
background: url('li.gif') no-repeat center right;
}
.registersteps ol li a {
color: #999999;
text-decoration: none;
border-bottom: 1px dotted #cccccc;
}
.registersteps ol li a:hover {
background-color: transparent;
color: #999999;
text-decoration: none;
border-bottom: 1px dotted #cccccc;
}
.registersteps ol li.last {
background: none;
}
.registersteps ol li.current {
font-weight: bold;
color: #000000;
}