/*css untuk form Contact*/
#contactContainer{
	padding: 10px;
}

#contactCellHeader{
	margin: 0px 0px 5px 0px;
	padding-bottom: 5px;
	text-align: left;
	color: #0343b1;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px dotted #ccc;
}

#contactCellHeader p{
}
#contactCell{
	padding: 10px 0px;
}
#contactCell p{
	margin: 2px;
	line-height: 140%;
}
#contactCellBottom{
}
.contactTextarea{
	border: 1px solid #aaa;
	background-color: #fff;
	color: #06c;
}
input.contactButton{
	cursor: pointer;
	border: 1px solid #ddd;
	background-color: #eee;
	color: #333;
	font-size: 1.0em;
	font-weight:bold;
	padding: 1px 6px;
}
input.contactText{
	padding: 2px;
	border: 1px solid #aaa;
	background-color: #fff;
	color: #333;
}
a.contactLink{
	color: #000;
}
a.contactLink:hover{
	color: #f90;
}