.content{margin-top: 10px;margin-bottom: 10px;}
.content-header{	
	background: #005500;
	line-height: 35px;
	color: #FFF;
	padding-left: 5px;
}

.div-underline{	border-bottom: dotted 1px #CCC;	line-height: 30px;}

.content-content{margin-top: 20px;}

.title{	background: #E0EEE0;}

.before-send{display: none; padding-left: 10px;}

.input-control{
	border: solid 1px #a6a6a6;
	height: 30px;
	font-size: 15px;
	line-height: 1.7;
	border-radius: 4px;
	margin-right: 10px;
}

.area-control{
	border: solid 1px #a6a6a6;
	font-size: 15px;
	line-height: 1.7;
	border-radius: 4px;
}

.btn
{
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.3;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent; 
	border-radius: 4px;
	text-decoration: none;
	background: #CCC;
	width: 100px;
	margin: 20px;
}

.btn:active,.btn.active
{
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .249);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .249);
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn,
{
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
    box-shadow: none;
	opacity: .65;
}
/**
 * default buton
 */
.btn-default 
{
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-default:focus,.btn-default.focus 
{
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}

.btn-default:hover 
{
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default:active,.btn-default.active
{
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

/**
 * primary button
 */
.btn-primary 
{
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn-primary:hover 
{
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.btn-primary:active,.btn-primary.active,
{
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}