/* CSS Document */
/********** PAGE TITLE **********/
#titleContactIndex {
	background-image: url(../contact/img/title_contact.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
	width: 500px;
	text-indent:-9999px;
	padding: 0px;
	margin: 0px;
/*border:1px red solid;*/
}


#titleContactEntry {
	background-image: url(../contact/img/title_contact_entry.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	width: 500px;
	text-indent:-9999px;
	padding: 0px;
	margin: 0px;
/*border:1px red solid;*/
}

#titleContactError {
	background-image: url(../contact/img/title_contact_error.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
	width: 500px;
	text-indent:-9999px;
	padding: 0px;
	margin: 0px;
/*border:1px red solid;*/
}



#telDisp {
	background-image: url(../contact/img/index_tel.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 160px;
	width: 500px;
	text-indent:-9999px;
	padding: 0px;
	margin: 0px;
/*border:1px red solid;*/
}


/********** CHAPTER **********/
body#groupContact h3 {
	background-image:url(../img/chapter_bg_blue.gif);
}


/********** TABLE COLOR **********/
table.tblContactForm {
	border-collapse: separate;
	border: 0px solid #FFFFFF;
	border-spacing: 0px;
	margin: 0px;
}

th,td.tblContactForm {
	margin: 0px;
	padding: 2px 5px;
	border-width: 1px;
	border-style: solid;
	text-align: left;
}

th.tblContactForm {
	color: #FFFFFF;
	background-color: #9999CC;
	border-top-color: #FFFFFF;
	border-right-color: #7676B8;
	border-bottom-color: #626399;
	border-left-color: #BEBEDE;
	width: 130px;
}
td.tblContactForm {
	color: #006699;
	background-color: #E6E6F2;
	border-top-color: #FFFFFF;
	border-right-color: #BEBEDE;
	border-bottom-color: #A7A7BE;
	border-left-color: #F2F2F9;
	width: 320px;	
}
