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

#contactCellHeader{
	background-color: #EEEDAF;
	font-weight: bold;
	color: #af0000;
	padding: 4px 8px 6px 6px;
	border: 1px solid #fff;
}

#contactCell{
	background: #F7F7DB;
	padding: 4px 10px 4px 10px;
}

#contactCell table{
	width: 400px !important;
}

#contactCellBottom{
	border-top: 1px solid #ccc;
}
#contactCellBottom img{
	display: none;
}
.contactTextarea{
	border: 1px solid #DCDB87;
	background-color: #fff;
}
input.contactButton{
	border: 1px solid #DCDB87;
	background-color: #DCDB87;
	color: #AF0000;
	font-weight:bold;
}
input.contactText{
	border: 1px solid #DCDB87;
	background-color: #fff;
}
