
.cl_div {
	background-color: #DDDDDD;
	border: #CCCCCC 1px solid;
	border-radius: 3px;
	font-size: 18px;
}
.cl_div_edit {
	
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	border-radius: 5px;
	line-height: 32px;
	padding-left: 5px;
	
}

.cl_tab_msg {
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px!important;
	font-size:18px!important;
	color:#FFE066!important;
	background: rgb(155,155,155); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(155,155,155,1) 0%, rgba(188,0,3,1) 4%, rgba(109,9,9,1) 48%, rgba(188,0,3,1) 96%, rgba(155,155,155,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(155,155,155,1)), color-stop(4%,rgba(188,0,3,1)), color-stop(48%,rgba(109,9,9,1)), color-stop(96%,rgba(188,0,3,1)), color-stop(100%,rgba(155,155,155,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(155,155,155,1) 0%,rgba(188,0,3,1) 4%,rgba(109,9,9,1) 48%,rgba(188,0,3,1) 96%,rgba(155,155,155,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(155,155,155,1) 0%,rgba(188,0,3,1) 4%,rgba(109,9,9,1) 48%,rgba(188,0,3,1) 96%,rgba(155,155,155,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(155,155,155,1) 0%,rgba(188,0,3,1) 4%,rgba(109,9,9,1) 48%,rgba(188,0,3,1) 96%,rgba(155,155,155,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(155,155,155,1) 0%,rgba(188,0,3,1) 4%,rgba(109,9,9,1) 48%,rgba(188,0,3,1) 96%,rgba(155,155,155,1) 100%); /* W3C */
	
}
html, body { height: 100%; }