/* CSS Document */
#contact_form {
	width:435px;
	position:absolute;
	top:15px;
	left:332px;
}
#contact_img {
	position:relative;
	top:18px;
	left:0px;
}
#contact_form table {	 
	border-collapse:collapse;
}
#contact_form table tr th {
	width:150px;
	font-size:10px;
	color:#505050;
	border:1px solid #cccccc;
}
#contact_form table tr td {
	font-size:10px;
	color:#505050;
	border:1px solid #cccccc;
	padding:1px 10px;
}
#contact_form table tr td input {
	height:15px;
	border:1px solid #cccccc;
}
#contact_form table tr td textarea {
	border:1px solid #cccccc;
}
#msg {
	line-height:18px;	 
}
.btn {
	font-size:10px;
	border:3px outset #cccccc;
	margin:5px;
}
.align_center {
	text-align:center;
}


