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

#contactCellHeader{
	padding: 6px;
	color: #5487c0;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	background-color: #1a324c;
}

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

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

#contactCellBottom{
	border-top: 1px solid #ccc;
}
#contactCellBottom img{
	display: none;
}
.contactTextarea{
	border: 1px solid #9cb0c4;
	background-color: #fff;
}
input.contactButton{
	width: 65px;
	height: 19px;
	padding-bottom: 4px;
	color: #060628;
	font-weight:bold;
	border: 0px;
	background: url(../images/buttons.gif) center no-repeat #4b7198;
}
input.contactText{
	border: 1px solid #9cb0c4;
	background-color: #fff;
}
