@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */
@import "/common/themes/cms/Scripts/thickbox.css";/* layout style */

a:link {
	color: #1d3994;
  text-decoration: none;
}
a:visited {
	color: #1d3994;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #1d3994;
  text-decoration: none;
}
.categoryName {
	background: url(images/categoryTitle.jpg) no-repeat 0 0;
}
table.form {
	width: 100%;
}
table.form tr,table.form td {
	padding: 10px 15px;
	vertical-align: top;
}
table.form td {
	border-bottom: #ddd 1px solid;
}
table.form th {
	border-bottom: #999 1px solid;
}
.must {
	vertical-align: middle;
	padding: 5px 10px;
}
dl.teltel dt {
	background: url(images/comPoint.gif) no-repeat 0 3px;
	padding-left: 25px;
}
dl.teltel dd {
	padding: 3px 0 1em 25px;
}
table.form td input {
	width: 300px;
}
table.form tr.bottom,table.form td.bottom {
	border: none;
}
table.form td input.submit {
	width: 120px;
}
table.form td input.formNormal {
	width: 30px;
}
