/* 
	BASE & RESET STYLES
	NOTE: An asterisk before a style (e.g. *margin) denotes IE 6 & 7 only style, and an underscore (e.g. _margin) denotes IE 6 only
*/

/* @group RESET */

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {border: 0; margin: 0; padding: 0; font-size: 100% ; vertical-align: baseline;}

table, th, td {border-collapse:collapse; border-spacing:0;}

blockquote,q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}

select,input,textarea {margin: 0; padding: 0; font-size: 100% ;}

/* @end RESET */

/* @group BASE */

body {
	background: #fff;
	font-size: 62.5% ; /* Sets 1em = 10px */
}

body, input, select, textarea, button {
	font-family: verdana, sans-serif;
	color: #000;
}

/* Misc */

p, li, dt, dd, th, td, .field, .action {font-size: 1.2em;}

p, li, dt, dd {line-height: 1.3;}

p, .field {margin: 1em 0;}

/* img, iframe {display: block;} */

acronym, abbr {
	border-bottom: 1px dotted #000;
	cursor: help;
}

blockquote .meta {font-style: italic;}

/* Headings */

h1 {font-size: 2em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.6em;}
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}

h1, h2, h3, h4, h5 {
	margin: 1em 0;
}

/* Lists */

ol, ul {margin: 2em;}

li {margin: 0.5em;}

ol li {list-style: decimal outside;}

ul li {list-style: disc outside;}

dd {margin-left: 1em;}

dl, blockquote {margin: 2em 1em;}

dt {
	font-weight: bold;
	margin-top: 1em;
}

dd {margin-bottom: 1em;}

/* Tables */

table {margin: 1em 0 1em 1px;}

th, td {
	border: 1px solid #000;
	padding: 1em;
	border-collapse: collapse;
}

th {
	font-weight: bold;
	text-align: center;
}

/* Forms */

form legend, /* Legends CANNOT be trusted */
form .field br {
	display: none; 
}

form abbr {
	border: 0;
	color: #CC0001;
}

form label.error {
	border: 0;
	color: #CC0001;
}

form .field {
	clear: both;
}

/* Clearfix */
form .field:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
form .field {*zoom: 1;}

form .field label {
	display: block;
	vertical-align: top;
}

form .field input {
	display: block;
    border: 1px solid #666;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 0 0 0.1px;
}

button {font-size: 100% ;}

/* @end BASE */