/*widget base*/

ul.list,ul.grid{margin:0;padding:0}
ul.list li, ul.grid li{margin:0;padding:0;list-style:none;}
ul.grid li{ float:left; _display:inline; }
ul.list li span{ float:right; }
dl.grid dt{ float:left; line-height:2em; min-height:2em; _height:2em; width:6em; margin-bottom:5px; }
dl.grid dd{ line-height:2em; min-height:2em; _height:2em; margin-bottom:5px; }

dl.grid dd.left{ float:left; margin-right:1em; }

input.micro_text{ width:60px; }
input.mezzo_text{ width:150px; }
input.macro_text{ width:400px; }
textarea.micro_text{ width:60px; height:60px; }
textarea.mezzo_text{ width:150px; height:80px; }
textarea.macro_text{ width:400px; height:100px; }


.m0p0{ margin:0px; padding:0px;}
.p0m0{ padding:0px; margin:0px;}
.form_error{ padding-left:0.5em; }


a img{ border:0px;}
a{ text-decoration:none; color:#003;}
a:hover{ text-decoration:underline;}
.clear{ clear:both; }
.left{ float:left; }
.right{ float:right; }
.hidden{ display:none; }

.place_holder{ display:none; }
