form{
margin-left: 30px;
}




.lft {
	display: block;
	float: left;
	top: 0px;
	left: 0px;
	width: 230px;
	margin-bottom: 5px;
	padding: 7px 7px 7px 0px;
}
.line{
display: block;
	float: left;
	width: 700px;
	}
.rght {
	display: block;
	float: left;
	top: 0px;
	left: 0px;
	width: 360px;
	margin-bottom: 5px;
	padding: 7px 7px 7px 0px;
}

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


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

 .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: -5px;
}

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

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: -150px;
	width: 140px;
	padding: 5px;
	border: 1px solid #FFFFFF;
	line-height: 130%;
	font-size: 90%;
	color: #444;
	background-color: #E8C4B7;
}
* html form .helper {
	right: 8px;
}

button {
	border: none;
	background-color: transparent;
}
.red {
font-size: 10px;
color: #FBDDDD;
}

/*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 */