﻿fieldset 
{ 
width: 90%; 
border: 4px double #fff; 
padding: 10px; 
} 

legend 
{ 
color: #fff; 
width: 200px; 
text-align: center; 
font-weight: bold; 
margin-bottom: 0.1em;
font-family: Verdana,Arial,Helvetica,sans-serif;
} 

label 
{ 
float: left; 
width: 170px; 
padding-left:10px;
font-size: 110%; 
} 

input 
{
float: left; 
border: 1px solid #c7c7c7; 
width: 180px; 
height: 25px; 
color: #333333;
margin-left: 60px; 
margin-bottom: 8px;
padding: 5px 0 0 0; 
} 

.tlac {
	width: 90px;
	height: 30px;
	padding: 0 0 2px 0;
	background-image: url('images/tlac.png');
}
.textarea 
{
float: left;
border: 1px solid #c7c7c7; 
width:360px; 
height: 150px;
margin-left: 20px; 
margin-bottom: 8px; 
} 

input .odeslat 
{
font-size: 0.75em; 
font-weight:bold; 
color:#000; 
background: #a60000; 
margin-left: 90px; 
height: 30px; 
} 
#submitbutton 
{ 
margin-left: 107px; 
width: 80px; 
}