form
{
width: 570px;
padding-top: 10px;
padding-bottom: 25px;
}


#kontakt table
{
font-size: 15px;
margin: 0;
float: left;
}

.notification_error
{
border: 1px solid #A25965;
width: 70%;
font-size: 13px;
font-weight: bold;
padding: 10px 4px 10px 4px;
margin-bottom: 25px;
margin-left: 120px;
background: #F8F0F1;
text-align: left;
-moz-border-radius: 5px;
text-align: center;
clear: both;
}

.notification_ok
{
border: 1px #567397 solid;
width: 70%;
padding: 10px 4px 10px 4px;
margin-bottom: 30px;
margin-left: 120px;
background: #f5f9fd;
text-align: center;
-moz-border-radius: 5px;
font-size: 13px;
font-weight: bold;
color: green;
}

.field_error,
.field_error_textarea
{
color: #FF0000; 
background: #fff url('images/icon_warning.gif') no-repeat scroll 0px 50%;
padding-left: 20px;
font-size: 10pt;
line-height: 15px;
font-weight: normal;
margin-right: 150px;
}

.field_error
{
margin-left: 173px;
}

.field_error_textarea
{
margin-left: 173px;
}


.buttonek
{
height: 35px;
width: 100px;
line-height: 23px;

border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

background: white;
color: black; 

padding: 4px;
padding-left: 5px;
padding-right: 5px;

font-size: 13px;
-moz-border-radius: 3px;
}

/* Label */
label 
{
width: 150px;
padding-right: 10px;
margin: 5px;
float: left;
text-align: right;
color: #A5A0BB;
font-size: 14px;
height: 23px;
line-height: 28px;

}

/* Input, Textarea */
input, textarea
{

font-family: Arial, Helvetica, sans-serif;
padding: 3px; 
color: #000000;
border: 1px solid #CDC9C9; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 
padding-left: 5px;

background: #fff;

font-size: 13px;
-moz-border-radius: 3px;
}

input, textarea {
	margin: 5px 5px 5px 0px;
	}

input {
	height: 23px;
	line-height: 25px;
	}
	

	
/* BR */

#kontakt br
{
clear: left;
}