@charset "utf-8"; /* CSS Document */
input,select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

form[name=form1] {
	margin: 0;
	padding: 0;
	float: center;
	width: 99%;
	background-color: transparent;
}

form[name=form1] input[type="text"] {
	float: center;
	border: 1px solid #ccc;
	outline: 0;
	border-radius: 2px;
	font: 13px HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
	margin: 0;
	margin-bottom: 20px;
	width: 100%;
	display: block;
	background: #fff;
	height: 35px;
}

form[name=form1] select {
	float: center;
	border: 1px solid #ccc;
	outline: 0;
	border-radius: 2px;
	font: 13px HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
	margin: 0;
	margin-bottom: 20px;
	width: 150%;
	height: 35px;
	display: block;
	background: #fff;
}

#cool43 {
	margin-top: -20px;
}

form[name=form1] input[type="submit"] {
	float: center;
	width: 100%;
	border-color: #FFFFFF;
	border-width: 0px;
	border-radius: 6px;
	background: #0066ff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, 0066ff), color-stop(100%, #0066ff));

	background: -webkit-linear-gradient(top, #0066ff 0%, #0066ff 100%);
	background: -moz-linear-gradient(top, #0066ff 0%, #0066ff 100%);
	background: -o-linear-gradient(top, #0066ff 0%, #0066ff 100%);
	background: -ms-linear-gradient(top, #0066ff 0%, #0066ff 100%);
	background: linear-gradient(top, #0066ff 0%, #0066ff 100%);
	font-size: 18px;
	color: #FFFFFF;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
	height: 50px;
}

form[name=form1] input[type="submit"]:hover {
	background: -webkit-linear-gradient(to bottom, #0078ff 0%, #0078ff 100%);
	background: -moz-linear-gradient(to bottom, #0078ff 0%, #0078ff 100%);
	background: -o-linear-gradient(to bottom, #0078ff 0%, #0078ff 100%);
	background: -ms-linear-gradient(to bottom, #0078ff 0%, #0078ff 100%);
	background: linear-gradient(to bottom, #0078ff 0%, #0078ff 100%);
}

form[name=form1] input[type="submit"]:active {
	background: -webkit-linear-gradient(to bottom, #0066ff 0%, #0066ff 100%);
	background: -moz-linear-gradient(to bottom, #0066ff 0%, #0066ff 100%);
	background: -o-linear-gradient(to bottom, #0066ff 0%, #0066ff 100%);
	background: -ms-linear-gradient(to bottom, #0066ff 0%, #0066ff 100%);
	background: linear-gradient(to bottom, #0066ff 0%, #0066ff 100%);

}

form[name=form1] input[type="submit"]:focus {
	outline: none;
}