@charset "UTF-8";
@import url("form.css");
@import url("confirm.css");

div#mailfrom_hidden_object {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#mailfrom_hidden_object input {
	margin: 10px;
}
form#mailform {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 580px;
}
img.must {
	width: 30px;
	height: 16px;
	float: left;
}


/*++++++++++++side bar list style+++++++++++++++*/
table.network {
 	width: 200px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
table.network th {
	font-size: 12px;
	color: #232323;
	padding: 0px;
}
table.network td {
	width: 185px!important;
	width/**/: 200px;
	font-size: 12px;
	color: #353535;
	text-align: left;
	border-bottom: 1px solid #cccccc;
	padding: 5px 5px 5px 10px;
	background-image: url(../../../images/ic_com.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
table.network td a {
	padding: 0px 0px 0px 6px;
}

table.network2 {
	width: 200px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
table.network2 th {
	font-size: 12px;
	text-align: left;
	color: #232323;
	padding: 0px;
}
table.network2 td {
	width: 80px!important;
	width/**/: 100px;
	font-size: 12px;
	color: #353535;
	text-align: left;
	border-bottom: 1px solid #cccccc;
	padding: 5px 5px 5px 15px;
	background-image: url(../../../images/ic_com.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
table.network2 td.blank {
	padding: 0px 0px 0px 0px;
	background-image: none;
}
table.network2 td a {
	padding: 0px 0px 0px 6px;
}



















