.td_input
	{
	width:								210px;
	}
	
.td_input_space
	{
	width:								30px;
	}

.td_input_vspace
	{
	height:								5px;
	}


.div_input
	{
	font-family:						Verdana;
	font-size:							11px;
	color:								#444444;
	font-weight:						bold;
	line-height:						16px;
	}

input
	{
	color:								#000000;
	border:								#444444 solid 1px;
	background-color:					#F5F5F5;
	}

.input_radio
	{
	color:								#000000;
	border:								0px;
	background-color:					#f5fbf8;
	}

.input_checkbox
	{
	color:								#000000;
	border:								0px;
	}

textarea
	{
	color:								#000000;
	border:								#444444 solid 1px;
	background-color:					#F5F5F5;
	}
	
	
