/* local_form.css */

.innercontents table.form {
    width: 100%;
    margin: 10px 0 0 0;
}

.innercontents table.form th{
    border:none;
}

.innercontents table.form td{
    border:none;
	padding: 0 0 15px 0;
}

