/*----------------------------------------------
 base style
------------------------------------------------*/

/* module block */
.module_block {
	padding:0 0 15px 0;
}

/* source textarea */
.module_block textarea.module_src {
	width:90%;
	height:200px;
	overflow:auto;
	border:solid 1px #ccc;
	margin:0;
	padding:5px;
	display:none;
}

/* disp source button */
.module_block input.module_btn {
	font-size:12px;
	color:#fff;
	padding:2px 5px;
	background:#666;
	cursor:pointer;
	border:solid 1px #666;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	font-family:"sans-serif";
	display:block;
}


/*----------------------------------------------
 other style
------------------------------------------------*/
.module_ttl {
	font-weight:bold;
	padding:5px 10px;
	border:solid #0c53ad;
	border-width:0 0 1px 5px;
	margin-top:30px;
}