body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,
img {
	border:0;
}

caption,
code,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}

q:before,
q:after {
	content:'';
}
input,
textarea
{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	color:#000;
}

/*
 *Remove IE 10 default style
 * */
::-ms-clear, ::-ms-reveal {
     display: none;
}
input[type="text"], input[type="password"],textarea , select {
   border: 1px solid #a8a8a8;
}
textarea {
   overflow:auto;
   /*disable chrome and firefox textarea expanable icon*/
   resize:none;
}

/*
 * remove chrome default yellow outline in textbox
 * *****************************************************/
*:focus {
    outline: 0;
}

/*
 * remove chrome default yellow outline in textbox
 * *****************************************************/
*:focus {
    outline: 0;
}

/*
 * remove IE default grey background for anchor
 * *****************************************************/
a:active{
    background-color: transparent;
}
