form{
	font-size:9pt;
}
input.singleLineweb
{
    z-index: 0;
	width: 1px;
    height: 1px;
    background-image: url(../images/spacer.gif);
	border:0;
    font-size: 10pt;
    padding: 0px;
	color:#3a6374;
    font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif !important; 
}
input.singleLine
{
    width: 222px;
    height: 22px;
    background-image: url(../images/kontakt_form_text_pas.jpg);
	border:0;
    font-size: 10pt;
    padding: 2px;
	color:#3a6374;
    font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif !important; 
}
input.singleLine:hover
{
	background-image: url(../images/kontakt_form_text_akt.jpg);	
}
textarea.textLines
{
    width: 462px;
    height: 128px;
    background-image: url(../images/kontakt_form_text_mesg.jpg);
    border-style: solid;
    border-width: 1px;
    border-color: #abc4ce;
    font-size: 10pt;
    padding: 2px;
	color:#3a6374;
    font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif !important; 
			scrollbar-3dlight-color:#b2c7d0;
	   	scrollbar-arrow-color:#27350c;
		scrollbar-base-color:#ffffff;
		scrollbar-darkshadow-color:#b2c7d0; 
	        scrollbar-face-color:#ffffff;
		scrollbar-highlight-color:#b2c7d0;
	        scrollbar-shadow-color:#b2c7d0;
}
textarea.textLines:hover
{
    border-color: #647b84;
}
.sendButton
{
    margin-right: 30px;
    margin-top: 10px;
    width: 84px;
    height: 28px;
    background-image: url(../images/kontakt_form_tlac_pas.jpg);
    border-style: none;
    border-width: 0px;
    font-size: 8pt;
    font-weight: bold;
    color: #3a6374;
    cursor: pointer;
}
.sendButton:hover
{
    margin-right: 30px;
    margin-top: 10px;
    width: 84px;
    height: 28px;
    background-image: url(../images/kontakt_form_tlac_akt.jpg);
    border-style: none;
    border-width: 0px;
    font-size: 8pt;
    font-weight: bold;
    color: #0067a1;
    cursor: pointer;
}