* { margin: 0px; padding: 0px; } 
 h1 {     color: #555;     margin: 0 0 20px 0;    font-size: 10pt; }	 
 label.test {font-size: 10pt;    color: #666; width:200px;text-align:left;} 
 fieldset { border: none; margin-left: auto;	margin-right: auto; } 
 #user-details {     float: left;    width: 230px; }
  #user-message {     float:right;;    width: 230px;} 
  textarea {		    width: 390px;     height: 175px; 		 		}
  form.test {float: left;    border: 1px solid #ddd;     padding: 30px 40px 20px 40px;     margin: 50px 0 0 100px;    width: 560px;    background: #fff;        /* -- CSS3 - define rounded corners -- */	-webkit-border-radius: 10px;-moz-border-radius: 10px; border-radius: 10px; /* -- CSS3 - create a background gradient -- */background: -webkit-gradient(linear, 0% 0%, 0% 40%, from(#EEE), to(#FFF)); background: -moz-linear-gradient(0% 40% 90deg,#FFF, #EEE);  /* -- CSS3 - add a drop shadow -- */-webkit-box-shadow:0px 0 50px #ccc;-moz-box-shadow:0px 0 50px #ccc; box-shadow:0px 0 50px #ccc;}input, select, textarea { 		    padding: 4px;     margin: 4px 0 20px 0;     background: #fff;     width: 220px;     font-size: 10pt;     color: #555;     border: 1px #ddd solid;    /* -- CSS3 Shadow - create a shadow around each input element -- */ -webkit-box-shadow: 0px 0px 4px #aaa;-moz-box-shadow: 0px 0px 4px #aaa; box-shadow: 0px 0px 4px #aaa; /* -- CSS3 Transition - define what the transition will be applied to (i.e. the background) -- */		-webkit-transition: background 0.3s linear;	}input:hover, select:hover, textarea:hover {     background: #eee; }input.submit { 	    width: 150px;     color: #eee;     text-transform: uppercase;     margin-top: 10px;    background-color: blue;    border: none;    /* -- CSS3 Transition - define which property to animate (i.e. the shadow)  -- */-webkit-transition: -webkit-box-shadow 0.3s linear; /* -- CSS3 Shadow - create a shadow around each input element -- */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#18a5cc), to(#0a85a8)); background:  -moz-linear-gradient(25% 75% 90deg,#0a85a8, #18a5cc);  /* -- CSS3 - Rounded Corners -- */-webkit-border-radius: 4px;-moz-border-radius: 4px; border-radius: 4px;}input.submit:hover { 		    -webkit-box-shadow: 0px 0px 20px #555;    -moz-box-shadow: 0px 0px 20px #aaa;     box-shadow: 0px 0px 20px #555;		    cursor:  pointer; }

.tabulka {  margin-top:100px;  color:#000; width: 100%;  border-collapse: collapse;  border: 2px solid #ddd;  margin-bottom: 2em;  font-size:8pt;}
.tabulka th, 
.tabulka td {  padding: 4px 8px;  border: 1px solid #ddd; font-size:8pt; font-weight:normal; text-align: center;}
.tabulka thead th, 
.tabulka thead td {  font-weight: normal; text-align: center;  font-family:Sans-serif, Tahoma, Verdana; padding: 4px 8px;  background-color: #eee;  border-bottom: 1px solid #ddd;  font-size:8pt;}
.tabulka tbody th {  font-weight: normal; text-align: left;font-size:9pt;}
.tabulka tbody tr:hover {  background-color: #eee;
}#searchform {     float: left;    border: 1px solid #ddd;     padding: 10px 0px 0px 0px;     margin: 0px 0 5px 0px;    width: 100%;    background: #fff;}
 #searchimages{padding:0px;margin:0 0 18px 10px;vertical-align:bottom;	}
.checkbox {
margin-left:10px;
padding-top: 0px;
text-align: center;
width:auto;
border:none;	
}

span.test {
text-align: center;
padding-left:5px;
font-size: 10pt;
	}