.contactform {
	display: block; }
.contactform hr {
	border-top: 1px dashed #CCC;
	margin: 10px 0;
	background: transparent;
	clear: none; }
input, textarea {
	font-size: 14px;
	font-family: Lucida Grande, Arial, sans-serif;
	margin-top: 5px;
	border: 1px solid #AAA;
	padding: 2px;
	width: 300px;
	background: url('../images/formbg.png') repeat-x; }
textarea {
	width: 430px;
	height: 200px; }
input:hover, input:focus, textarea:hover, textarea:focus {
	border-color: #777; }
#contacts {
	font-size: 13px; }
label {
	font-style: italic;
	text-align: right;
	color: #900;
	display: block;
	float: left;
	width: 120px; 
	padding-right: 10px;
	margin-top: 5px; }
label.error {
	float: none;
	background: #990000;
	color: #FFF;
	width: auto;
	text-align: center;
	margin: 10px 0;
	font-size: 12px;
	font-family: Arial, sans-serif;
	padding: 3px 0; }
input.error {
	background: #996666;
	color: #FFF; }
.submitcontainer {
	display: block;
	text-align: right; }
.submit {
	font-size: 12px;
	float: right;
	padding: 3px 20px;
	margin-right: 5px;
	width: auto;
	display: block;
	background: url('../images/menubg.png') repeat-x 0 -35px;
	color: #FFF;
	border: 0;
	cursor: pointer; }
.submit:hover {
	background: #600; }

.sentmessage {
	padding: 10px;
	border: 1px dotted #CCC; }
.sentmessage strong {
	color: #006; }
.sentmessage em {
	color: #666; }
	
#tooltip {
	position:absolute;
	display:none;
	width: 200px;
	border:1px solid #000066;
	background:#EEE;
	padding:0;
	color:#333; }	
#tooltip .tiptitle {
	display: block;
	background: url('../images/menubg.png') repeat-x 0 -35px;
	color: #FFF;
	font-size: 13px;
	padding: 3px 5px; }
#tooltip .tipcontent {
	display: block;
	font-size: 12px;
	padding: 0 5px 10px; }
small {
	color: #888; }