/*--------------------------------------
   PITANJA I ODGOVORI
-------------------------------------- */
#pitanja #content h3                    { padding: 0; margin-bottom: 5px; }

#pitanja #content div p                 {
	padding: 0 0 0 20px;
	margin-bottom: 10px;
	line-height: 16px;
        }
#content div                            {
	padding: 0 25px;
	margin-bottom: 25px;
	line-height: 16px;
        }
		
#content a#postaviPitanje               {
	display: block;
	float: right;
	clear: both;
	width: auto;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #e19f7f;
	text-decoration: underline;
        }

#content a#postaviPitanje:hover         { text-decoration: none; }

#content .pitanjaBox {
	background: transparent url(../images/content/hr-pitanja.gif) no-repeat center bottom;
	padding-bottom: 15px;
	margin-bottom: 10px;
        }

.pitanje                                { color: #6b6a6a; }
.odgovor                                { color: #3f3f3f; }


#content #pitanjeForm                   { margin-top: 20px; }
#pitanjeForm #pitanjaInput,
#pitanjeForm #pitanjaTextarea           { display: inline; }

#pitanjeForm #pitanjaInput              { float: left; width: auto; }

#pitanjaInput input                     {
	width: 152px;
	height: 19px;
	background: none;
	border: none;
	font-size: 11px;
	padding: 3px 5px 0 5px;
	margin-bottom: 10px;
	}
	
#content #pitanjaInput .pitanjaInputBg  { height: auto; width: auto; background: transparent url(../images/forms/input-bg.gif) no-repeat 0 0; padding: 0; margin: 0; }

#pitanjaInput input.gumb {
	padding: 0;
	background: none;
	border: none;
	width: 80px;
	height: 20px;
	}

#pitanjaTextarea textarea               {
	border: none;
	font: normal 11px Arial, Helvetica, sans-serif;
	background: none;
	border: 1px solid #e0e0e0;
	width: 390px;
	height: 90px;
	margin: 15px 0 0 0;
	padding: 5px;
        }

#pitanjeForm #pitanjaTextarea           { float: left; display: inline; }