@charset "utf-8";
/* CSS Document */
	body, td {
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	a {
		text-decoration:none;
		color:#000000;
	}
	
	.textbox_long {
		width:250px;
		font-size:11px;
	}
	.textbox_short {
		width:100px;
		font-size:11px;
	}
	.textbox_shorter {
		width:50px;
		font-size:11px;
	}
	.textbox_shortest {
		width:30px;
		font-size:11px;
	}
	.textbox_regular {
		font-size:11px;
	}
	
	#current_item {
		font-size: 18px;
		color: #990000;
		font-weight:bold;
	}
	
	div#names_male {
		display:none;
	}
	div#names_female {
		display:none;
	}
	div#names_baby {
		display:none;
	}
	div#names_custom {
		display:none;
	}
	.style1 {
		font-size: 14px;
		font-weight: bold;
	}

	.error_msg {
		color:#990000;
		font-size:12px;
		text-decoration:underline;
	}