.contact fieldset {
	font: 15px "Lucida Grande", "Lucida Sans Unicode", Verdana;
}
.counter{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	color:#999999;
}
.contact input{
	font: 13px "Lucida Grande", "Lucida Sans Unicode", Verdana;
	color:#999999;
	font-weight:bold;
}
.contact label{
	font-size: 11px;
	display:block;
	color:#333333;
	font-weight:bold;
}
.input:focus, .message:focus{
	border:1px solid #666666;
	background: #F2F2F2;
}
.contact input{
background:url(desilver.png) repeat-x;
}
.contact textarea, .contact input{
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Verdana;
	color:#443;
	padding:3px;
	margin-bottom:10px;
	outline:none;
	border:1px solid #edd1b3;	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.contact textarea:focus, .contact input:focus{
	border:1px solid #d98932;
}
.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 {
	font-weight:bold;
	display:block;
}


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

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

.contact legend {
	/* border: 1px #dddddd solid;  */
	color: black; 
	font-weight: none;
	font-size: 13px;	
	padding: 15px 0;
	-moz-border-radius: 3px;
}

.button {
	border: 1px solid #999999; 
	border-top-color: #CCCCCC; 
	border-left-color: #CCCCCC; 
	background: white;
	color: #333333;
	font: 90% Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	-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;
}
#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;
}