/*css untuk form Contact*/
#contactContainer{
}

#contactCellHeader{
	padding: 10px 0px;
	color: #cc3300;
	font-size: 14px;
	font-weight: bold;
}

#contactCellHeader p{
}
#contactCell{
}
#contactCell p{
	margin: 2px 0px;
	line-height: 140%;
}
#contactCellBottom{
	border-top: 1px solid #AD7927;
}
#contactCellBottom img{
	display: none;
}
.contactTextarea{
	border: 1px solid #AD7927;
	background-color: #fff;
	color: #06c;
}
input.contactButton{
	border: 1px solid #AD7927;
	background-color: #AD7927;
	color: #fff;
	font-weight:bold;
}
input.contactText{
	border: 1px solid #AD7927;
	background-color: #fff;
	color: #f80;
}
a.contactLink{
	color: #000;
}
a.contactLink:hover{
	color: #f90;
}