
/*************************************************************************/
/* Form Elements  */
/*************************************************************************/
label {	display: block;	height: auto;	margin: 0.2em 0 0.5em;}
input[type="text"], input[type="password"], input[type="email"], input[type="file"], textarea, .formee select {	vertical-align: middle;	line-height: 1.1em;	padding: 10px;	border-style: solid;	border-width: 1px;	box-sizing: border-box;	-moz-box-sizing: border-box;	-ms-box-sizing: border-box;	-webkit-box-sizing: border-box;
	border-color:#c6c6c6 #dadada #eaeaea;
	background: #fafafa;
	color:#999;
	font-size:1.4em;
	font-family:inherit;
	/*corner*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
/*ie7*/*width: 99%;}

textarea {height: 10em;}
select {
	padding: 9px;
	height: 2.7em;
	border-color: #c6c6c6 #dadada #eaeaea;
	background: #fafafa;
	color: #999;	
}

input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, input[type="file"]:hover, textarea:hover, select:hover {
	color:#666;
	background: #fff none;
	border-color:#c6c6c6;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="file"]:focus, textarea:focus, select:focus  {
	color:#333;
	background: #fff none;
	border-color:#659ec9 #70aedd #a8cfec;
	outline: 0;
}

/* form button  */input[type="submit"], input[type="button"], input[type="reset"] {  padding:8px 15px 9px;  cursor: pointer;  text-align: center;  display:inline-block;  border:1px solid #D4D4D4;
  
}


/* form buttons */
input[type="submit"], input[type="button"], input[type="reset"] {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border: 1px solid #dcdcdc;
	display: inline-block;
	color: #666666;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px #ffffff;
}

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
	border: 1px solid #dcdcdc;
}

input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
	position:relative;
	top:1px;
}




@media screen and (max-width: 800px) {

	input[type="text"], input[type="password"], input[type="email"], input[type="file"], textarea, .formee select {
		width: 85%;
	}
	
}

/* smaller screen dropoff *******/
@media only screen and (max-width: 550px) {

	input[type="text"], input[type="password"], input[type="email"], input[type="file"], textarea, .formee select {
		width: 80%;
	}
}

/* iPhone portrait *******/
@media only screen and (max-width: 320px) {

	input[type="text"], input[type="password"], input[type="email"], input[type="file"], textarea, .formee select {
		width: 70%;
	}

}
