@charset "utf-8";
.cell {
	background-color: #C8BB8E;
	background-image: url(../images/cell1.gif);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	height: 24px;
	width: 157px;
	padding-left:10px;
	padding-right:10px;
	color:#534741;
	line-height:24px;
}
.cell_row p {
	width:65px;
	text-align:right;
	float:left;
	margin:0px;
	line-height:24px;
}
.cell_row {
	padding-top:12px;
	overflow: hidden;
}
.send {
	background-image: url(../images/poslji_btn.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 62px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float:right;
	color: #bfb287;
	padding: 0px;
	margin-right: 6px;

}
.send:hover {
	color: #f7f5ef;
	cursor: pointer;

}

#text_area {
	background-image:url(../images/cell2.gif);
	width:241px;
	height: 250px;
	padding-right:0px;
	line-height:1.4em;
	background-position: left bottom;
}

