div#contentBlock {
	width: 956px;
	padding: 20px 20px 10px 15px;
	background: #ffffff;
}

	div#contentBlock hr {
		margin-bottom: 10px;
	}

	#contactLeft {
		width: 420px;
		display: block;
		float: left;
		padding-right: 20px;
		padding-bottom: 40px;
		border-right: 1px solid #E3E3E3;
	}
	
		div#contentBlock #contactLeft p {
			margin-right: 0px;
		}
		div#contentBlock #contactLeft p#mandatory {
			margin-right: 25px;
			text-align: right;
			font-style: italic;
		}

			div#contentBlock #contactLeft form p {
				margin: 10px 0;
			}
				form p label {
					width: 80px;
					height: 18px;
					display: inline-block;
					padding: 9px 10px 5px 0;
					text-align: right;
					vertical-align: top;
				}
				form p input,
				form p textarea {
					width: 290px;
					height: 20px;
					padding: 6px 5px 4px 5px;
					background: #F6F6F6;
					border: 1px solid #E3E3E3;
					-o-border-radius: 6px;
					-icab-border-radius: 6px;
					-khtml-border-radius: 6px;
					-moz-border-radius: 6px;
					-webkit-border-radius: 6px;
					border-radius: 6px
				}
				form p textarea {
					height: auto;
					resize: vertical;
				}

				form p.error label {
					color: #DF1818;
				}
				form p.error input,
				form p.error textarea {
					border: 1px solid #DF1818;
				}
				form p input.submit {
					width: auto;
					height: 30px;
					display: inline-block;
					padding: 0px 40px;
					margin-left: 90px;
					text-transform: uppercase;
					font-weight: bold;
					color: #fff;
					border: 0px;
					cursor: pointer;
					background: #900 url(../img/degraRed.jpg) left top repeat-x;
				}
				form p input.submit:hover {
					text-decoration: none;
					-moz-box-shadow: 1px 1px 3px 0px #333333;
					-webkit-box-shadow: 1px 1px 3px 0px #333333;
					-o-box-shadow: 1px 1px 3px 0px #333333;
					box-shadow: 1px 1px 3px 0px #333333;
				}

	#contactRight {
		width: 495px;
		display: block;
		float: right;
		padding-left: 20px;
	}
		div#contentBlock #contactRight h4 {
			color: #DF1818;
			margin-top: 30px;
			margin-bottom: 0px;
		}
		div#contentBlock #contactRight h4:nth-child(1) {
			margin-top: 10px;
		}
		div#contentBlock #contactRight p {
			margin-left: 0px;
		}
		div#contentBlock #contactRight p.function,
		div#contentBlock #contactRight a.mail,
		div#contentBlock #contactRight p.gsm,
		div#contentBlock #contactRight p.place {
			margin-top: 0px;
			margin-bottom: 0px;
		}
		div#contentBlock #contactRight p.function {
			font-style: italic;
			font-size: .923em;
			margin-bottom: 5px;
		}
		div#contentBlock #contactRight a.mail {
			color: #666;
		}
			div#contentBlock #contactRight a.mail:hover {
				color: #DF1818;
			}
		div#contentBlock #contactRight p.gsm {
			margin-bottom: 5px;
		}

		div#googlemap {
			width: 480px;
			height: 300px;
			padding: 1px;
			display: block;
			margin: 20px 0px;
			background: #fff;
			-moz-box-shadow: 0px 1px 3px 0px #B2B2B2;
			-webkit-box-shadow: 0px 1px 3px 0px #B2B2B2;
			-o-box-shadow: 0px 1px 3px 0px #B2B2B2;
			box-shadow: 0px 1px 3px 0px #B2B2B2;
		}




