.elegant_child_row {
    margin: 0 0 1em 0;
    clear: both;
}

.elegant_child_row label {
    width: 100%;
}

.elegant_child_row textarea {
    width: 100%;
		padding:10px;
		font-size: 14px;
}
.elegant_child_row input[type=text], .elegant_child_row input[type=password], .elegant_child_row input[type=tel], .elegant_child_row input[type=email], .elegant_child_row input.text,  .elegant_child_row input.title,  .elegant_child_row textarea, .elegant_child_row select {
    width: 100%;
		padding:10px;
		font-size: 14px;
}
