/* CSS Document */
form{
 width:800px;
}

label{
 width:150;
}

textarea{
 width:280px;
 height:150px;
}

#daneKontakt{
 width:350px;
 height:auto;
 overflow:hidden;
 float:left;
 margin:10px;
}

#formKontakt{
 width:350px;
 height:auto;
 overflow:hidden;
 float:left;
 margin:10px;
 margin-left:50px;
}

#komunikat{
 width:350px;
 height:auto;
 padding:2px;
 background:#999999;
 color:#000000;
}