/***FONTS***/
@font-face {
	font-family:	droid;
	src:			url('../asset/font/DroidSans.ttf') format("truetype");
	font-weight:	normal;
}
/***!FONTS***/

html{
	font-family:	droid, Arial, Helvetica, sans-serif;
	font-size:		62.5%;
}
body, html{
	margin:			0;
	width:			100%;
}
body, input, textfield{
	font-size:		1.2em;
	line-height:	1.4em;
}
h1{
}
ol, li{
	margin:			0;
	padding:		0;
	list-style:		none;
	list-style-position:inside;
}
fieldset{
	margin:			0;
}
iframe{
	border:			0;
}
