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

#contactCellHeader{
	background: url(../images/stdFormHeader_01.jpg) no-repeat;
	font-weight: bold;
	color: #333;
	padding: 9px 8px 7px 55px;
}

#contactCellHeader p{
}
#contactCell{
	background: url(../images/stdFormHeader_02.jpg) repeat-y center;
	padding: 4px 12px 4px 10px;
}
#contactCell p{
	margin: 2px;
	line-height: 140%;
}
#contactCellBottom{
	background: url(../images/stdFormHeader_04.jpg) no-repeat top;
	height: 20px;
}
.contactTextarea{
	border: 1px solid #aaa;
	background-color: #fff;
	color: #06c;
}
input.contactButton{
	border: 1px solid #666;
	background-color: #efefef;
	color: #274A75;
	font-weight:bold;
}
input.contactText{
	border: 1px solid #aaa;
	background-color: #fff;
	color: #f80;
}
a.contactLink{
	color: #000;
}
a.contactLink:hover{
	color: #f90;
}