@import url(http://fonts.googleapis.com/css?family=Roboto+Slab);
* {
    /* With these codes padding and border does not increase it's width and gives intuitive style.*/
  
	-webkit-box-sizing: border-box;   
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin:0;
	padding:0;
	font-family: 'Roboto Slab', serif;  
}
#resize
{
position:absolute;
margin-top:100px;
margin-left:50px;
color:rgb(65, 197, 76);
}
div#envelope{
	width: 55%;
	margin: 10px 30% 10px 25%;
	padding:10px 0;
	border: 2px solid gray;
	border-radius:10px;
} 	
 
header{
	background-color: #4180C5;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 8px;
	margin-top: -11px;
	margin-bottom: -8px;
	border-radius: 10px 10px 0 0;
	color: aliceblue;
} 

/* Makes responsive fields.Sets size and field alignment.*/
/*input[type=text]{
	margin-bottom: 20px;
	margin-top: 10px;
	width:100%;
	padding: 15px;
	border-radius:5px;
	border:1px solid #7ac9b7;
}*/
/*input[type=text]{
margin-bottom: 8px;
margin-top: 8px;
width: 100%;
padding: 15px;
border-radius:2px;
border: 1px solid #909493;
}*/






/*input[type=submit]
{
margin-top: 18px;
width: 14%;
padding: 12px;
border-radius: 4px;
border: 1px solid #FFFFFF;
background-color: #4180C5;
color: aliceblue;
font-size: 15px;
cursor: pointer;
margin-left: 6%;
}*/

.submitbutton:hover {
background-color: #094B93;
}

.lookbackbutton:hover {
background-color: #B00B0B;
}

#submit:hover {
background-color: rgb(209, 9, 9);
}
textarea{
	width:100%;
	padding: 15px;
	margin-top: 10px;
    border:1px solid #7ac9b7;
	border-radius:5px; 
	margin-bottom: 20px;
	resize:none;
  } 
input[type=text]:focus,textarea:focus {
	border-color: #4697e4;
}

label {
font-size: 16px;
font-weight: bold;
color: rgb(61, 59, 59);
}

.clr
{
	
	clear:both;
	}

