body {
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	color: #444;
}

a {color: #635FAA; text-decoration: none;}
a:hover {color: #000; text-decoration: none;}

td {font-size: 10pt; text-align: left;}

.allformsclosed {
	background: #fff;
	border: 1px solid #c2b6ff;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	font-size: 18px;
}

table.cjlist {
	background-color: #c2b6ff;
	margin-bottom: 20px;
	width:800px;
}
table.cjlist tr {background-color: #fff;}
table.cjlist td {padding: 4px; font-size: 13px;}
table.cjlist tr.th {
	background-color: #e9e5ff;
	font-weight: bold;
	color: #645cac;
	font-size: 11px;
}
table.cjlist tr.trhover{background-color: #f7f6ff;}
.tit {width: 800px; margin: 4px auto; font-size: 24px; text-align: left; color: #655cac;}
span.type_p {padding: 3px 0 0px 18px; background: url(tgp.gif) 0 2px no-repeat; font-size: 12px;}
span.type_m {padding: 3px 0 0px 18px; background: url(mgp.gif) 0 1px no-repeat; font-size: 12px;}
span.type_t {padding: 3px 0 0px 18px; background: url(tube.gif) 0 0px no-repeat; font-size: 12px;}
span.disabled {color: #aaa;}
span.enabled {color: #444;}
table.cjlist td.th {background-color: #e9e5ff; color: #000;}
#selCJs {color: #888;}
#selCJs span {color: #000; padding: 3px 10px; margin-right: 5px; margin-bottom: 3px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; display: block; float: left;
background: #f6f4fe; /* Old browsers */
background: -moz-linear-gradient(top,  #f6f4fe 0%, #ddd8fa 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f4fe), color-stop(100%,#ddd8fa)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f6f4fe 0%,#ddd8fa 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f6f4fe 0%,#ddd8fa 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f6f4fe 0%,#ddd8fa 100%); /* IE10+ */
background: linear-gradient(top,  #f6f4fe 0%,#ddd8fa 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f4fe', endColorstr='#ddd8fa',GradientType=0 ); /* IE6-9 */
border: 1px solid #cdc3fc;
text-shadow: 0 1px 0 #fff;
}
#selCJs span a {text-decoration: none; color: #8975ea;}

#resultdiv {width:780px; margin:10px auto; border: 1px solid #c2b6ff; padding:10px; display:none; text-align: left; font-size: 18px;}
#resultdiv hr {border:none; border-top: 1px dashed #c2b6ff;}
#resultdiv table {font-size: 12px;}
#wait {padding:5px; padding-left: 30px; border: 1px solid #c2b6ff; background: url(wait.gif) 7px 5px no-repeat #e9e5ff; margin:12px auto; display: none; width: 100px; color: #000; text-align: left;}
/*#trform {display: none;}*/

.input_text {
	font-size: 12px;
	background-color:#f7f5fd;
	border:1px solid #d6cffc;
	padding: 2px;
}

BUTTON, INPUT.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px 15px;
	padding-top: 6px;
	font-weight:normal;
	color: #444;
	border: 1px solid #c2b6ff;
	cursor: pointer;
	-moz-border-radius: 2px; -webkit-border-radius: 4px; border-radius: 2px;
	-webkit-transition:border-color .15s; -moz-transition:border .15s; -o-transition:border-color .15s; transition:border-color .15s;
	text-shadow: 0px 1px 0px #fff;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #e0daff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e0daff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e0daff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f9f9 0%,#e0daff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f9f9 0%,#e0daff 100%); /* IE10+ */
	background: linear-gradient(top,  #f9f9f9 0%,#e0daff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e0daff',GradientType=0 ); /* IE6-9 */
	margin-top: 10px;
	margin-bottom: 10px;
}
BUTTON:hover, INPUT.button:hover {border-color: #a395ed;}

