/*css untuk form Contact*/
#contactContainer{
	margin: 0px 10px;
	background-color: #f7f6f2;
	border: 1px solid #ddd;
	border-top: 0px;
}

#contactCellHeader{
	margin: 0px;
	padding: 10px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	background: url(../images/newsHeader.gif) top no-repeat #333;
}

#contactCellHeader p{
}
#contactCell{
	padding: 10px 10px 4px 20px;
}
#contactCell p{
	margin: 2px;
	line-height: 140%;
}
#contactCellBottom{
}
#contactCell textarea {
	width: 320px;
}
.contactTextarea{
	border: 1px solid #aaa;
	background-color: #fff;
	overflow: auto;
}
input.contactButton{
	cursor: pointer;
	border: 1px solid #333;
	background: url(../images/pollingBtn.gif) left repeat-x #06499a;
	color: #fff;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: bold;
	font-size: 11px;
	margin-top: 4px;
}
input.contactText{
	padding: 2px;
	border: 1px solid #aaa;
	background-color: #fff;
	color: #333;
}
a.contactLink{
	color: #000;
}
a.contactLink:hover{
	color: #f90;
}