<!--

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

textarea, input { 
	background: #e0e0e0;
	font-size: 10pt; 
	color:  #990026; 
	font-family: Arial; 
	border: 1px solid #595959;
}

.input-image {
	border: 0px;
}

select, optgroup { 
	background: #e0e0e0;
	font-size: 10pt; 
	color:  #990026; 
	font-family: Arial; 
	border: 1px solid #595959;
}

.slip_bg {
	background-image: url('http://skins.vforums.co.uk/felix/images/Header/slipstreambg.png');
	background-repeat: repeat-y;
	width: 800px;
}
.slip_bg .border{
	width: 775px !important;
}
.slip_bg .border .border {
	width: auto !important;
}

a img {
     filter:alpha(opacity=50); 
     -moz-opacity: .5; 
     opacity: .5
}

a:hover img, .signature img, #signature img {
     filter:alpha(opacity=100); 
     -moz-opacity: 1; 
     opacity: 1
}

-->