/*css untuk form Contact*/
#contactContainer{
	width: 350px;
}

#contactCellHeader{
	font-weight: bold;
	color: #2b3a73;
	margin: 10px 0px;
}
#contactCellHeader p{
}
#contactCell{
	margin: 5px 0px;
	padding: 5px;
}
#contactCell p{
	margin: 2px;
	line-height: 140%;
}
#contactCellBottom{
	text-align: center;
}
.contactTextarea{
	border-top: 1px solid #738498;
	border-left: 1px solid #738498;
	border-bottom: 1px solid #c0ccda;
	border-right: 1px solid #c0ccda;
	background-color: #fff;
	color: #183869;
	margin-left: 5px;
}
input.contactButton{
	width: 56px;
	height: 18px;
	border: 0px;
	color: #000;
	font-weight:bold;
	float: center;
	background: url(../images/bgBtn.gif) center no-repeat;
	padding-bottom: 2px;
}
input.contactButton:hover{
	width: 56px;
	height: 18px;
	border: 0px;
	color: #000;
	font-weight:bold;
	float: center;
	background: url(../images/bgBtn2.gif) center no-repeat;
	padding-bottom: 2px;
	cursor: hand;
}
input.contactText{
	border-top: 1px solid #738498;
	border-left: 1px solid #738498;
	border-bottom: 1px solid #c0ccda;
	border-right: 1px solid #c0ccda;
	background-color: #fff;
	color: #183869;
	margin-left: 5px;
}
a.contactLink{
	color: #214598;
}
a.contactLink:hover{
	color: #c12226;
}