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

#contactCellHeader{
	background:url('../images/stdHeader.gif');
	background-repeat: no-repeat;
	font-weight: bold;
	color: #fff;
	padding: 6px 8px 6px 38px;
	height: auto;
}

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