﻿@charset "UTF-8";
/* CSS Document */
#workTogtherContainer{
	margin:10px auto;
	width:746px;
	}
	.workTogther{
		padding:20px;
		margin:10px 0;
		_height:320px;
		min-height:320px;
		background:url(../images/workTogtherBg.gif) no-repeat top center;
		}
		.workTogther h3{
			margin:10px 0;
			font-size:14.7px;
			font-weight:bold;
			}
			.workTogther p{
				line-height:25px;
				text-indent:2em;
				}
			.workTogther table{
				width:100%;
				}
				.workTogther th,.workTogther td{
					line-height:50px;
					}
					.workTogther th{
						width:120px;
						}
					.workTogther .w250{
						width:250px;
						}
					.workTogther input{
						margin-right:25px;
						}
					.workTogther .w350{
						width:350px;
						}
					.workTogther .w450{
						width:450px;
						}
.infoTable{
	margin:20px;
	background:#ccc;

}
.infoTable th,.infoTable td{
	line-height:25px;
	background:white;
	padding-left:10px;
}
.infoTable th{
	font-weight:bold;
	background:#dfdede;
}
