@charset "utf-8";
/* CSS Document */

#setting{
	width: 95%;
	min-height: 30px;
	background: #f7f8f8;
	font-size: 18px;
	font-family: Arial;
	padding: 5px 15px 5px 15px;	
	
	border: solid 1px #e8ebec;
}

	#setting h2{
		font-size: 22px;
		margin: 5px 0px 10px 8px;
		cursor: pointer;
	}
	#setting img{margin-right: 15px;}
#wrapper{
	background: #FFFFFF;
	margin: 0px 0px 2px 0px;
	padding: 20px 15px;
	min-height: 20px;
	overflow: hidden;
	width: 95%;
	overflow: hidden;
	
	border-bottom: solid 2px #e3e5eb;
}
	#wrapper table{
		border-bottom: solid 1px #d4d7e0;
		padding: 2px;
		
	}
	
	#wrapper label{ color: #333333; }
	
	.row{width: 95%;display: block;}
	.col-md-4{
		width: 33.3%;
		float: left;
		display: inline-block;
	}
	label{
		font-weight: bold;
		display: block;
	}
	.form-control{
		width: 80%;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		padding: 5px;
		border: solid 1px #e8ebec;
	}
	.text-right{text-align: right;}
	#submit{margin: 15px 63px 0px 0px;}
	
.clearfix {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 10px;
}
.example{
	background: rgb(191,210,224); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(191,210,224,1) 0%, rgba(155,183,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,210,224,1)), color-stop(100%,rgba(155,183,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(191,210,224,1) 0%,rgba(155,183,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(191,210,224,1) 0%,rgba(155,183,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(191,210,224,1) 0%,rgba(155,183,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(191,210,224,1) 0%,rgba(155,183,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd2e0', endColorstr='#9bb7cc',GradientType=0 ); /* IE6-9 */
	color: #FFF;
	padding: 8px 10px;
	font-size: 14px;
	margin-bottom: 20px;
}
	.exampleHeader{
		height: 15px;
		background: #ecedf1;
		border-bottom: solid 1px #f8f8fa;
		color: #9da8bc;
		padding: 8px 10px;
		text-transform: uppercase;
		font-weight: bold;
		border-left: solid 1px #d4d7e0;
		border-right: solid 1px #d4d7e0;
	}
