



#form {
margin: auto;
background-color: #fff;
background: rgba(255,255,255,0.8);
border: 5px #52715csolid;
width: 300px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
padding: 10px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, .75);
-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, .75);
box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, .75);
position: relative;
}

#form a {
	color: #2990c2;
}

input[type="text"] {
	display: list-item;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	text-align: left;
	font-size: 16px;
	color: #55828D;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #f5f5f5;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #818181;
	border-right-color: #818181;
	border-bottom-color: #818181;
	border-left-color: #818181;
	width: 100%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 0px;
}

select {
	width: 100%;
}

.button {
  border-top: 1px solid #faddbe;
   background: #ffc169;
   background: -webkit-gradient(linear, left top, left bottom, from(#004cca), to(#003ea4));
   background: -webkit-linear-gradient(top, #7fa14b, #b5de77);
   background: -moz-linear-gradient(top, #7fa14b, #b5de77);
   background: -ms-linear-gradient(top, #7fa14b, #b5de77);
   background: -o-linear-gradient(top, #7fa14b, #b5de77);
   padding: 4px 8px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 18px;
   font-family: 'Lato', sans-serif;
   font-weight: 200;
   text-decoration: none;
   vertical-align: middle;
   text-align: center;
   }
.button:hover {
   border-top-color: #a3c76b;
   background: #a3c76b;
   color: #fff;
   }
.button:active {
   border-top-color: #b5de77;
   background: #b5de77;
   }


		