@CHARSET "UTF-8";

table.formTable{
	margin:0 auto;
}
table.formTable *{
	letter-spacing: 0;
}
table.formTable caption{
	text-align:left;
}
table.formTable tbody tr td{
    background: #DCDCDC;
    padding: 2px;
    font-size: 11pt;
}
table.formTable tbody tr td.label{
    background: #cccccc;
    text-align: right;
}

table.formTable tbody button{
    padding: 2px 6px;
}
table.formTable tbody tr.buttons td{
    text-align: right;
    background: none;
}
table.formTable tbody tr.buttons td button {
	padding:5px;
	margin-right:5px;
}
span.explain {
	color:#808080;
    font-size: 7pt;

	font-weight:normal;
}
div.divFormButton {
	width:990px;
	margin-top:10px;
	text-align:right;
}
div.divFormButton button{
	padding:5px 10px;
}
