
/*****FORM*******/
.form {
}

.form td {
	padding : 3px;
}

.form .title {
	font-size   : 11px;
	font-weight : bold;
	padding     : 5px;
}

.form .label {
	text-align  : right;
	width       : 20%;
	font-weight : bold;
}

.form .campo,
.form .campo input,
.form .campo textarea,
.form .campo select {
	font-size : 11px;
}
	
.form .campo select {
	width : 200px;
}

.form .campo {
	text-align: left;
}

.form .campo input {
}

.form .campo input,
.form .campo textarea {
}

.idleField {
}

.focusField {
}

.form .campo .ddd {
	width : 20px;
}

.form .campo .phone {
	width : 84px;
}

.form .campo .address {
}

.form .campo .addressNumber {
	width : 40px;
}

.form .buttons {
	text-align : center;
	padding    : 5px;
}

.form .buttons input {
	font-weight : bold;
	font-size   : 11px;
	cursor      : pointer;
}

.form .campo .data {
	width : 30px;
}

.form .checkbox input {
	width  : 20px;
	border : 0px;
}

.form .campo .radiobutton {
	border : 0px;
}

.form .campo .checkbox {
	border : 0px;
}

.form .colspan {
	font-weight : bold;
}

.form .scheduleType {
	width : 30px;
}

.form textarea {
	height : 100px;
}