/* CSS Document */
.clear {
	clear: both;
}
.cl-form {
	margin: 35px 5px 0px 5px;
	font-family: "Lucida Sans", Lucida Grande, Arial, Verdana, sans-serif;
}

.cl-form span, .cl-form span a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}
.txt-cl {
	background-color: transparent;
	padding: 5px 10px;
	margin: 5px 5px;
	height: 33px;
	width: 254px;
	float: left;
	color: #ccc;
	font-size: 14px;
	border: none;
	background-image: url(../img/txt_cl.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.btn-cl {
	background-image: url(../img/btn_cl.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: transparent;
	border: none;
	width: 127px;
	height: 48px;
	margin-left: 5px;
}
