@charset "UTF-8";
/* CSS Document */
#mc_embed_signup{ 
background: rgb(89,143,177);
	background-image: linear-gradient(bottom, rgb(89,143,177) 0%, rgb(63,117,151) 100%);
background-image: -o-linear-gradient(bottom, rgb(89,143,177) 0%, rgb(63,117,151) 100%);
background-image: -moz-linear-gradient(bottom, rgb(89,143,177) 0%, rgb(63,117,151) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(89,143,177) 0%, rgb(63,117,151) 100%);
background-image: -ms-linear-gradient(bottom, rgb(89,143,177) 0%, rgb(63,117,151) 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(89,143,177)),
	color-stop(1, rgb(63,117,151))
);
	box-shadow:inset #315b76 0px 2px 5px; 
	color:#fff; 
	margin: 40px 0;
	text-shadow:#000 0px -1px 0px;
	border-radius:10px; 
	clear:left;
	font:14px Helvetica,Arial,sans-serif; 
	padding:20px; 
	font-weight:500; 
	font-size:20px; 
	text-align:center; 
	margin:30px auto; 
	width:600px;
	overflow:hidden;
	}
	#mc_embed_signup input.email{
		display:inline;
		padding: 7px;
		width:300px;
		border:none;
		font-size:14px;
		border: #666 1px solid;
		border-radius:3px;
		box-shadow: inset #f0f0f0 0px 10px 10px, rgba(0, 0, 0, 0.4) 0px 1px 3px;
	}
	#mc_embed_signup input.email:hover{
		box-shadow:none;
		border:#CCC 1px solid;
	}
	#mc_embed_signup input.name{
		display:inline;
		padding: 7px;
		width:100px;
		border:none;
		font-size:14px;
		border: #666 1px solid;
		border-radius:3px;
		box-shadow: inset #f0f0f0 0px 10px 10px, rgba(0, 0, 0, 0.4) 0px 1px 3px;
	}
	#mc_embed_signup input.name:hover{
		box-shadow:none;
		border:#CCC 1px solid;
	}
	#mc_embed_signup input.button{
		display:block;
		float:left;
		margin: 10px 0 0 20px;
		padding: 10px 30px;
		background: rgb(193,66,49);
		background-image: linear-gradient(bottom, rgb(193,66,49) 0%, rgb(213,85,68) 100%);
		background-image: -o-linear-gradient(bottom, rgb(193,66,49) 0%, rgb(213,85,68) 100%);
		background-image: -moz-linear-gradient(bottom, rgb(193,66,49) 0%, rgb(213,85,68) 100%);
		background-image: -webkit-linear-gradient(bottom, rgb(193,66,49) 0%, rgb(213,85,68) 100%);
		background-image: -ms-linear-gradient(bottom, rgb(193,66,49) 0%, rgb(213,85,68) 100%);
		
		background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(193,66,49)),
		color-stop(1, rgb(213,85,68))
		);
		border:none;
		color:#fff;
		border-radius:4px;
		text-shadow: #000 0px -1px 0px;
		font-weight:600;
		font-size:16px;
		cursor:pointer;
		box-shadow: #333 0px 1px 2px, inset rgba(225, 225, 225, 0.5) 0px 1px 1px;
		
	}
	#mc_embed_signup input.button:hover{
		background-image: linear-gradient(bottom, rgb(193,66,49) 0%, rgb(219,107,92) 100%);
		background-image: -o-linear-gradient(bottom, rgb(193,66,49) 0%, rgb(219,107,92) 100%);
		background-image: -moz-linear-gradient(bottom, rgb(193,66,49) 0%, rgb(219,107,92) 100%);
		background-image: -webkit-linear-gradient(bottom, rgb(193,66,49) 0%, rgb(219,107,92) 100%);
		background-image: -ms-linear-gradient(bottom, rgb(193,66,49) 0%, rgb(219,107,92) 100%);
		
		background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(193,66,49)),
		color-stop(1, rgb(219,107,92))
		);

	}
	#mc_embed_signup input.button:active{
		background-image: linear-gradient(bottom, rgb(209,89,73) 0%, rgb(193,66,49) 100%);
		background-image: -o-linear-gradient(bottom, rgb(209,89,73) 0%, rgb(193,66,49) 100%);
		background-image: -moz-linear-gradient(bottom, rgb(209,89,73) 0%, rgb(193,66,49) 100%);
		background-image: -webkit-linear-gradient(bottom, rgb(209,89,73) 0%, rgb(193,66,49) 100%);
		background-image: -ms-linear-gradient(bottom, rgb(209,89,73) 0%, rgb(193,66,49) 100%);
		
		background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(209,89,73)),
		color-stop(1, rgb(193,66,49))
		);
		box-shadow: inset #000 0px 1px 2px;
	}
	.submit-info{
		font-size:12px;
		font-weight:500;
		float:left;
		padding:10px;
	}
