/* $Id: forms.css 509 2005-02-25 15:43:13Z mathijs $ */


textarea {
	border: 1px solid black;
	background: #f0f0f0;
	font-family: sans-serif;
	font-size: 10pt;

}

form {
	margin: 0px;
}

select {
	background: #f0f0f0;
	border: none;
	font-size: 8pt;
	margin: 1px;
}
input {
	background: #f0f0f0;
	border: 1px solid black;
	padding: 2px;
	font-size: 8pt;
	margin: 1px;
}

input.checkbox {
	background: none;
	border: 0px solid black;
	padding: 0px;
}

.wizard_image {
	background: none;
	border: none;
	margin:1px;
	padding:0px;
}
.wizard_current {
	background-color: #909090;
	margin-left: 5px;
	margin-right: 5px;
	color: #f0f0f0;
	font-weight: normal;
	border: 1px solid white;
	width: 22px;
	height: 22px;
	
}



.wizard_other {
	background-color: #404040;
	margin-left: 5px;
	margin-right: 5px;
	color: #c0c0c0;
	font-weight: normal;
	border: 1px solid white;
	width: 22px;
	height: 22px;
	
}

.wizard_large {
	background-color: #404040;
	margin-left: 5px;
	margin-right: 5px;
	color: #c0c0c0;
	font-weight: normal;
	border: 1px solid white;
	width: 100px;
	height: 22px;
	
}


