/***** Normalize *****/

/* Normalize margins, padding */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td
{
	margin: 0;
	padding: 0;
}

input
{
	margin:0px;
	padding:1px;
}

/* Noramlize headers */
h1,h2,h3,h4,h5,h6
{
	font-size: 100%;
}

/* stop safari and chrome from putting grip on textarea */
textarea
{
	resize:none;
}

/* Normalize font-style and weight for specialized tags */
address,caption,cite,code,dfn,em,strong,th,var
{
	font-style: normal;
	font-weight: normal;
}

/* Normalize tables */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* Remove border from fieldset and img */
fieldset,img
{
	border:0;
}

/* Left align text in caption and th */
caption,th
{
	text-align:left;
}

/* Remove quotation marks from q */
q:before, q:after
{
	content: '';
}

button 
{ 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}