/* CSS Document */

html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, ul, ol, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin:0; padding:0
}
/*NOTE: The following tags are not included above: dl, dt, dd, ol, hr */

a{outline:none}

ul li{list-style:none}

img, table{border:0}

input, button, textarea, select, optgroup, option, pre{font-family:inherit;font-size:inherit}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select{*font-size:100%}
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner{border:0px} 
input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus{outline:none}

/*--------button width fix for ie6-------- */
button::-moz-focus-inner{border:0; padding:0}
button{
	padding:0;
	width: auto; /* ie6 width fix */
	overflow: visible; /* ie6 width fix */
}


/*--------redefined tags-------- */
ol{padding:15px 0 15px 35px}
.cms ul{padding:15px 0 15px 25px}
.cms ul li{list-style:disc}
.cms li{padding-bottom:5px}




/*--------common classes--------*/
.float-l{float:left}
.float-r{float:right}
.clr{clear:both}



/*--------ie6 png fix--------*/
