@charset "utf-8";
#contactArea {
	width:730px;
	height:245px;
	margin-top:20px;
}
#contactLeft {
	float:left;
	width:330px;
	height:100%;
}
#contactLeft td {
	height:15px;
}
#contactRight {
	float:left;
	width:400px;
	height:100%;
}
#contactRight td {
	height:25px;
}
.inputC {
	width:200px;
	border:solid 1px #59A8D9;
}
.inputC2 {
	width:200px;
	height:100px;
	border:solid 1px #59A8D9;
}
.buttonC {
	width:100px;
	height:20px;
	background-color:#59A8D9;
	border:none;
	color:#FFFFFF;
}


