span.red {
 color: #c30;
}

p.note {
 padding: 5px 10px 5px 10px;
 color: #999;
 background-color: #eee;
 font-size: 11px;
}


/*********************[ ошибки ]*****************************/

p.alert {
 padding: 10px;
 border: none;
 background-color: #ffc;
 width: 100%;
 color: #f00;
}

p.success {
 padding: 10px;
 background-color: #cfc;
 width: 100%;
}

/*******************[ ссылки для администрирования ]***************/

p.edit {background: #eee; margin-top: 5px;}

a.edit {
 width: 24px;
 height: 24px;
 background: url("/images/edit.png") left center no-repeat;
 padding-left: 22px;
 padding-bottom: 2px;
 PADDING-TOP: 2px;
}

a.del {
 width: 24px;
 height: 24px;
 background: url("/images/del.png") left center no-repeat;
 padding-left: 22px;
 padding-bottom: 2px;
 PADDING-TOP: 2px;
}



/**********************[ авторизация ]****************************/

form#admin {
 background-color: #eee;
 border-left: 5px solid #f90;
 padding: 5px 10px 5px 10px;
 margin: 0 0 10px 0;
 font-size: 11px;
}

form#admin input.logout {
 border: 1px solid #ccc;
 background-color: #999;
 color: #fff;
 font: normal 11px arial;
 margin-left: 10px;
}

#spaw img {margin-right: 0; display: inline; float: none;}


/*******************[ таблицы ]***********************/
table.data {
	width: auto;
	margin: 0;
	padding: 0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	
	voice-family: "\"}\"";
	voice-family: inherit;
	
}

html>body table.data {
	width: 100%;
}

table.data td, table.data th {
	font-weight: normal;
	padding: 5px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	text-align: center;
}

table.data td a:hover {
	color: #f90;
}

table.data th {
	background-color: #eee;
}

table.data td.tab-data {
	width: 180px;
	text-align: right;
	color: #999;
}

table.data td.tab-value {
	text-align: left;
}

.tel {
	text-align: center;
	padding-top:25px;
	font: 20px Verdana, Tahoma, sans-serif;
	color: #a7012b;
}
.tel2 {
	text-align: center;
	padding-top:25px;
	padding-right:135px;
	font: 18px Verdana, Tahoma, sans-serif;
	color: #a7012b;
}
