
form ul {
	padding: 0;
}

form label {
	float: left;
	display: block;
	width: 158px;
	line-height: 22px;
	height: 100%;
	padding: 10px 10px 10px 0;
}

form li {
	float: left;
	width: 100%;
	list-style: none;
	margin-bottom: 12px;
	clear: both;
}

input[type='text'], input[type='email'], input[type='password'] {
	width: 240px;
	padding: 0 13px 0 13px;
	height: 46px;
	font: normal 12px Verdana, sans-serif;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #fff;
	-webkit-box-shadow: inset 0 5px 3px rgba(0,0,0,.04);
	-moz-box-shadow: inset 0 5px 3px rgba(0,0,0,.04);
	box-shadow: inset 0 5px 3px rgba(0,0,0,.04);
	border: solid 1px #dadada;
	-webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   -ms-transition: all 0.3s;
   transition: all 0.3s;
}

input.short {
	width: 50px;
	margin-right: 5px;
}

input.short2 {
	width: 95px;
	margin: 0 5px !important;
}

select {
	width: 313px;
}

textarea {
	width: 505px;
	resize: none;
	padding: 12px 30px 12px 13px;
	height: 16em;
	font: normal 12px Verdana, sans-serif;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #fff;
	-webkit-box-shadow: inset 0 5px 3px rgba(0,0,0,.04);
	-moz-box-shadow: inset 0 5px 3px rgba(0,0,0,.04);
	box-shadow: inset 0 5px 3px rgba(0,0,0,.04);
	border: solid 1px #dadada;
	-webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   -ms-transition: all 0.3s;
   transition: all 0.3s;
	
}

label.disabled, input[disabled='disabled'] {
	color: #bfbfbf;
}

.mini-radio {
	margin-bottom: 6px
}

.mini-radio label.radio {
	width: auto;
	margin-right: 20px;
}

::-webkit-input-placeholder {
   color: #bfbfbf;
}

:-moz-placeholder { /* Firefox 18- */
   color: #bfbfbf;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #bfbfbf;  
}

:-ms-input-placeholder {  
   color: #bfbfbf;  
}

input[type='text']:focus, input[type='email']:focus, input[type='password']:focus, textarea:focus {
	outline: none;
	border-color: #000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}