@charset "utf-8";
/* CSS Document */





form { margin:20px auto; }

form ul li {
	margin-bottom: 10px;
	width:70%;
	position:relative;
	margin-left: 0!important;
	list-style-type: none !important;
	clear: none;
}
form ul li label { float: left; width: 100%;}
form ul li input, textarea { font-size:14px; padding:15px; width:100%; float:left;

	tansition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	-webkit-box-shadow: inset 0 2px 6px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 2px 6px rgba(0,0,0,.2);
	box-shadow: inset 0 2px 6px rgba(0,0,0,.2);
	border:none;
}

form ul li input:hover, textarea:hover {
	tansition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	background-color: #E4E4E4;
	-webkit-box-shadow: inset 0 2px 6px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 2px 6px rgba(0,0,0,.2);
	box-shadow: inset 0 2px 6px rgba(0,0,0,.2);
}

form ul li input:focus, textarea:focus {
	tansition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	
	
	background-color: #292929;
	-webkit-box-shadow: inset 0 2px 6px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 2px 6px rgba(0,0,0,.2);
	box-shadow: inset 0 2px 6px rgba(0,0,0,.2);
	color:#FFF;
	}
.bot {
	width: 107px;
	height: 44px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
	border:none;
	background-color: #292929;
	cursor:pointer; color:#fff;}
.bot:hover { background-color:#333; color:#ccc;}

label.error {
	height: 22px !important;
	position: absolute;
	right: 0 !important;
    top: 40px;
	width: 20px !important;
	z-index: 999;
	background-image: url(../images/error.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow:hidden; line-height:99999px;
	margin:0;
}