/*---  ALGEMEEN ---*/

a:link {
	color: #5C63F2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5C63F2;
}
a:hover {
	text-decoration: underline;
	color: #5C63F2;
}
a:active {
	text-decoration: none;
	color: #5C63F2;
}

/*---  WHITE ---*/

div.white a:link {
	color: #FFFFFF;
	text-decoration: none;
}
div.white a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
div.white a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
div.white a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/*---  FORMS ---*/

input, textarea { 
border-bottom: 1px #000000 solid;
border-top: 2px #000000 solid;
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;
font-family: verdana; 
font-size: 10px;
font-weight: lighter; 
color: #000000;
}

input, select { 
border-bottom: 1px #000000 solid;
border-top: 2px #000000 solid;
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;
font-family: verdana; 
font-size: 10px;
font-weight: lighter; 
color: #000000;
background-image: url(images/button_bg.gif)
}

.submit {
border-bottom: 1px #000000 solid;
border-top: 2px #000000 solid;
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;
font-family: verdana; 
font-size: 10px;
font-weight: lighter; 
color: #000000;
background-image: url(images/button_bg.gif)
}

.options {
border-bottom: 1px #000000 solid;
border-top: 2px #000000 solid;
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;
font-family: verdana; 
font-size: 10px;
font-weight: lighter; 
color: #000000;
}
