					body {
						margin: 0px;
					}
					#contact {
						position: absolute;
						top: 0px;
						float: left;
						width: 400px;
						height: auto;
					}
					#send-form {
						margin-bottom: 20px;
						background-color: #003D96;
						color: #FFFFFF;
					}
					.input-block {
					float: left;
					padding-top: 5px;
					width: 400px;
					height: 25px;
					color: #000;
					}
					input {
					display: block;
					float: right;
					padding-left: 3px;
					width: 250px;
					height: 15px;
					color: #000;
					text-align: left;
					font-size: 12px;
					font-family: Arial, Helvetica, sans-serif;
					}
					#contact-name {

					}
					#contact-company {

					}
					#contact-email {

					}
					#contact-phone {

					}
					#contact-message {
						float: right;
						padding: 3px;
						width: 250px;
						height: 60px;
						text-align: left;
						font-size: 12px;
						font-family: Arial, Helvetica, sans-serif;
					}

					#message-area {
						height: auto;

					}
					#submit {
					float: right;
					margin-top: 15px;
					margin-left: 15px;
					width: 80px;
					height: 25px;
					border: none;
					border-radius: 5px;
					background-color: #003D96;
					color: #FFF;
					text-align: center;
					font-style: italic;
					font-size: 15px;
					font-family: Georgia, Arial, Helvetica, sans-serif;
					}
					#message_div {
						float: left;
						margin-top: 15px;
						width: 280px;
						height: 50px;
						text-align: left;
						font-weight: bold;
						font-size: 12px;
						font-family: Arial, Helvetica, sans-serif;
					}
					#error-content {
						display: none;
						color: #C00;
						text-align: right;
					}
					#message-sent {
						display: none;
						color: #060;
						text-align: right;
					}
					#error-email {
						display: none;
						color: #C00;
						text-align: right;
					}
					#error-name {
						display: none;
						color: #C00;
						text-align: right;
					}