input{
	cursor:pointer;
	-moz-box-shadow:inset 0 0 5px #eee;
	-webkit-box-shadow:inset 0 1px 5px #eee;
	box-shadow:inset 0 1px 5px #eee;
	display:inline-block;
	*display:inline;
	vertical-align: middle;
	width:auto;
	zoom:1;
	margin:0;
	border:1px solid #ccc;
	font-size:1em;
	padding:5px 0;
	text-indent: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#fff;
	-moz-box-shadow:inset 0 0 6px #ccc;
	-webkit-box-shadow:inset 0 1px 6px #ccc;
	box-shadow:inset 0 1px 6px #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

textarea{
	width:auto;
	height:200px;
	margin:0;
	border:1px solid #ccc;
	padding:5px;
	vertical-align: middle;
	font-family:inherit;
	font-size:0.9em;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:inset 0 0 6px #ccc;
	-webkit-box-shadow:inset 0 1px 6px #ccc;
	box-shadow:inset 0 1px 6px #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="text"],
textarea,
input[type="file"]{
	-moz-transition: -moz-box-shadow 0.5s, border 0.5s, background 0.5s;
	-webkit-transition: -webkit-box-shadow 0.5s, border 0.5s, background 0.5s;
	-o-transition:  box-shadow 0.5s, border 0.5s, background 0.5s;
	transition: box-shadow 0.5s, border 0.5s, background 0.5s;
}

input[type="submit"],input[type="button"]{
	background:#a5a5a5;
	display:inline-block;
	vertical-align:middle;
	width: auto;
	zoom:1;
	margin:0;
	border:0;
	font-size:1em;
	padding:8px 14px 8px 8px;
	text-indent:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	box-sizing:border-box;
	color:#fff;
}


select {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   border: 1px solid #eee;
   color: #555;
   font-size: inherit;
   height:29px;
   min-width:186px;
   background: #fcfcfc;
   background: -moz-linear-gradient(top, #fcfcfc 0%, #e0e0e0 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #fcfcfc 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, #fcfcfc 0%,#e0e0e0 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top, #fcfcfc 0%,#e0e0e0 100%); /* IE10+ */
   background: linear-gradient(to bottom, #fcfcfc 0%,#e0e0e0 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}