/*css untuk form Contact*/
#contactContainer{
	padding: 10px 0px 10px 10px;
}

#contactCellHeader{
	margin: 0px;
	padding: 10px;
	text-align: left;
	color: #4d3507;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	background-color: #f2f1d6;
}

#contactCellHeader p{
}
#contactCell{
	padding: 10px 10px;
	line-height: 140%;
}
#contactCell p{
	margin: 2px 0px;
	line-height: 140%;
}
#contactCellBottom{
	
}
.contactTextarea{
	border: 1px solid #aaa;
	background-color: #fff;
	color: #06c;
	overflow: auto;
}
input.contactButton{
	margin-top: 10px;
	cursor: pointer;
	border: 1px solid #111;
	background-color: #2d2b2c;
	color: #e2af46;
	padding: 0px 6px;
	font-weight:bold;
	cursor: pointer;
}
input.contactText{
	padding: 2px;
	border: 1px solid #aaa;
	background-color: #fff;
	color: #333;
}
a.contactLink{
	color: #000;
}
a.contactLink:hover{
	color: #f90;
}