* {
	margin: 0;
	padding: 0;
}
body {
	background: #FFF;
	width: auto;
	height: 100%;
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
	font-size: 15px;
	color: #474747;
	line-height: 1.6em;
}
a, a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;color: #0a71b2;
}

ul {
	padding-left: 0px;
}
.container  {
	min-width:900px;
	padding-top:400px;
	position:relative;
	width:100%;
}
.mainContent {
	padding: 110px 0px;text-align:center;
}


.learnmore {
	-moz-box-shadow:inset 0px -41px 0px -10px #fa9623;
	-webkit-box-shadow:inset 0px -41px 0px -10px #fa9623;
	box-shadow:inset 0px -41px 0px -10px #fa9623;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f7ecde), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #f7ecde 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7ecde', endColorstr='#fb9e25');
	background-color:#f7ecde;
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	border:3px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:23px;
	font-weight:bold;
	padding:16px 24px;
	text-decoration:none;
}.learnmore:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #f7ecde) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #f7ecde 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#f7ecde');
	background-color:#fb9e25;
}.learnmore:active {
	position:relative;
	top:1px;
}


label {
	display:block; 
	padding-bottom:5px; 
	margin-top:20px;
}


#sendbutton {
	background:#000000; color:#0a71b2; font-family:"Trebuchet MS";font-size:1em';width:120px;height:60px;
	cursor:pointer;
	padding:5px 10px; 
-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}