.form .input-box input {
	width: 209px;
	height: 29px;
	float: left;
	background: none !important;
	background: #fee4cd !important;
	border: solid 1px #f67800 !important;
	font-size: 14px;
	color: #8a8a8a;
	margin: 0px 0 0 2px;
	padding: 0 10px 0 10px;
}

.clint_form a {
	color:#4C2D79 !important;
}
.submit {
	margin: 17px 0 0 242px !important;
}
input[type=submit] {
	color: #FFF;
	font-size: 15px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: #512e8e 0px solid;
	padding: 5px 10px;
	background: rgb(98,108,145);
	background: -moz-linear-gradient(top, rgba(98,108,145,1) 0%, rgba(50,60,93,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(98,108,145,1)), color-stop(100%,rgba(50,60,93,1)));
	background: -webkit-linear-gradient(top, rgba(98,108,145,1) 0%,rgba(50,60,93,1) 100%);
	background: -o-linear-gradient(top, rgba(98,108,145,1) 0%,rgba(50,60,93,1) 100%);
	background: -ms-linear-gradient(top, rgba(98,108,145,1) 0%,rgba(50,60,93,1) 100%);
	background: linear-gradient(to bottom, #512e8e 0%,#512e8e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#626c91', endColorstr='#323c5d',GradientType=0 );
}
input[type=submit]:hover { cursor:pointer; background:#CCCCCC; }