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

#contactCellHeader{
	background-color: #ddd;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #af0000;
	padding: 4px 8px 6px 6px;
	height: auto;
	border: 1px solid #fff;
}

#contactCellHeader p{
}
#contactCell{
	background: #efefef;
	padding: 4px 10px 4px 10px;
}

#contactCell table{
	width: 400px !important;
}

#contactCell p{
	margin: 2px;
	line-height: 140%;
}
#contactCellBottom{
	border-top: 1px solid #ccc;
}
#contactCellBottom img{
	display: none;
}
.contactTextarea{
	border: 1px solid #ccc;
	background-color: #fff;
	color: #06c;
}
input.contactButton{
	border: 1px solid #aaa;
	background-color: #ccc;
	color: #333;
	font-weight:bold;
}
input.contactText{
	border: 1px solid #ccc;
	background-color: #fff;
	color: #f80;
}
a.contactLink{
	color: #000;
}
a.contactLink:hover{
	color: #f90;
}