@import url(http://fonts.googleapis.com/css?family=Roboto+Slab);


div#envelope{
	width: 99%;
	margin: 0 30% 10px 0;
	padding:10px 0;
	border: 2px solid gray;
	border-radius:10px;
} 	
form{
	width:85%;
	margin:0% 5%;
	-webkit-box-sizing: border-box;   
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}  

label {
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
	font-size: x-small;
	letter-spacing:2px;
	color:#FC6;
	margin-top:0;
	padding-top:0;
}

/* Makes responsive fields.Sets size and field alignment.*/
input[type=text]{
	margin-bottom: 15px;
	margin-top: 4px;
	width:100%;
	padding: 8px 10px;
	border-radius:5px;
	border:1px solid #C93;
	background: rgba(255, 255, 255, 0.5);
	font-size: 20px;
	color:#FFF;
}
input[type=submit]
{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	margin-bottom: 20px;
	width:100%;
	padding: 10px;
	border-radius:5px;
	border:1px solid #C93;
	background-color: #4180C5;
	color: aliceblue;
	font-size:18px;
	cursor:pointer;
	background-color: linear-gradient(180deg,rgba(216,202,248,1.00) 0%,rgba(98,74,194,1.00) 49.28%,rgba(136,99,248,1.00) 100%);
	background-image: -webkit-linear-gradient(270deg,rgba(216,202,248,1.00) 0%,rgba(86,62,179,1.00) 49.28%,rgba(155,99,248,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(216,202,248,1.00) 0%,rgba(86,62,179,1.00) 49.28%,rgba(155,99,248,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(216,202,248,1.00) 0%,rgba(86,62,179,1.00) 49.28%,rgba(155,99,248,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(216,202,248,1.00) 0%,rgba(86,62,179,1.00) 49.28%,rgba(155,99,248,1.00) 100%);
}
#submit:hover
{
 color:#ffcc99;
}
#submit:active
{
 color:#000;
}
textarea{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	width:100%;
	padding: 8px 10px;
	margin-top: 4px;
    border:1px solid #C93;
	border-radius:5px; 
	margin-bottom: 20px;
	resize:none;
	background: rgba(255, 255, 255, 0.5);
	font-size: 16px;
	color:#FFF;
  }
   
/* input[type=text]:focus,textarea:focus {
	border-color: #4697e4;
} */


  