* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #8D8D8D;
	height:100%;

	background: linear-gradient(to bottom, #DFDEDE, #D0DEDE); /* Градиент серый*/
	background: #E3ECEC url(images/headerline.png) repeat-x;
}

.header {
height: 73px;
	margin: -20px 0 20px 0;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
background: #018AB2 url(images/headerline.png) repeat-x  bottom left;

}

#header_img {
	float: left;
}

#header_user {
	float: right;
	padding: 20px 10px 0 0;
}


.footer {
clear: both;
height: 30px;
text-align: right;
font-size: 11px;
color: #8E8E8E;
margin: 10px;
margin-top: -50px;
line-height:13px;
}

.footer a {
 color: #6B6B6B;
 text-decoration: underline;
  }

.fieldset{
//width: 450px;
border:1px dotted;
}


.fieldsetmain{
  border-color: #BCBCBC;
  border-style: inset; /* Стиль линии */
  /*border-image: radial-gradient(#000000 70%, transparent 99%) 1%;*/
  border-image: linear-gradient(45deg, #D3DEDE, #BCBCBC, #D3DEDE) 1;

  border-width: 1px; /* Толщина линии */
  padding: 20px; /* Поля вокруг текста */

}

.fieldsets{
  border-color: #BCBCBC;
  border-style: outset; /* Стиль линии */
  border-image: linear-gradient(-45deg, #D3DEDE, #BCBCBC, #D3DEDE) 1;
  border-width: 1px; /* Толщина линии */
  padding: 5px; /* Поля вокруг текста */

}


.navbar {
  margin-bottom: 20px;
}