fieldset 
{ 
width: 350px; 
border-color:#DDD; 
border-style:double; 
border-width:0px 0px 0px 0px; 
padding:10px; 
/*background: InfoBackground;*/
font-size: 1.3em;
} 

legend 
{ 
color:#ff0d01;
width: 500px; 
text-align:center; 
font-weight:bold; 
margin-bottom: 0.1em; 

} 

label 
{ 
float: left; 
width: 140px; 
padding-left:10px;
text-align: right;
height:20px;
padding-top: 10px;

} 

input 
{ 
border: 1px solid #c7c7c7; 
width: 180px; 
color: #333333; 
margin-bottom: 8px;
padding: 4px;
}



textarea 
{ 
border: 1px solid #c7c7c7; 
width:300px; 
height: 150px; 
margin-bottom: 8px; 
} 

input.odeslat
{ 
color:black; 
font-weight:bold; 
margin-left: 90px; 
height: 30px; 
} 

button.odeslat{
border: 1px solid #c7c7c7;
width: 180px; 
color: #333333; 
margin-bottom: 8px;
padding: 4px;
color:black; 
font-weight:bold; 
height: 30px; 	
margin-left: 10px; 
}

#submitbutton 
{ 
margin-left: 107px; 
width: 180px; 
} 