#contact_form {
	position: relative;
	/*top: -80px;*/
	margin-left: 20px;
	font-weight: bold;
	width: 520px;
}

#recipient {
	margin-top: 20px;
	margin-left: 20px;
}

#recipient > label {
	font-weight: bold;
}

#recipient > img {
	position: relative;
	top: -110px;
	left: 300px;
}

label, input, textarea {
	display: block;
}

label {
	margin-bottom: 2px;
}

input, textarea {
	margin-bottom: 10px;
}

.Button {
	background-color: #c9eab9;
	border: none;
	height: 25px;
	width: 70px;
	font-weight: bold;
	
	box-shadow: 2px 2px 2px #dfdfdf;
    -moz-box-shadow: 2px 2px 2px #dfdfdf;
    -webkit-box-shadow: 2px 2px 2px #dfdfdf;
}

.Button:hover {
	background-color: #3b5e5b;
}

.bold_txt {
	font-weight: bold;
}

#main_container {
	height: 690px;
}