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

#contactCellHeader{
	background-color: #efefef;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #333;
	padding: 4px 8px 6px 6px;
	height: auto;
	border: 1px solid #274A75;
}

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