﻿#vijestiKontejner
{
    float:left;
}

.kontejner
{
    float:left;
}


#Vijesti
{
  width: 450px; 
  height: 300px; 
  border:0px; 
  margin:15px;
  float:left;
}


#emailLista
{
  width: 200px; 
  height: 150px; 
  border:0px; 
  margin:15px 15px 0px 0px;
  float:left;
  text-align:left;
}


#anketa
{
  width: 200px; 
  height: 150px; 
  border:0px; 
  margin:15px 0px 0px 15px;
  float:left;
}


#komentari
{
  width: 430px; 
  height: 250px; 
  border:0px; 
  margin:15px 15px 0px 0px;
  float:left;
}

.leftUp
{
    background-image: url(images/leftUp.jpg);
    background-repeat:no-repeat;
    height:43px;
    width:13px;
}
    
.rightUp
{
    background-image: url(images/rightUp.jpg); 
    background-repeat:no-repeat;
    height:43px;
    width:13px;
}

.centerLeft
{
    background-image: url(images/leftSide.jpg); 
    background-repeat:repeat-y;
    width:13px;
}

.centerRight
{
    background-image: url(images/rightSide.jpg); 
    background-repeat:repeat-y;
    width:13px;
}

.leftDown
{
    background-image: url(images/leftDown.jpg);
    background-repeat:no-repeat;
    width:13px; 
    height:8px;
}

.rightDown
{
    background-image: url(images/rightDown.jpg);
    background-repeat:no-repeat;
    width:13px; 
    height:8px;
}

