.layout #onama {
	float:left;
	width:630px;
}
.layout #naslov {
	float: left;
	width: 584px;
	padding: 36px 10px 0 36px;
}
.layout #izdvajamo {
	float: right;
	width: 272px;
	padding: 40px 0 0 20px;
}	
div#forma{
	float: right;
}
div#forma-hvala{
	float: right;
	background:url(../images/comment.jpg) top left no-repeat;
	height:250px;
	width: 250px;
	padding: 20px;
	}

.clear { clear: both; }
fieldset {
	border: none;
	width: 320px;
}

#formLeft {
	width: 312px;
	float: left;
}
	#formLeft input {
	width:152px;
	height:18px; 
	border: none;
	background: none;
	font:bold 12px/21px 'Trebuchet MS', helvetica, arial, verdana;
	color:#9d9c9c;
}
#formLeft .input-bg {
	background:url(../images/input.gif) 0 0 no-repeat #bfbfbf;
	border:none;
	width:152px;
	height:18px;
	padding:4px 0 2px 2px;
	position: relative;
	margin: 5px 0;
}
#formLeft .active {
	background: url(../images/input.gif) 0 0 no-repeat transparent;
}
#formRight {
	width: 312px;
	float: left;
}
#formRight textarea {
	background:url(../images/textarea.gif) 0 0 no-repeat #bfbfbf;
	border:none;
	width:312px;
	height:148px; 
	margin:5px 0;
	font:bold 12px/21px 'Trebuchet MS', helvetica, arial, verdana;
	color:#9d9c9c;
}
#formRight .message-bg {
	background: url(../images/textarea.gif) 0 10px  no-repeat transparent;
	border:none;
	width:310px;
	height:142px; 
	margin-top:10px;	
	position:relative;
}
#formRight .active {
	background: url(../images/textarea.gif)  0 10px no-repeat transparent;
}
label {
	display: block;
	font-weight: bold;
	border-bottom:1px #cccccc solid;
	padding: 5px 0;
	border-top: 1px #cccccc solid;
}
#formLeft .input-bg label.error   {
	position: absolute;
	top: -10px;
	left: 160px;
	width:200px;
	color: #a91e22;
	text-align: left;
	font-weight: normal;
	border:none
}
#formRight .message-bg label.error {
	position: absolute;
	top: 150px;
	left: 0px;
	width:200px;
	color: #a91e22;
	text-align: left;
	font-weight: normal;
	border:none
}

input.submit-button {
	float: right;
	width:50px;
	height:21px;
	background:url(../images/button-go.gif) 0 0 no-repeat #EDEFE0;
	cursor:pointer;
	font:bold 10px/21px 'Trebuchet MS', helvetica, arial, verdana;
	border:0;
	color:#000;
	text-transform:uppercase;
	text-align:center;
	padding-top:4px;
	margin:20px 0;
}
