/****
* Name: gForm
* Author: g6Solution
* Version: 1.0
* Web: http://g6.mk
* (c) 2010
*****/
#contactForm
{
   width:351px;
   background-image:url("../sliki/bg1.png");
   font-family:Geneva,Arial,Helvetica,sans-serif;
   font-weight:bold;
}

#contactForm fieldset
{
   padding:30px;
   border:none;
}      
#contactForm label
{
   display:block;
   color:#000;/*#ffc400;*/
}    
.infolabel
{
	color:red;
	font-size:10px;
	margin-top:-10px;
	margin-bottom:10px;
	margin-left:5px;
}

.kopce1 {

    border: 1px solid #006;
    background: #575757;
	color: #d9ae00;
	
}
#contactForm input[type=text]
{
   display:block;
   border:solid 1px #4d3a24;
   width:100%;
   margin-bottom:10px;
   height:24px;
   font-weight:bold;
   font-family:Geneva,Arial,Helvetica,sans-serif;
   font-size:13px;
}  
#contactForm textarea
{
   display:block;
   border:solid 1px #4d3a24;
   width:100%;
   margin-bottom:10px;
   font-weight:bold;
   font-family:Geneva,Arial,Helvetica,sans-serif;
   font-size:13px;
   resize: none;
}  
#contactForm input[type=submit]
{
   background-color:#4d3a24;
   border:solid 1px #23150c;
   color:#fecd28;
   padding:5px;
   margin-left:176px;
   margin-bottom:-10px;
}
       
#namereq,
#fnamereq,
#datereq,
#emailreq, 
#femailreq, 
#emailinvalid, 
#femailinvalid, 
#msgreq, 
#cityreq,
#datumreq,
#loading,
#telreq,
#telinvalid,
#howreq
{
	display:none;
}    
#messageOKSent, #messageNOOKSent
{
	color:brown;
	display:none;
	font-size:12px;
	margin-top:12px;
}
#clear
{
	clear:both;
	height:5px;
}

#for label
{
	float:left;
	margin-right:8px;
}

#dleft
{
	float:left;
}
#selectbox select
{
	text-align:center;
}

select
{
	display:block;
	border:solid 1px #4d3a24;
	margin-bottom:10px;
	width:40%;
	height:24px;
	font-weight:bold;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:13px;
}
#labelfloat
{
	float:left;
	margin-right:20px;
}
#datefrom #dfrom
{
	width:100px;
	float:left;
	margin-right:5px;
}
#dateto #dto
{
	width:100px;
	float:left;
	margin-right:5px;
}
#cal
{
	margin-right:10px;
}

