/*Definicao de divs para formulários*/

td.label {
	width:100px;

}

td.input {
	width:200px;

}

input {
	size:200;
	
}