body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #525e6a;
	width: 100%;
	height: 100%;
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 16px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #CC0000;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0px;
}
.box { 
	background: #e0e4e6;
	/* указываем фоновые изображения для углов */ 
	/* фон для клиент-центра */ 
}
.top div {
	background: url(/img/cc/top_left.gif) no-repeat top left; 
}
.top {
	background: url(/img/cc/top_right.gif) no-repeat top right; 
}
.bottom div {
	background: url(/img/cc/bottom_left.gif) no-repeat bottom left; 
}
.bottom {
	background: url(/img/cc/bottom_right.gif) no-repeat bottom right; 
}
/* подробно указываем высоту и ширину */ 
/* каждый div с изображением будет шириной во весь контейнер */ 
.top div, .top, .bottom div, .bottom  { 
	width: 100%; 
	height: 10px; 
	/* соответствует ширине изображений углов */ 
}
.content_plawka { 
	margin: 0 10px; 
	font-size: 11px;
	color: #8e9ba8;
	/* соответствует ширине изображений углов */ 
} 
.content_plawka a {	font-size: 12px;
/* font-weight: bold;*/
	text-decoration: underline; 
	color: #000000;
}
.content_plawka a:visited {	font-size: 12px;/* font-weight: bold;*/
	text-decoration: underline; 
	color: #000000;
}
.content_plawka a:hover {font-size: 12px; /*font-weight: bold;*/
	text-decoration: none; 
	color: #000000;
}
.box { 
	width: 100%; 
	/* прямоугольник может быть любой ширины */ 
}
 p,.text,input,textarea {
 	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.hid_input {
	font-family : Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 9pt;
	border: 0px;
	background-color: transparent;
	width: 40px;
	padding-left: 0px;	
}
.color_head {
	font-family : Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size : 13px;
	background-color: #e12525;
	/* шапка клиент-центра */ 
}

 .link { color: #B50000; font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
 .link:hover{ text-decoration:none; color: #B50000;}
 .links { color: White; font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
 .links:hover{ text-decoration:none; color: #999999;}
 .h { color : Black; font-family : Arial, Helvetica, sans-serif; font-size : 18px; font-weight : bold;}

