.objaviButton {
	width: 200px;
	height: 100px;
}
.inputText {
	width: 150px;
}

textarea {
	width: 350px;
}

.objavi LABEL {
	width:130px;
	float:left;
	margin-right: 0.5em;
	display: block;
}

.objavi p {
	padding:5px 0px;
}	


/* OKVIR LOGIN BOXA
 * set the image to use and establish the lower-right position */
    .frame_one_box, .frame_one_box_body, .frame_one_box_head, .frame_one_box_head h2{
      background: transparent url(../../template/slike/rounded_2.png) no-repeat bottom right;}
    .frame_one_box{
    /* intended total box width - padding-right(next) */
      width:215px !important; /* IE Win = width - padding */
      width: 200px;
    /* the gap on the right edge of the image (not content padding) */
      padding-right:15px; /* use to position the box */
      margin:0px 15px auto auto;}

    /* set the top-right image */
    .frame_one_box_head{background-position:top right;
    /* pull the right image over on top of border */
      margin-right:-15px; 
    /* right-image-gap + right-inside padding */
		margin-bottom: -10px;
      padding-right:40px}

    /* set the top-left image */
    .frame_one_box_head h2{
      background-position:top left;
      margin:0; /* reset main site styles*/ 
      border:0; /* ditto */
    /* padding-left = image gap + interior padding ... no padding-right */
      padding:5px 0 15px 50px;
      height:auto !important;
      height:1%;
	  font-size: 18px;
	  color: #1d90c2;
	  } /* IE Holly Hack */
 .frame_one_box_head h2 a {
	  color: #1d90c2;
	  } 
    /* set the lower-left corner image */
    .frame_one_box_body{
      background-position:bottom left;
	 
      margin-right:0px; /* interior-padding right */ 
      padding:0px 0 5px 15px} /* mirror .loginbox_head right/left */