form label {
	display: inline-block;
	min-width: 100px;
	text-align: left;

}
form .middleColumn {
	display: inline-block;
	padding: 10px;
}

input {
	border: 0;
	background: #fff;
	height: 25px;
	padding: 5px;
	border: 1px solid #000;
}

.textarea {
	margin: 20px 0 0 0;
}

textarea {
	min-width:200px;
}

input[type=text] {
	min-width:400px;
}


input[name=Email]{
	min-width:inherit;
}

input[type=submit], button {
	border: 0;
	color: #fff;
	background: #171043;
	padding: 10px;
	height: auto;
	min-width: 100px;
	margin: 20px 0 0 0;
	text-transform: uppercase;
}



.tabs {
  list-style:none;
  list-style-image: none;
  -webkit-box-shadow: inset 0 -4px -1px -1px #CCC;
  -moz-box-shadow: inset 0 -4px -1px -1px #CCC;
  box-shadow: inset 0 -4px -1px -1px #CCC;
}


.tab {
	float: left;
	margin-right: 5px;
	text-transform: capitalize;
	background-color: #FFF;
	border: 1px solid #CCC;
	
	border-bottom-width: 3px;
	margin-bottom: 20px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	}

.tab a {
	display: block;
	padding: 0.5em 1em;
	color: #999;
	font-weight: bold;
	text-decoration: none;
	}

.tab:hover {
	background-color: #F2F2F2;
	border-bottom-color: #CCC;
	}

.tab:first-child {
	margin-left: 0.75em;
	}

.current {
	border-bottom-color: #FFF;
	}

.current:hover {
	background-color: #FFF;
	border-bottom-color: #FFF;
	}
	
.current a {
	color: #333;
	}


@media only screen and (max-width: 45em) {
      
  
  .tabs {
   -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none; 
  }
  
  
  .tab {
	float:left;
    margin-left: 0;
	margin-right: 0;
	width: 50%;
	
	border: 1px dotted #CCC;
	
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	
	font-size: 80%;
	text-align: center;
	}
  
  .tab:hover {
	border-bottom-color: #CCC; 
	background-color: #FFF;
	}
  
  
  .tab:first-child {
	margin-left: 0;
	}
	
.tab:last-child {
	width: 100%;
	}
  
  

  
  
}
