/*FORM*/ 

li.form1 {
	font-size:17px;
	list-style-type: none;
	border-color:inherit;
	line-height:20px;
	padding:11px 8px 12px;
	background-color:none;
	border-style:solid;
	border-width: 1px 0px 0px 0px;
}

li.form1 textarea,
li.form1 input[type=text],
li.form1 input[type=password],
li.form1 input[type=search] {
	width:100%;
	margin:-4px 0 -5px;
	padding:4px 0 5px;
	border:0;
	font-size:inherit;
	line-height:inherit;
	font-weight:normal;
	color: #000000;
	background:none;
	-webkit-border-radius:0;
	-webkit-appearance:none;
}
li.form1 input[type=submit] {
width: 100%;
background: none;
border: 0px;
color:#000;
margin-top: -5px;
margin-bottom: -5px;
font-weight:bold;
font-size:17px;
}
li.form1 span.label {
	float: left;
	color: #000;
	font-weight: bold;
	font-size: 17px;
	text-overflow: ellipsis;
	overflow: hidden;
	position: absolute;
}


li:first-child.form1
li:first-child.form1 a {
	-webkit-border-top-right-radius:8px;
	-webkit-border-top-left-radius:8px;
}

li:last-child.form1
li:last-child.form1 a {
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
}

* li.__sel * { color:#fff !important; border-color:#fff !important }
*
* li.form1 span.label + textarea{
* 				padding-left:120px;
* 							}
*
* 							li.form1 span.label + input[type] {
* 											padding-left:95px;
* 														}
