/*css untuk form Contact*/
#contactContainer{
	margin-top: 40px;
	height: auto;
}

#contactCellHeader{
	background: #CC7A1D;
	font-weight: bold;
	color: #fff;
	padding: 6px 8px 6px 10px;
	height: auto;
}

#contactCell{
	border-left: 1px solid #CC7A1D;
	border-right: 1px solid #CC7A1D;
	padding: 4px 10px 4px 10px;
}
#contactCell p{
	margin: 2px;
	line-height: 140%;
}
#contactCellBottom{
	text-align: center;
	border-top: 1px solid #CC7A1D;
}

#contactCellBottom img{
	display:none;
}

.contactTextarea{
	border: 1px solid #aaa;
	background-color: #fff;
	color: #06c;
}
input.contactButton{
	border: 1px solid #CC7A1D;
	background-color: #CC7A1D;
	color: #fff;
	font-weight:bold;
}
input.contactText{
	border: 1px solid #aaa;
	background-color: #fff;
	color: #f80;
}
a.contactLink{
	color: #000;
}
a.contactLink:hover{
	color: #f90;
}
