body {
	font-size:1.1em;
}
#container {
	padding:1em;
	background-color:#f5f1e1;
}
table.v {
	font-size:1.5em;
	width:100%;
}
table.v caption{
	margin:0.5em 0;	
}
table.v thead th {
	background-color:#ddd;	
}
table.v thead th,
table.v tbody th,
table.v tbody td {
	padding:10px 5px;
	text-align:center;
	border-bottom:1px solid #ccc;
}
/********** #reception */
div#reception_flu {
	width:100%;
	height:500px;
	border-top:1px solid #E78F08;
	border-bottom:1px solid #E78F08;
	background-color:#fff;
}
div#reception_flu .patient_num{
	background-color:#333;
	color:#fff;
}
div#reception_flu table {
	width:100%;
	font-size:100%;
}
div#reception_flu table th {
	width:40%;
	padding:5px;
	text-align:right;
	border-bottom:1px solid #ddd;
}
div#reception_flu table td {
	width:60%;
	padding:10px;
	border-bottom:1px solid #ddd;
}
div#reception_flu table th span,
div#reception_flu table th span,
div#reception_flu table td span {
	font-size:0.8em;
	font-weight:normal;
}
div#reception_flu label {
	display:inline-block;
	padding:5px;
}
div#reception_flu label.radio_1 {
	margin-bottom:10px;
}
div#reception_flu label.radio_2 {
	margin-right:10px;
}
div#reception_flu table td input,
div#reception_flu table td select,
div#reception_flu table td button {
	vertical-align:baseline;
}
/********** ui-dialog */
.ui-widget-overlay{
	background-color:#000;
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;	
}
.ui-dialog-title {
	color:#666;	
}
.ui-dialog {
	background-color:#ccc;	
}
.ui-dialog .ui-dialog-titlebar-close {
	display:none;
}