.counter{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	color:#999999;
}
.contact input{	
	color:#999;	
}
.contact label{
	display:block;
	color:#333333;
	font-weight:bold;
}
.input:focus, .message:focus{
	border:1px solid #666666;
	background: #F2F2F2;
}
.contact textarea, .contact input{	
	color:#443;
	padding:3px;
	margin-bottom:10px;
	outline:none;
	border:1px solid #ccc;
	background:url(desilver.png) repeat-x;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.contact textarea:focus, .contact input:focus{
	border:1px solid #999;
}
.contact label.error {color:red;display:inline;margin-left:4px}
.contact .msg{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana;
	padding:3px 4px;
	border:solid 1px #DEDEDE;
	background:#FFFFCC;
	font-size:11px;
	color:#333333;
	width:200px;
	margin-left:2px;
}
.contact input.send {	
	display:block;
	background:url(/images/bg.png) repeat-x;
	color:#fff
}
.contact input.send:hover {	
	cursor: pointer
}

.ajax-loading {
	background: url(sending.gif) no-repeat center;
}

.contact fieldset {
	-moz-border-radius: 7px;
	border: 1px transparent solid;
	padding-left:15px;
}

.contact legend {
	font-weight: none;
	font-size: 13px;	
	padding-bottom: 15px;
	-moz-border-radius: 3px;
}

.button {
	border: 1px solid #999999; 
	border-top-color: #CCCCCC; 
	border-left-color: #CCCCCC; 
	background: white;
	color: #333333;
	-moz-border-radius: 3px;
}

#msg-ok{
	height:45px;
	border: #5E732D solid 1px;
	padding:8px 8px 8px 60px;
	background: #EDEFE4 url(send-ok.png) no-repeat 8px 1px;
}
#msg-error{
	height:45px;
	border: #990000 solid 1px;
	padding:8px 8px 8px 60px;
	background: #FEE7E7 url(send-error.png) no-repeat 8px 1px;
}
#msg-error-auto{
	height: auto;
	border: #990000 solid 1px;
	padding:8px 8px 8px 60px;
	background: #FEE7E7 url(send-error.png) no-repeat 8px 10px;
}
span.error{
	height: auto;
	border: #990000 solid 1px;
	padding:2px 2px 2px 20px;
	margin-left: 5px;
	background: #FEE7E7 url(no.png) no-repeat 2px center;
}
#log_msgs {
	height:auto;
	padding:7px 0;
}
#log_msgs p {
	margin:0;
	padding:4px 0 4px 0;
}
#msg-error, #msg-error-auto, #msg-ok {
	font-size: 12px;
}