@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;

}

form{
width:550px;
height:500px;
margin:5% 25%;
clear:both;
 
}
fieldset{
 
  border: 0;
  clear: both;
  /* background-color: #F5F5F5; */
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  margin: 40px 0px 0px 129px;
}
.head1 {
  white-space:normal;
  color: #1B2673;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  border:0px solid blue;
  width:575px;
  height:50px;
  /* background-color: #F5F5F5; */
  padding-top:33px;
  padding-left:60px;
  margin:5px 0 -37px 130px;
  font-size:20px;
  line-height: 19px;
  font-family: Frutiger-Bold,Arial,Sans-Serif;
  font-weight: bold;
  }
 
/* Makes responsive fields. Sets size and field alignment.*/
input[type=text]{

margin-bottom: 20px;
margin-top: 10px;
width:300px;
height:30px;
color:#838B83;
font-family: 'Lato', Calibri, Arial, sans-serif;
font-size: 15px;
font-weight: 400;
text-shadow: 0 1px 0 rgba(255,255,255,0.8);
border:1px solid #6D6E72;
background:#FFF url('http://www.oxford-instruments.com/OxfordInstruments/resources/img/common/input-background.gif') repeat-x 0 0;
/* background: linear-gradient(0deg, silver, white 80%) no-repeat; */
/* 
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#FFFFFF),color-stop(1,#E3E3E3));
background: -webkit-linear-gradient(top,white,white,#E3E3E3);
background: -moz-linear-gradient(top,white,white,#E3E3E3);
background: -o-linear-gradient(top, white, white, #E3E3E3);
background: -ms-linear-gradient(top, white, white, #E3E3E3);

background: linear-gradient(to bottom,white,white,#E3E3E3); */
}
/*Reference  http://tympanus.net/codrops/2012/10/16/custom-login-form-styling/ */
input[type=submit]
{
float:right;
margin-bottom:-20px;
margin-right:170px;
margin-top:60px;
border:0;
width:25%;
height:35px;
padding: 9px;
font-size:10px;
cursor:pointer;
color: #FFF;
font-size: 100%;
background: #DC8540 url('http://www.oxford-instruments.com/OxfordInstruments/resources/img/buttons/button-repeat-orange.gif') repeat-x 0 0;
text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
#submit:hover
{
background-color: #DC8540;
}

textarea{
	width:75%;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 20px;
	resize:none;
	border:1px solid gray;
	font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
   /*  text-shadow: 0 1px 0 rgba(255,255,255,0.8); */
	outline: none;
	color:#838B83;
	
	height: 84px;
    padding: 5px 10px 5px 10px;
    border: 1px solid #6D6E72;
    background: #FFF url('http://www.oxford-instruments.com/OxfordInstruments/resources/img/common/area-background.gif') repeat-x 0 100%;
	
	/* background: linear-gradient(0deg,silver, white 80%) no-repeat; */
	/* background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#FFFFFF),color-stop(1,#E3E3E3));
	background: -webkit-linear-gradient(top,white,white,#E3E3E3);
	background: -moz-linear-gradient(top,white,#E3E3E3,#E3E3E3);
	background: -o-linear-gradient(top, white, white, #E3E3E3);
	background: -ms-linear-gradient(top, white, white, #E3E3E3);

	background: linear-gradient(to bottom,white,#E3E3E3,#E3E3E3); */
}
/* input[type=text]:focus,textarea:focus {
border-color: #4697e4;
color: #999;
}
input[type=text]:hover,textarea:hover{
	color: #999;
} */
