﻿/*
	SIMPLEWEB BASE - Based on YUI Base-min
	Version: 1
	Date: 22/05/2008
	Feel free to reuse!
*/

body {
	font-size: 62.5%; /* Sets 1em = 10px */
}

h1 {font-size: 1.8em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.2em;}

h1, h2, h3 {margin: 1em 0;}

h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold;
}

p, li, dt, dd, label, input, select, textarea {
	font-size: 1.2em;
}

p, li, dt, dd {
	line-height: 140%;
}

.form li {
	font-size: 1em;
}

abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}

em {
	font-style: italic;
}

blockquote, ul, ol, dl {
	margin: 1.7em 1em 2em 2.7em;
}

ol li {
	list-style: decimal outside;
	margin: 0.5em;
}

ul li {
	list-style: disc outside;
	margin: 0.5em;
}

dl dd {
	margin-left: 1em;
}

th, td {
	border: 1px solid #000;
	padding: 0.5em;
}

th {
	font-weight: bold;
	text-align: center;
}

caption {
	margin-bottom: 0.5em;
	text-align: center;
}

p, fieldset, table, pre {
	margin-bottom: 1em;
}

/* input[type=text],input[type=password],textarea {
width: 12.25em;*width:11.9em;
} */