table.table-01 {
    border: 1px #CCCCCC solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.table-01 th {
    padding: 5px 3px;
    border: #CCCCCC solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space:nowrap;
	font-size:0.9em;
	line-height:1.2em;
}
table.table-01 td {
    padding: 6px 3px;
    border: 1px #CCCCCC solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    vertical-align:top;
	font-size:0.9em;
	line-height:1.2em;
}

span.required{
	font-size:0.8em;
	color:#FF0000;
font-weight:100;
}

.error{
	font-size:0.8em;
	color:#FF0000;
	font-weight:100;
}