/* --------------------------------------------------------------- */
/*  Tags
/* --------------------------------------------------------------- */

html { font-size: 62.5%; }

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666;
}

form { display: inline; }

a
{
	color: #e00034;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a
{
	color: #e00034;
}

h1, h2, h3, h4, h5, h6, p
{
	margin-bottom: 10px;	
}

h1, h1 a
{
	font-size: 2.4em;
	font-weight: normal;
}

h2, h2 a
{
	color: #666;
	font-size: 1.6em;
	font-weight: normal;
}

h4, h4 a 
{
	font-size: 1.2em;
	font-weight: bold;
}

h5, h5 a 
{
	font-size: 1.1em;
	font-weight: normal;
}

p, li, th, td
{
	font-size: 1.1em;
	line-height: 1.4em;
}

li li,
table table th,
table table td
{
	font-size: 1em;
}

strong
{
	font-weight: bold;
}

th
{
	font-weight: bold;
}

fieldset
{
	position: relative;
	border-top: 1px solid #ccc;
	padding: 20px 0 0 0;
	margin: 10px 0 0 0;	
}

fieldset legend
{
	position: absolute;
	left: -0.65em;
	top: 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #e00034;
	padding-right: 10px;
}

/* --------------------------------------------------------------- */
/*  Inputs
/* --------------------------------------------------------------- */

.ti,
textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

input.btn
{
	background-color: #e00034;
	border: 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	padding: 3px 5px;
}