@charset "UTF-8";

/* CSS Document */

table.contact{
	width:100%;
	border:none;
	border-collapse:collapse;
	font-size:84%;
}
table.contact th{
	width:50%;
	border-bottom:1px dotted #CCCCCC;
	padding:7px 5px;
	color:#333333;
	text-align:left;
}
table.contact td{
	width:50%;
	border-bottom:1px dotted #CCCCCC;
	padding:7px 5px;
}
table.contact dt{
	width:30%;
	float:left;
}
table.contact dd{
	width:20%;
	float:left;
	text-align:center;
}
table.contact .noBorder{
	border:none !important;
}

label{
	cursor:pointer;
}