.cc_message{
	color: #000;
	font-size: 15px !important;
	line-height: 17px !important;
	/*margin-top: 0px;*/
}
.cc_container .cc_btn,
.cc_container .cc_btn, .cc_container .cc_btn:visited{
	width: auto !important;
	max-width: inherit !important;
	background-color:#f8f8f8;
	background-image:-moz-linear-gradient(top,#fff,#ededed);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#ededed));
	background-image:-webkit-linear-gradient(top,#fff,#ededed);
	background-image:-o-linear-gradient(top,#fff,#ededed);
	background-image:linear-gradient(to bottom,#fff,#ededed);
	background-repeat:repeat-x;*
	background-color:#ededed;
	color: #4E4D4C !important;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border: 1px solid #9C9AA6 !important;
	font-size: 15px !important;
	padding: 5px 9px !important;
	color: #000 !important;
}
.cc_container .cc_btn:hover,
.cc_container .cc_btn:focus{
	background-image:-moz-linear-gradient(top,#ededed, #fff);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ededed),to(#fff));
	background-image:-webkit-linear-gradient(top,#ededed,#fff);
	background-image:-o-linear-gradient(top,#ededed,#fff);
	background-image:linear-gradient(to bottom,#ededed,#fff);

}