html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	color: #333;
	background: #fcfcfa url(gfx/bg-body.v2.jpg) no-repeat 50% -10px;
	font:normal 100% "Lucida Grande",Helvetica,Arial;
	line-height: 1;
	text-align:center;
}

body#dashboard-page,
body#faq-page {
	background: #f4f8eb url(gfx/bg-body-dashboard.jpg) repeat-x 0 0;
}

h2 {
	margin:0 0 0.6em;
	font-size:24px;
}

p {
	margin:0 0 1.0em;
	line-height:1.6;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

a {
	color:#069;
	outline:0;
}

a:hover {
	text-decoration:none;
}

a img {
	border:0;
}

div	{
	font-size:14px;
}

div.line hr {
	display:none; 
}


/*
FORMS
*/

input.text,
textarea,
select {
	border:1px solid #ccc;
	margin:2px 0 0;
	padding:3px;
	background:#fff;
	font:normal 14px "Lucida Grande",Helvetica,Arial;
}

input.text {
	padding:3px;
}

input.text:focus {
	background:#ffc;
}

label {
	display:block;
}

.error-msg {
	color:#900;
	font-weight:bold;
	/*background:url(gfx/icons/error.png) no-repeat 0 2px;*/
}

	label.error span,
	p.error-msg {
		/*padding-left:23px;*/
	}

	label.error span.error-msg {
		padding:0;
		font-size:12px;
	}

/*
MISC
*/

.cf:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.cf {
    display: inline-block;
}

html[xmlns] .cf {
    display: block;
}

* html .cf {
    height: 1%;
}

.hidden {
	display:none;
}

div.error-msg,
div.success-msg  {
	margin:10px 0;
	padding:10px;
	border:1px solid #c99;
	background:#ffe5e5;
	font: normal 14px "Lucida Grande",helvetica,arial,sans-serif!important;
	text-align:center;
}

div.success-msg {
	border-color:#9c6;
	background:#cf9;
}
	
	div.error-msg p,
	div.success-msg p {
		margin:0;
	}


	p.note {
		padding:0 0 0 25px;
		background:url(gfx/icons/sprite-buttons.png) no-repeat 0 -600px;
		font-size:11px;
		line-height:14px;
	}

a.text-button {
	float:left;
	display:block;
	height:30px;
	background-position:left center;
	background-repeat:no-repeat;
}

	a.text-button span {
		position:absolute;
		left:-9999px;
	}


a.button,
button {
    display: block;
    float: left;
	height: 30px;
	margin:0 6px 0 0;
    padding: 0 15px 0 0;	
	border:0;
	background: url(gfx/bg_button_a.png) no-repeat scroll top right;
    color: #444!important;
    font:bold 12px Helvetica,Arial!important;
    text-decoration: none;
	outline:0;
}

* html button {
	margin:0;
	padding:0;
	background:#fff;
	border:2px solid #ccc;
	background-image:none;
	height:auto;
}

	button {
		background-position:100% 0;
	}
	
	button, x:-moz-any-link {
		height:32px;
		margin-top:-2px;
		background-position:100% 2px;
	}
	
	button {
		+background-position:100% 0;
		+height:30px;
	}

	a.button span,
	button span {
		display: block;
		padding: 6px 0 6px 12px;
		background: url(gfx/bg_button_span.png) no-repeat 0 0;
	    line-height: 18px;
		outline:0;
	}
	
	* html button span {
		padding:3px;
		background-image:none;
	}
	
	button span span {
		+padding:0;
	}
		
	a.button span span,
	button span span {
		padding:0 0 0 25px;
		line-height: 18px;
		background-image:url(gfx/icons/sprite-buttons.png);
		background-repeat:no-repeat;
		_background-image:url(gfx/icons/sprite-buttons-ie6.png);
	}
	
	* html button span span {
		background-image:none;
		padding:0;
	}
	
	 	a.button span.add span,
		button span.add span { background-position:0 0; }
	 	
		a.button span.save span,
		button span.save span { background-position:0 -50px; }
	 	
		a.button span.yes span,
		button span.yes span { background-position:0 -100px; }
	 	
		a.button span.cancel span,
	 	button span.cancel span,
		a.button span.logout span,
	 	button span.logout span,
		a.button span.no span,
	 	button span.no span { background-position:0 -150px; }
		
		a.button span.send span,
		button span.send span { background-position:0 -200px; }
		
		a.button span.close span,
		button span.close span { background-position:0 -250px; }
		
		a.button span.add-alt span,
		button span.add-alt span { background-position:0 -300px; }
		
		a.button span.back span,
	 	button span.back span,
		a.button span.prev span,
	 	button span.prev span { background-position:0 -351px; }
	
		a.button span.forward span,
	 	button span.forward span,
		a.button span.next span,
	 	button span.next span { background-position:0 -400px; }
	
		a.button span.create-list span,
		button span.create-list span { background-position:0 -450px; }
		
		a.button span.home span,
		button span.home span { background-position:0 -500px; }
		
		a.button span.search span,
		button span.search span { background-position:0 -550px; }
		
/*	a.button:hover,
	button:hover {
		color: #000;
	}
	
	a.button:active,
	button:active {
	    background-position: bottom right;
	    color: #333;
	}
	
		a.button:active span,
		button:active span {
		   
			background-position: bottom left;
		}
		
			a.button:active span span,
			button:active span span {
				background-position: 0 0;
			}
*/

a.button-sml,
button.sml {
    display: block;
    float: left;
	height: 23px;
	margin:0 6px 0 0;
    padding: 0 10px 0 0;	
	border:0;
	background: url(gfx/bg_button_small_a.png) no-repeat scroll top right;
    color: #444!important;
    font:bold 12px Helvetica,Arial!important;
    text-decoration: none!important;
	outline:0;
}

	button.sml {
		padding: 0 7px 0 0;	
		background-position:100% 0;
		height:23px;
	}

	button.sml, x:-moz-any-link {
		height:25px;
		margin-top:-1px;
		background-position:100% 1px;
	}
	
	button.sml {
		+background-position:100% 0;
	}

	a.button-sml span,
	button.sml span {
		display: block;
		padding: 3px 4px 6px 10px;
		background: url(gfx/bg_button_small_span.png) no-repeat 0 0;
	    line-height: 18px;
		outline:0;
	}

	button.sml span {
		padding: 4px 4px 5px 10px;
	}

	a.button-sml span span,
	button.sml span span {
		padding:0 0 0 20px;
		line-height: 18px;
		background-image:url(gfx/icons/sprite-buttons_small.png);
		background-repeat:no-repeat;
	}

	 	a.button-sml span.save span,
		button.sml span.save span { background-position:0 2px; }
	 
		a.button-sml span.cancel span,
		button.sml span.cancel span { background-position:0 -38px; }
	 	
		a.button-sml span.close span,
		button.sml span.close span { background-position:0 -78px; }

/*	a.button-sml:hover,
	button.sml:hover {
		color: #000;
	}

	a.button-sml:active,
	button.sml:active {
	    background-position: bottom right;
	    color: #333;
	}

		a.button-sml:active span,
		button.sml:active span {

			background-position: bottom left;
		}

			a.button-sml:active span span,
			button.sml:active span span {
				background-position: 0 0;
			}
*/

p.guide-tour {
	position:absolute;
	left:0;
	bottom:18px;
	width:100%;
	height:26px;
	margin:0;
}

	p.guide-tour a {
		display:block;
		height:100%;
		text-indent:-9999px;
		background:url(gfx/txt-guidetour.png) no-repeat 30px 0;
	}