/*Contact*/
div.errormark {
	display:none;
	width:16px;
	height:16px;
}

div.errormark a {
	display:block;
	background:transparent url(/frontend-files/images/icons/error.png) no-repeat;
	width:16px;
	height:16px;
}

div.errors {
	position:relative;
	background:#efefef;
	border:solid 1px #666666;
	padding:10px;
	margin-bottom:10px;
}

div.errors .error-close {
	position:absolute;
	width:17px;
	height:17px;
	top:0px;
	right:0px;
	display:block;
	background:url(/frontend-files/images/icons/error_close_icon.png) no-repeat;
}

div.error-text {
	margin-top:5px;
}


table.contact-table tr td {
	background-color:#f7f7f7;
	padding-bottom:12px;
}

input.contact-text {
	background-color:#E2E0D4;
	font-family:Arial;
	font-size:12px;
	padding:3px;
	border:solid 2px #E2E0D4;
	height:19px;
	width:400px;
}

input.contact-text:focus, textarea.contact-text:focus {
	border:solid 2px #FF9C34;
	background-color:#ffffff;
}

textarea.contact-text {
	background-color:#E2E0D4;
	font-family:Arial;
	font-size:12px;
	padding:3px;
	border:solid 2px #E2E0D4;
	height:150px;
	width:400px;
	overflow:auto;
}

.submit {
	background-color:#E4DD47;
	border:0px;
	cursor:pointer;
	height:25px;
}

.submit:hover {
	background-color:#666666;
	color:#ffffff;
}



#zt-content a.special {
    display:block;
    background:url(/frontend-files/images/special.png) no-repeat left top;
    font-family:Georgia;
    font-size:14px;
    width:219px;
    height:31px;
    text-align:center;
    color:#055370;
    padding-top:6px;
    font-weight:bold;
}

#zt-content a.special:hover {
    background:url(/frontend-files/images/specialhover.png) no-repeat left top;
    color:#9D0A0A;
    text-decoration:none;
}








