.info_fieldset {
	-moz-border-radius: 7px;
	border: 1px #dddddd solid;
	margin-bottom: 10px;
}

.info_fieldset legend
{
	border: 1px #dddddd solid;
	color: #414A7A;
	-moz-border-radius: 3px;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	margin-left: 10px;
	font-family: Verdana;
	font-size: 14px;
}

#page-wrap {
	width: 420px;
	height: auto !important;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#page-wrap p {
	font-size: 1.1em;
	margin-bottom: 15px;
}
#contact-area {
	width: 420px;
	margin-top: 20px;
}

#contact-area input, #contact-area textarea {
	width: 395px;
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	border: 1px solid #ccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#contact-area textarea {
	height: 120px;
	margin-top: 5px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #900;
}

#contact-area input.submit-button {
	width: 130px;
	text-indent: -9999px;
	background-image: url(../images/posalji.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	margin-right: 30px;
	margin-top: 10px;
	cursor: pointer;
}
#contact-area input.submit-button:hover {
	width: 130px;
	text-indent: -9999px;
	background-image: url(../images/posalji.png);
	background-repeat: no-repeat;
	background-position: left -32px;
	height: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	margin-right: 30px;
	margin-top: 10px;
	cursor: pointer;
}


label {
	float: left;
	text-align: left;
	width: 455px;
	padding-top: 5px;
	font-size: 1.1em;
}
#error {
	clear: both;
	color: #CE0000;
}
#message-outcome {
	clear: both;
	color: #CE0000;
}
