#contactBox {
	position: relative;
	width: 334px;
	margin: 48px auto 80px;
	text-align: left;
	background-color: #CCCCCC;
	padding: 5px;
	left: 20px;
	}
#contactBox h1 {
	color: #507295;
	font-size: 24px;
	position: absolute;
	top: -31px;
	left: 3px;
	}
#cornerImage {
	position: absolute;
	bottom: 0px;
	left: -114px;
	}
#contactBox input, #contactBox textarea {
	width: 320px;
	padding: 5px;
	border: 2px solid #999999;
	margin: 0px 0px 6px;
	}
#contactBox textarea {
	height: 165px;
	margin-bottom: 0px;
	}
.labels {
	text-align: right;
	color: #118D44;
	font-weight: 900;
	font-size: 15px;
	line-height: 38px;
	position: absolute;
	top: -2px;
	left: -84px;
	}
#btn_sendMessage:link, #btn_sendMessage:visited {
	position: absolute;
	bottom: -40px;
	right: 6px;
	display: block;
	height: 32px;
	width: 166px;
	background-image: url('../images/btn_sendMessage.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	}
#btn_sendMessage:hover, #btn_sendMessage:active {
	background-position: bottom left;
	}
div#warning {
	font-size: 18px;
	color: #990000;
	}