/****************** CSS RESET STYLE SHEET ******************/
/* Inspired from CSS mini reset (http://sixrevisions.com/css/a-comprehensive-guide-to-css-resets/) */
/* See also http://sixrevisions.com/css/a-comprehensive-guide-to-css-resets/ */
html, body, div, form, fieldset, legend, label { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
th, td { text-align: left; vertical-align: top; }
h1, h2, h3, h4, h5, h6, th, td, caption { font-weight:normal; }
img { border: 0; }

/* Reset padding and margin for input and select so that they are aligned */
input[type="text"], ._form select{
   padding: 2px; margin: 0px; 
}
input[type="radio"]{
  margin-left: 5px; margin-right: 3px;
}


/***** OTHER RESETS *****/

/* Reset for IE versions not supporting HTML 5 new tags (used in conjunction with html5shiv) */
/* See http://forum.alsacreations.com/topic-1-61024-1-Question-sur-html5shiv.html */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {	display: block; }
/* Reset for JQuery UI */
.ui-widget{	font-size: 1em; }