* {
	color: #2d2d2d;
	font-family: Tahoma;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}

a, a:visited, a:hover {
	color: #8bc541;
	outline: none;
}


input, select {
	background: url(/design/input.gif) left top no-repeat #ecf3e9;
	border-left: none;
	border-top: none;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 5px;
}

form {
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
}

body {
	margin: 0px;
	padding: 0px;
	background: #ecf3e9;
}

#ogrodje {
	width: 800px;
	margin: 0 auto;
}

.header {
	height: 151px;
	background: url(/design/header.jpg) repeat-x top left;
}

#logo {
	width: 200px;
	height: 151px;
	float: left;
	cursor: pointer;
}

#header_desno {
	float: left;
	margin-top: 65px;
	width: 580px;
}


#content {
	background: url(/design/content_bg.jpg) repeat-y top left;
	padding: 0px 20px;
}



.foottext {
	color: #2d2d2d;
	background: url(/design/pikice.gif) repeat-x top left;
	padding: 10px;
}

.foottext a, .foottext a:visited {
	color: #94ca58;
	text-decoration: none;
}

.foottext a:hover {
	color: black;
}


#footer {
	background: url(/design/footer.jpg) no-repeat top left;
	height: 17px;
}


.error {
	color: #cf2323;
	padding: 5px;
}

.ok {
	color: #87c734;
	padding: 5px;
	font-weight: bold;
	
}
.first {
	font-weight: bold;
	width: 50px;
}

.second {
	width: 100px;
}

.third {
	width: 100px;
}

.first, .second, .third {
	padding: 5px;
}

#contentContainer {
	text-align: center;
	 background: url(/design/pikice.gif) repeat-x top left;
	 padding: 5px;
}

.captcha {
	margin: 5px;
	padding: 5px;
	border: 1px solid #cecece;
}

h1 {
	font-size: 170%;
	margin: 5px 20px;
	font-family: Tahoma;
	color: #8bc541;
}

#data {
	width: 500px;
	text-align: left;
	padding: 5px;
	background: url(/design/input.gif) left top no-repeat #ecf3e9;
	border-left: none;
	border-top: none;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	margin: 0 auto;
	color: #888888;
}