@charset "utf-8";
/* CSS Document */




a { color:#42241b; font-size:16px; text-decoration:none; }
a:hover { color:#000; text-decoration:underline;  }


#contact_form { 
	text-shadow:0 1px 0 #FFF;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	
	
}

.kolona { 
	width:300px;
	float:left;
	margin-bottom:30px;
}

#poruka {height:100px;}

#contact_form p {font-family: 'CenturyGothicRegular'; font-size:15px; color:#8e492d; text-decoration:none;}

#ff label { 
	cursor:pointer;
	margin:4px 0;
	color:#ed7700;
	display:block;
	font-weight:800;
	width:250px;
	
}

input { 
	display:block;
	width:90%;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background-color:#f4f4f4;
	color:#000;
	border:1px solid #5f5f5f;
	padding:10px;
	margin-bottom:5px;
}

select { 
	display:block;
	width:90%;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background-color:#f4f4f4;
	color:#000;
	border:1px solid #5f5f5f;
	padding:10px;
	margin-bottom:25px;
}

.sendButton {
	cursor:pointer;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cf6c43), color-stop(1, #a85533) );
	background:-moz-linear-gradient( center top, #cf6c43 5%, #a85533 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf6c43', endColorstr='#a85533');
	background-color:#e63c41;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border-radius:16px;
	border:1px solid #a85533;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	width:200px;
	
	font-weight:bold;
}
.sendButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a85533), color-stop(1, #cf6c43) );
	background:-moz-linear-gradient( center top, #a85533 5%, #cf6c43 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a85533', endColorstr='#cf6c43');
	background-color:#7d0508;
}

/* Created by ftutorials.com */