/* синяя рамка */

.corners-blue {
	background: #66ccff;
	border: 2px solid #0033cc;
	font-family : Verdana;
}
.corners-blue .t-l {
      background: url(t-l-blue.gif) top left no-repeat; 
      position: relative;
      margin: -2px; /* значение указываем равным толщине рамки */
}
.corners-blue .t-r {
      background: url(t-r-blue.gif) top right no-repeat; 
      margin: 0px;
}
.corners-blue .b-r {
      background: url(b-r-blue.gif) bottom right no-repeat; 
}
.corners-blue .b-l {
	background: url(b-l-blue.gif) bottom left no-repeat;
}
.corners-blue .b12 {
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	color : #ffffff;
	padding : 10px 10px 10px 10px;
}
.corners-blue .b18 {
	font-family : Verdana;
	font-size : 18px;
	font-weight : bold;
	color : #ffffff;
	padding : 10px 10px 10px 10px;
}



/* желтая рамка */
.corners-yellow {
	background: #ffff66;
	border: 2px solid #ff6600;
	font-family : Verdana;
}
.corners-yellow .t-l {
      background: url(t-l-yellow.gif) top left no-repeat; 
      position: relative;
      margin: -2px; /* значение указываем равным толщине рамки */
}
.corners-yellow .t-r {
      background: url(t-r-yellow.gif) top right no-repeat; 
      margin: 0px;
}
.corners-yellow .b-r {
      background: url(b-r-yellow.gif) bottom right no-repeat; 
}
.corners-yellow .b-l {
	background: url(b-l-yellow.gif) bottom left no-repeat;
}
.corners-yellow .b12 {
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	color : #cc0000;
	padding : 10px 10px 10px 10px;
}
.corners-yellow .b14 {
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	color : #cc0000;
	padding : 10px 10px 10px 10px;
}
.corners-yellow .b18 {
	font-family : Verdana;
	font-size : 18px;
	font-weight : bold;
	color : #cc0000;
	padding : 10px 10px 10px 10px;
}





/* оранжевая рамка */
.corners-orange {
	background: #ff9900;
	border: 2px solid #ff3300;
	font-family : Verdana;
}
.corners-orange .t-l {
      background: url(t-l-orange.gif) top left no-repeat; 
      position: relative;
      margin: -2px; /* значение указываем равным толщине рамки */
}
.corners-orange .t-r {
      background: url(t-r-orange.gif) top right no-repeat; 
      margin: 0px;
}
.corners-orange .b-r {
      background: url(b-r-orange.gif) bottom right no-repeat; 
}
.corners-orange .b-l {
	background: url(b-l-orange.gif) bottom left no-repeat;
}
.corners-orange .b12 {
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	color : #ffffff;
	padding : 10px 10px 10px 10px;
}
.corners-orange .b14 {
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	color : #ffffff;
	padding : 10px 10px 10px 10px;
}
.corners-orange .b18 {
	font-family : Verdana;
	font-size : 18px;
	font-weight : bold;
	color : #ffffff;
	padding : 10px 10px 10px 10px;
}





/* красная рамка */
.corners-red {
	background: #ff0000;
	border: 2px solid #990000;
	font-family : Verdana;
}
.corners-red .t-l {
      background: url(t-l-red.gif) top left no-repeat; 
      position: relative;
      margin: -2px; /* значение указываем равным толщине рамки */
}
.corners-red .t-r {
      background: url(t-r-red.gif) top right no-repeat; 
      margin: 0px;
}
.corners-red .b-r {
      background: url(b-r-red.gif) bottom right no-repeat; 
}
.corners-red .b-l {
	background: url(b-l-red.gif) bottom left no-repeat;
}
.corners-red .b12 {
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	color : #ffffff;
	padding : 10px 10px 10px 10px;
}
.corners-red .b18 {
	font-family : Verdana;
	font-size : 18px;
	font-weight : bold;
	color : #ffffff;
	padding : 10px 10px 10px 10px;
}




/* синяя рамка для комментариев*/

.corners-blue-k {
	background: #66ccff;
	border: 2px solid #0033cc;
	font-family : Verdana;
}
.corners-blue-k .t-l {
      background: url(t-l-blue.gif) top left no-repeat; 
      position: relative;
      margin: -2px; /* значение указываем равным толщине рамки */
}
.corners-blue-k .t-r {
      background: url(t-r-blue.gif) top right no-repeat; 
      margin: 0px;
}
.corners-blue-k .b-r {
      background: url(b-r-blue.gif) bottom right no-repeat; 
}
.corners-blue-k .b-l {
	background: url(b-l-blue.gif) bottom left no-repeat;
}
.corners-blue-k .padding {
	padding : 3px 10px 3px 10px;
}
.corners-blue-k .b12-w {
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	color : #ffffff;;
}
a.bogwl:link {color: #ffffff;	text-decoration : none;}
a.bogwl:active {color: #990000;	text-decoration : none;}
a.bogwl:visited {color: #ffffff;	text-decoration : none;}
a.bogwl:hover {color: #990000;	text-decoration : none;}

.corners-blue-k .b12-d {
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	color : #333333;
}
