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

#contactCellHeader{
	background-color: #F8C300;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #fff;
	padding: 6px;
	height: auto;
	border-bottom: 2px solid #f60;
}

#contactCellHeader p{
}
#contactCell{
	border-left: 1px solid #f60;
	border-right: 1px solid #f60;
	padding: 4px 10px 4px 10px;
}
#contactCell p{
	margin: 2px;
	line-height: 140%;
}
#contactCellBottom{
	text-align: center;
	border-top: 1px solid #f60;
}
.contactTextarea{
	border: 1px solid #aaa;
	background-color: #fff;
	color: #f60;
}
input.contactButton{
	border: 1px solid #f40;
	background-color: #f80;
	color: #000;
	font-weight:bold;
}
input.contactText{
	border: 1px solid #aaa;
	background-color: #fff;
	color: #f80;
}
a.contactLink{
	color: #000;
}
a.contactLink:hover{
	color: #f90;
}