.combut {
	background: linear-gradient(#42a1ec, #0070c9);
	border: none;
	color: white;
	padding: 10px;
	text-decoration: none;
	cursor: pointer;
	border-radius: 4px;
	border-width: 1px;
	transition: background-color .25s ease-out;
	-webkit-transition: background-color .25s ease-out;
	font-size: 18px !important;
	height: 60px !important;
	width: 320px;
	text-align: center;
	line-height: 24px;
	margin: 10px;
}

.combut:hover {
	background: linear-gradient(#42a1ec, #3295e3);
	color: white;
}

.combut:link {
	color: white;
}

.camp {
	-moz-border-radius: 15px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 0px 4px #999;
	-moz-box-shadow: 0px 0px 4px #999;
	box-shadow: 0px 0px 4px #999;
	border: 0px solid #dadada;
	margin-top: 10px;
	background-color: #FBFBF9;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 480px;
	color: #000;
	overflow: auto;
}


.submit1 {
	margin-bottom: 5px;
	-moz-border-radius: 7px;
	border-radius: 4px;
	background-image: url(../img/but.jpg);
	-webkit-box-shadow: 0px 0px 2px #999;
	-moz-box-shadow: 0px 0px 2px #999;
	box-shadow: 0px 0px 2px #999;
	color: #fff;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	width: 140px;
	text-align: center;
	border: none;

}

.submit1:hover {
	-moz-border-radius: 7px;
	border-radius: 4px;
	background-image: url(../img/butp.jpg);
	-webkit-box-shadow: 0px 0px 2px #999;
	-moz-box-shadow: 0px 0px 2px #999;
	box-shadow: 0px 0px 2px #999;
	color: #fff;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	width: 140px;
	text-align: center;
	border: none;

}