/* CSS Document */

.office {
	width:899px;
	height:144px;
	background:url("/images/results/background.jpg") top left no-repeat;
	padding:20px;
	margin:20px 0 0;
}

	.office h3 {
		font-size:18px;
		margin:0 0 15px;
		width:595px;
	}

		.office h3 a {
			color:#666;
			text-decoration:none;
		}

			.office h3 a:hover {
				text-decoration:underline;
			}

	.office .img-holder {
		float:left;
		margin:0 10px 0 0;
	}

	.office .img {
		display:table-cell;
		text-align:center;
		vertical-align:middle;
		border:1px solid #C7C6D8;
		width:133px;
		height:100px;
	}

		.office .img * {
			vertical-align:middle;
		}
		
		/*\*//*/
		.office .img {
			display: block;
		}

		.office span {
			display: inline-block;
			height: 100%;
			width: 1px;
		}
		/**/

			.office .img img {
				max-width:133px;
				max-height:100px;
			}

	.office p {
		float:left;
		width:450px;
		margin:0;
	}

	.office form {
		float:right;
		width:245px;
		padding:0 0 0 30px;
		border-left:1px solid #ccc;
		height:150px;
		text-align:right;
		margin:-40px 0 0;
	}

		.office form p {
			font-weight:bold;
		}

		.office form p, .office form label {
			float:none;
			width:auto;
			margin:0 0 2px;
			display:block;
		}

		.office form label {

		}

		.office .packages {
			margin:20px 0 0;
		}

			.office .packages label input {
				vertical-align:middle;
				margin:0 0 2px 10px;
			}

		.office .packages img {
			cursor:pointer;
			margin:10px 0 0;
		}