* {
    padding:0;
    margin:0;
}

body {
	background: #f9f7e7;
	font-size:15px;
	font-family:Verdana;
	text-align:justify;
}

div#container {
	width:433px;
	height:auto;
	margin:0 auto;
}

div#header {
	width:433px;
	height:24px;
	background:url(../img/content-header.jpg) no-repeat;
	float:left;
}

div#content {
	padding:0 33px;
   width:367px;
	background:url(../img/content.jpg) repeat-y;
	float:left;
}

div#footer {
	width:433px;
	height:24px;
	background:url(../img/content-footer.jpg) no-repeat;
	float:left;
}

.formular {
	width:350px;
	margin:0 auto;
	text-align:left;
	color:#a61526;
}

input {
	background:url(../img/input.jpg) no-repeat bottom right;
	width:149px;
	height:19px;
	padding-left:10px;
	padding-top:3px;
	border:none;
}

.blanko-btn {
  background:url(../img/button-blanko.jpg) no-repeat;
  width:182px;
  height:25px;
  text-align:center;
  color:#fff;
  border:none;
  padding-bottom:6px;
  padding-right:8px;
}