@charset "utf-8";
/* CSS Document */

/* CONTACT ME */

#contactme_right {
	width: 300px;
	float: right;
	margin-right:30px;

}
#contactme_left {
	padding-left:16px;
	float: left;
	width: 405px;
}
#my_email_address {
	background: url(../images/backgrounds/email_address.jpg) no-repeat;
	display: block;
	width: 127px;
	height: 12px;
	margin-top: 10px;
}
.send_me {
	color: #358e35;
	font-family: 'Calibri', Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.message_sent {
	color: #009900;
	font-family: 'Calibri', Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
#contactme_form {
	background-color:#f3f3f3;
	padding: 10px;
}
#contactme_form label {
	display: block;
}
#contactme_form input {
	border: 1px solid #ccc;
	width: 200px;
	padding: 3px;
	color: #999;
	font-size: 11px;
}
#contactme_form textarea {
	border: 1px solid #ccc;
	width: 200px;
	padding: 3px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	height: 146px;
}
#contactme_form .error_text {
	color: #FF0000;
	font-weight: bold;
}
#contactme_form .field_error {
	border: 1px solid #FF0000;
}
#send_button {
top left no-repeat;
	width: 100px;
	height: 24px;
	display: block;
	border: 0;
	cursor: pointer;
	margin-top: 20px;
	margin-left: 128px;
}
#send_button:hover {
bottom left no-repeat;
}
#send_button {
	background: url(../images/buttons/send_button.jpg) top left no-repeat;
	width: 100px;
	height: 24px;
	display: block;
	border: 0;
	cursor: pointer;
	margin-top: 20px;
	margin-left: 128px;
}
#send_button:hover {
	background: url(../images/buttons/send_button.jpg) bottom left no-repeat;
}

