@charset "utf-8";

/* This hides the form validation alert messages until needed */
#contactForm span {
	display:none;
	font-size:9px;
	line-height:10px;
	padding-left:6px;
	color:#F60;
	}
/* This hides the form validation alert messages until needed */
.name-missing  { 
	display:none; 
	font-size:9px; 
	line-height:10px; 
	padding-left:6px; 
	color:#09F;
	}
.email-missing {
	display:none;
	font-size:9px;
	line-height:10px;
	padding-left:6px;
	color:#09F;
}
.message-missing {
	display:none;
	font-size:9px;
	line-height:10px;
	padding-left:6px;
	color:#09F;
}

#block-contact h2 {
	width: 340px;
	height: 70px;
	text-indent: -9999px;
	background: url(../img/title-contact.png) left top no-repeat;
	margin: 165px 0 0 330px;
}
.contact-right {
	width: 455px;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 120;
	margin-left: 20px;
	padding-bottom: 50px;
}
#submitinput {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	color: #FFF;
}
p#success {
	padding: 3px 10px;
	color: #9F0;
	margin-bottom: 10px;
	text-align: center;
}

p#bademail, p#badserver	{
	padding: 3px 10px;
	color: #F60;
	margin-bottom: 10px;
	text-align: center;
}
.input-name {
	height: 35px;
	width: 305px;
	padding: 10px 0 0 70px;
	background-image: url(../img/Hello/input-name.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.input-e-mail {
	height: 35px;
	width: 305px;
	padding: 10px 0 0 70px;
	background-image: url(../img/Hello/input-email.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.input-message {
	height: 80px;
	width: 455px;
	padding: 40px 0 0 20px;
	background-image: url(../img/Hello/input-message.png);
	background-repeat: no-repeat;
	background-position: left top;
}
input#nameinput, input#emailinput {
	border: none;
	padding-top: 3px;
	height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#09F;
	font-style: italic;
}
textarea#messageinput {
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 21px;
	font-size: 14px;
	color: #09F;
	height: 63px;
	width: 415px;
	font-style: italic;
}
.alignright {
	float: left;
}
