﻿	body {
		margin: 		0px;
		padding: 		0px;
		border: 		none;
		font: 			normal 12px Verdana, Tahoma, Arial, sans-serif;
	}
	div, span {
		margin:			0px;
		padding:		0px;
		border:			none;
		font:			inherit;
	}
	table, caption, thead, tbody, tfoot, tr, th, td {
		margin:			0px;
		padding:		0px;
		border:			none;
		font-style:		normal;
		font-variant:	normal;
		font-weight:	normal;
		font-size:		inherit;
		font-family:	inherit;
	}
	h1, h2, h3, h4, h5, h6, p {
		margin:			0px;
		padding:		0px;
		border:			none;		
		font-style:		normal;
		font-variant:	normal;
		font-weight:	normal;
		font-size:		100%;
		font-family:	inherit;
		vertical-align:	baseline;
	}
	form, label {
		margin:			0px;
		padding:		0px;
		border:			none;
		font-style:		normal;
		font-variant:	normal;
		font-weight:	normal;
		font-size:		100%;
		font-family:	inherit;
	}	
	fieldset, legend {
		margin:			0px;
		padding:		0px;
		border:			1px solid #000;
		font-style:		normal;
		font-variant:	normal;
		font-weight:	normal;
		font-size:		100%;
		font-family:	inherit;
	}	
	input[type="checkbox"], input[type="radio"] {
		margin: 		0px;
		padding: 		0px;
		border:			none;
		vertical-align:	middle;
	}	
	input[type="file"], input[type="hidden"], input[type="password"], 
	input[type="text"], textarea {
		margin: 		0px;
		padding: 		0px;
		border: 		1px solid #000;
		font-style:		inherit;
		font-variant:	normal;
		font-weight:	inherit;
		font-size:		100%;
		font-family:	inherit;
	}	
	input[type="button"], input[type="image"], input[type="reset"],
	input[type="submit"], button {
		margin:			0px;
		padding:		0px;
		border:			none;
		background:		#ccc;
		font-style:		normal;
		font-variant:	normal;
		font-weight:	normal;
		font-size:		100%;
		font-family:	inherit;
	}
	a img {
		border: 		none;
	}