/* *********************************
FileName: reset.css
UpdatedBy: -
*********************************** */

/* *********************************


*********************************** */


/* *********************************
/* 000: Reset
*********************************** */

body,div,pre,p,blockquote,form,fieldset,input,textarea,select,option,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,address {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}
img {
	border: 0;
}
table,th,td {
	text-align: left;
}
ul {
	list-style: none outside none;
}
ol {
	list-style: decimal outside none;
	margin: 0;
	padding: 0 0 0 3em;
}
fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

div {
	zoom:1;
}

/* form */
input, select{
	text-align:left;
	font-size:x-small;	/* <- IE5.x */
}	html>body input, html>body select{font-size:small;}	/* <- Opera, Firefox */
select option{padding-right:15px;}
select optgroup{
	font-style:normal;
	color:#666;
	padding-top:5px;
}
select optgroup option{
	color:#000;
	padding-left:15px;
}
