/*css untuk form Contact*/
#contactContainer{
	width: 500px;
}

#contactCellHeader{
	background:url(../images/stdNewsIcon.gif) left no-repeat;
	font-weight: bold;
	color: #000;
	padding: 6px 8px 6px 26px;
	height: auto;
}
#contactCellHeader p{
}
#contactCell{
	padding: 4px 10px 4px 0px;
}
#contactCell p{
	margin: 2px;
	line-height: 140%;
}
#contactCellBottom{
	text-align: center;
}
.contactTextarea{
	border-top: 1px solid #4e4c4d;
	border-left: 1px solid #4e4c4d;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	background-color: #fff;
	color: #06c;
}
input.contactButton{
	border: 1px solid #666;
	background-color: #efefef;
	color: #f90;
	font-weight:bold;
}
input.contactText{
	border-top: 1px solid #4e4c4d;
	border-left: 1px solid #4e4c4d;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	background-color: #fff;
	color: #f80;
}
a.contactLink{
	color: #000;
}
a.contactLink:hover{
	color: #f90;
}
