/*css untuk form Contact*/
#contactContainer{
	margin-left: 10px;
	width: 450px;
}

#contactCellHeader{
	background:url('../images/stdHeader.gif');
	font-weight: bold;
	color: #fff;
	padding: 4px 8px 4px 8px;
}
#contactCellHeader p{
}
#contactCell{
	border-left: 1px solid #3778A8;
	border-right: 1px solid #3778A8;
	padding: 4px 10px 4px 10px;
}
#contactCell p{
	margin: 2px;
	line-height: 140%;
}
#contactCellBottom{
	text-align: center;
}
.contactTextarea{
	border: 1px solid #B4D8F5;
	background-color: #fff;
	color: #06c;
}
input.contactButton{
	border: 1px solid #069;
	background-color: #efefef;
	color: #06c;
	font-weight:bold;
}
input.contactText{
	border: 1px solid #B4D8F5;
	background-color: #fff;
	color: #06c;
}
a.contactLink{
	color: #000;
}
a.contactLink:hover{
	color: #f90;
}
