input {
	height: 18px;
	background-image: url('../images/bg_input.gif');
	background-repeat: repeat-x;
	border: #a6a9ab solid 1px;
	font-family:MS Shell Dlg;
}

select {
	border: #a6a9ab solid 1px; 
	height: 22px;
	padding: 1px;	
	font-family:MS Shell Dlg;
}

textarea{
	font-size:12px;
	font-family: courier new;
}	

.checkbox{
	background-image:none;
	border:none;
}

.checkbox_reg{
	background-image:none;
	border:none;
}