

body {
    background-color: #ebebeb; 
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: 300;
	/*width:100%;*/
	/*height:100%;*/
}

input[type=text]{
	background:#FFF; 
	border: 1px solid darkgrey;
	size:60px;
	maxlength:60;
	color:#999;
	}
	
textarea{
	background:#D3F6EA; 
	
}
input[type=password]{
		background:#FFF; 
	border: 1px solid darkgrey;
	size:60px;
	size:25;
	maxlength:60;
	color:#999; 
	}


.loginarea{
		width: 450px;
		height:500px;
		margin-left: auto;
		margin-right:auto;
		margin-top: 0px;
		font-family:Arial, Helvetica, sans-serif; 
		border:thin;
}
.jobflex{
	font-size: 60px; 
	color:#FFF;
	font-weight:bold;
}
.quotestatement{
	
	font-size: 27px; 
	color: rgb(223,222,227);
}
.tablelogin{
		align:center;
		width:100%;
		height:80%; 
		border:'0'; 
		cellspacing:0; 
		cellpadding:4;
		background-color: rgb(251,252,254);	
	
}
.warning{
}


.button-link {
  font-family: helvetica;
  color:#03F;
  box-shadow: 1px 1px 1px #E3EFF9;
  padding: 5px 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #666;
  background: #63B8EE;
  background: linear-gradient(top,  #F7FCFF,  #E3EEFC);
  background: -ms-linear-gradient(top,  #F7FCFF,  #E3EEFC);
  background: -webkit-gradient(linear, left top, left bottom, from(#F7FCFF), to(#E3EEFC));
  background: -moz-linear-gradient(top,  #F7FCFF,  #E3EEFC);
}
.button-link:hover {
  color: #14396A;
  background: #468CCF;
  background: linear-gradient(top,  #72B3ED,  #91CDF5);
  background: -ms-linear-gradient(top,  #72B3ED,  #91CDF5);
  background: -webkit-gradient(linear, left top, left bottom, from(#72B3ED), to(#91CDF5));
  background: -moz-linear-gradient(top,  #72B3ED,  #91CDF5);
}



