﻿

  fieldset {  
  margin: 1.5em 0 0 0;  
  padding: 0; 
           } 
  legend {  
  margin-left: 1em;  
  color: #000000;  
  font-weight: bold; 
  font-family: Century Gothic;
         }
 
  fieldset ol {  
  padding: 0 1em 0 0;
  list-style: none; 
              } 
  
  fieldset li {  
  padding-bottom: 1em; 
              } 
  
  fieldset select {
     
	padding 2px 5px 2px 5px;
	
	border:1px solid #32312f;
	border-color: #5994f6;
	font-size:15 px;     
	line-height:10 px;                
                   }

  
 /*ovo je dugme bez stila*/

/* fieldset.submit { 
    border-style: none;
                  }*/


input.submit {
        
        background:#32312f url(images/button_bg.jpg) repeat-x;
	padding:5px 10px 5px 10px;
	color: #ffffff;
	text-decoration: none;
	border:1px solid #32312f;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;       
                     
             }
input.submit:hover {

	background:#007de2 url(images/button_bg_o.jpg) repeat-x;
	border-color:#007de2;

                   }

input.submiter {
        
        background:#32312f url(images/button_bg.jpg) repeat-x;
	padding:5px 10px 5px 10px;
	color: #ffffff;
	text-decoration: none;
	border:1px solid #32312f;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
        /*margin-left:367px;*/
             }
input.submiter:hover {

	background:#007de2 url(images/button_bg_o.jpg) repeat-x;
	border-color:#007de2;


                   }

input.textbox {width:350px;}

/*ovako možeš proširiti sebi header,ako si goooglu formu ubacio u head
input.textbox {
                margin-left:200px;
                
               }
*/

  /*ako ostaviš ovu label naredbu ispod,text je iznad kontrole*/
  /* label {  
   display: block;  
        }*/

    /*ako ostaviš ovu label naredbu ispod,text je lijevo poravnat
   label {  
           float: left;  
           width: 10em;  
           margin-right: 1em; 
          }*/

   label {  
           float: left;  
           width: 10em;  
           margin-right: 1em;  
           text-align: right; 
          }


/*contact forma*/
#contentForm {
  display: block;
  width: 500px;
  /*margin: 70px auto;*//*this line will center the page*/
  margin-right: 55px;
  margin-left: 55px;
  margin-top: -340px;
  margin-bottom: 45px;
  padding: 25px;
  border: 1px solid skyblue;
  background-color: white;
}

/* and now the form formatting itself */
/*stavio sam pod komentare jer imam naredbe za label gore iznad pa je ovo duplo i u konfliktu*/
/*label {
  display: block;
  float: left;
  clear: left;
  Width: 150px;
  line-height: 20px;
  margin-bottom: 10px;
  margin: 5px 0;
}*/

input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
}   

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
 
}


input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: url(images/submit.jpg) no-repeat left top;
  width: 90px;
  height: 28px;
  margin-left: 130px;
  margin-top: -10px;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}


