#contentForm {
  margin:0;
  padding:0;
  display: block;
  width: 600px;
  height:630px;
  border: 0px;
  margin-top:20px; 
}
.label {
	font-family:Calibri;
	font-size:18px;
	color:#235165;
  	display: block;
  	float: left;
  	clear: left;
  	Width: 150px;
  	line-height: 2px;
  	margin-bottom: 20px;
  	margin: 8px 0;
}
#message{
  	width:500px;
	height:150px;
}
.text_opsirnije{
	font-family:Calibri;
	font-size:18px;
	color:#235165;
	line-height:10px;
}
.text_opsirnije_naslov{
	padding:0;
	margin:0;
	margin-top:5px;
	font-family:Calibri;
	font-size:20px;
	color:#235165;
	line-height:10px;
	font-weight:bold;
}
input, textarea, select {
  width:500px;
  height:30px;
  margin: 0;
  border:0;
  padding: 2px;
  font-size: 15px;
  color: #666666;
  background: #FFFFFF;
  border: 1px solid #d5d5d5;
  margin: 10px 0;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}   
.textarea{
  width:500px;
 }   
input:focus, textarea:focus, select:focus {
  border: 1px solid #75bbdb;
  background-color: #fbfbfb;
}
input.button {
  margin:0;
  padding:0;
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: url(images/submit.jpg) no-repeat left top;
  width: 70px;
  height: 28px;
  margin-top:-10px;
}
span.required{
  font-size: 13px !important;
  color: red !important;
}
.errormsg {
  margin-top:20px;
  margin-bottom:10px;
  display: block;
  width: 100%;
  height: 30px;
  line-height: 22px;
  color: #CC0000;
  font-size: 16px;
  font-weight: bold;
  background: url(images/stop.png) no-repeat;
  padding: 0px 0px 0px 40px;
}
.msgSent {
  font-size: 20px;
  text-align: center;
}
.kontakt_style {
	margin-top:190px;
	font-size: 16px;
	font-family: Arial;
	color: #4d7991;
	text-decoration:none;
}