﻿body {
	background-image: url(../../images/grey/pattern.gif);
	background-color: #414141;
}

body.demo {
	background-image: url(../../images/grey/pattern2.gif);
}

.bg-search {
	background-image: url(../../images/grey/bg-search.png);
	background-color: transparent;
}

#container {
	background-image: url(../../images/grey/bgglow.jpg);
}

#container.demo {
	background-image: url(../../images/grey/bgglow2.jpg);
}

#c-bottom {
	background-image: url(../../images/grey/c-bottom.gif);
}

#modification-bottom {
	background-image: url(../../images/grey/modification-bottom.gif);
}

#c-top,
#modification-top {
	background-image: url(../../images/grey/c-top.gif);
}

a.search-button {
	background-image: url(../../images/grey/but-search.png);
	background-color: transparent;
}

#error .error-top { /* верхняя часть окна ошибки */
	background: url("../../images/grey/error-top.png") no-repeat;
}

#error .error-bottom { /* нижняя часть окна ошибки */
	background: url("../../images/grey/error-bottom.png") no-repeat;
}

#error .error-back { /* фон окна ошибки */ 
	background: #fb897a url("../../images/grey/error-back.png") no-repeat bottom;
}