/*-- About --*/

html.mobile form{
	padding:0;
	width:90%;
	margin:0 auto;
}

html.mobile .form-table th, html.mobile .form-table td {
	display:block;
	width:100%;
	text-align:left;
}

html.mobile .form-table textarea, html.mobile .form-table input[type="text"]{
	width:95%;
}


html.mobile .formError{left:150px !important;}