form ul {
	padding: 0px;
	margin: 0px;
	display: block;
	clear: both;
	width: 700px;
}

* html form ul {
	margin-left: 5px;
}

form li {
	list-style-type: none;
	position: relative;
	top: 0px;
	left: 0px;
	margin-right: 270px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	padding: 7px 7px 7px 10px;
}

form li.focused {
	background-color: #FFF7C0;
}

form li label {
	display: block;
	font-weight: bold;
	vertical-align: baseline;
	font-size: 95%;
	line-height: 95%;
}

form li label.radio {
	margin-bottom: 5px;
}

form li .left_field {
	margin: 0px;
	padding: 0px;
	width: 180px;
	display: inline;
	float: left;
}

form li .right_field {
	background-color: transparent;
}

* html form li .left_field {
	margin: 0px;
	float: none;
}

form li .right_field {
	display: inline;
}

* html form li .right_field {
	position: absolute;
	top: 7px;
	left: 180px;
	margin: 0px;
}

* html form li .address {
	margin: 0px;
	padding: 0px;
	display: inline;
	position: absolute;
	top: 97px;
	left: 180px;
	text-align: left;
}

form li .field {
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
}

form li .long {
	width: 350px;
	clear: both;
}

input.text, textarea.textarea, select.select, input.file {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	color: #333;
}

input.text {
	height: 16px;
	padding: 2px !important;
	width: 170px;
}

textarea.textarea {
	height: 150px;
}

#maleicons input {
	padding-right: 20px;
}

select.select {
	height: 20px;
	padding: 0px 0px 0px 0px !important;
}

select.country {
	width: 170px;
}

* html input#tutor_state {
	margin-left: 0;
}

* html input.first_indent {
	margin-left: 0;
}

select#country {
	width: 174px;
}

label.small_label {
	display: block;
	font-size: 85%;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 2px;
}

form li.focused .helper, form li:hover .helper {
	display: block;
}

form .helper {
	display: none;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: -270px;
	width: 250px;
	padding: 5px;
	border: 1px solid #e6e6e6;
	background: #f5f5f5;
	line-height: 130%;
	font-size: 90%;
	color: #444;
}
* html form .helper {
	right: 8px;
}

button {
	border: none;
	background-color: transparent;
}

/*button {
	cursor: pointer;
	font-size: 100%;
	line-height: 130%;
	display: block;
	float: left;
	margin: 0 7px 0 0;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	padding: 5px 10px 6px 7px;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
}

button:hover{
	background-color:#DFEEA3;
	border:1px solid #C6D880;
	color:#529214;
}

button:active{
	background-color:#529214;
	border:1px solid #529214;
	color:#fff;
}

.buttons a {
	cursor:pointer;
	font-size:100%;
	line-height:130%;
	display:block;
	float:left;
	margin:0 7px 0 0;
	background-color:#f5f5f5;
	border:1px solid #dedede;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	padding:5px 10px 6px 7px;
	text-decoration:none;
	font-weight:bold;
	color:#565656;
}

.buttons a.positive {
	color:#529214;
}

.buttons a.positive:hover {
	background-color:#DFEEA3;
	border:1px solid #C6D880;
	color:#529214;
}

.buttons a.positive:active {
	background-color:#529214;
	border:1px solid #529214;
	color:#fff;
}*/

/* @end */

/* @end */