/* FORM */

input, select, textarea, button
{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
}

.txt {
  	border:1px solid #CCCCCC;
	width:200px;
}

.campiform {
	margin-top:5px;
}	

.right {
  text-align:right;
} 

legend {
    color:#0068af;
	font-weight:bold;
	margin:0px;
	padding:0px;
}	

fieldset {
	border:1px solid #c0c0c0;
  	padding:10px;
	margin:0px;
}		

