/*
	IAMKEIR BASE - Based on YUI Base-min
	Version: 1
	Date: 22/05/2008
	Feel free to reuse!
*/

body {
	font-size: 62.5%; /* Sets 1em = 10px */
}

legend {display: none;} /* Legends can't be trusted! */

h1 {font-size: 1.8em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.2em;}

h1, h2, h3, h4, h5 {margin: 0 0 1em 0;}

h1, h2, h3, h4, h5, strong {
	font-weight: bold;
}

p, li, dt, dd, .action input {
	font-size: 1.2em;
}

li li {
	font-size: 100%;
}

p, li, dt, dd, pre {
	line-height: 1.3;
}

abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}

em, cite {
	font-style: italic;
}

blockquote, ul, ol, dl {
	margin: 1em;
}

ol, ul, dl {
	margin-left: 2em;
}

ol li {
	list-style: decimal outside;
	margin: 0.5em;
}

ul li {
	list-style: disc outside;
	margin: 0.5em;
}

dl dd {
	margin-left: 1em;
}

table {
	margin: 1em 0 2.5em 1px;
}

th, td {
	border: 1px solid #000;
	padding: 1em;
	border-collapse: collapse;
	font-size: 1.2em;
}

th {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;	
}

caption {
	margin-bottom: 0.5em;
	text-align: center;
}

p, fieldset {
	margin-bottom: 1em;
}

fieldset ol {
	margin: 0 0 1em 0;
}

fieldset li {
	list-style: none;
	margin: 0 0 1em 0;
}

fieldset abbr,
fieldset span.abbr,
fieldset acronym {
	color: #CC0001;
	border: 0;
}