body{
	background-color: GhostWhite;
}

INPUT[type="text"]{
	margin: 10px;
	width: 500px;
	height: 20px;
}

INPUT[type="button"]{
	margin: 10px;
	width: 500px;
	height: 30px;
	font-weight:bolder;
	font-size:16px;
}
.form_radio {
	display: inline-block;
	margin-left: 20px;
}

.mono {
	font-family: monospace ;
}

.form_radio label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 5px;
	margin-right: 0;
	line-height: 18px;
	user-select: none;
}

.word { 
	padding: 10px;
	word-break: break-all;
}

table.tableHeader  {
width:  100%; /* Ширина таблицы */
border-spacing: 0; /* Расстояние между ячейками */
}
td.leftcol {
width: 20%; /* Ширина ячеек */
}
td.rightcol { /* Правая ячейка */ 
width: 20%; 
text-align: right;
vertical-align: bottom; /* Выравнивание по правому краю */
}

.contact{
	font-size: small;
	vertical-align: top;
}

.dateup{
	font-size: xx-small;
	vertical-align: bottom;
}