html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

/* Remove possible quote marks from <q>/<blockquote> */

blockquote:before, blockquote:after, q:before, q:after
	{
	content: "";
	}

blockquote, q
	{
	quotes: "" "";
	}

/* Image replacement */

.replace
	{
	outline: none;
	display: block;
	position:relative;
	/*\*/
	overflow:hidden;
	 /**/
	}

.replace span
	{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	}

/* Link styles */

a img
	{
	border:none;
	cursor: pointer;
	outline: none;
	}

a:link, a:visited
	{
	cursor: pointer;
	outline: none;
	text-decoration: none;
	}

a:hover
	{
	cursor: pointer;
	text-decoration: none;
	outline: none;
	}

a:active
	{
	cursor: pointer;
	outline: none;
	}

blockquote
	{
	margin: 1.5em;
	color: #666;
	font-style: italic;
	}

abbr, acronym
	{
	border-bottom: 1px dotted #999;
	}

cite
	{
	font-style: italic;
	}

address
	{
	margin-top: 1.5em;
	font-style: italic;
	}

pre
	{
	margin: 1.5em 0;
	white-space: pre;
	}

strong
	{
	font-weight: bold;
	}

ol
	{
	list-style-type: decimal;
	margin:0 1.5em 1.5em 1.5em;
	list-style-position: inside;
	}

ul
	{
	margin:0 1.5em 1.5em 1.7em;
	list-style-position: outside;
	}

.error, .notice, .success
	{
	padding: .9em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
	}

.error
	{
	background: #FBE3E4;
	color: #D12F19;
	border-color: #FBC2C4;
	}

.notice
	{
	background: #FFF6BF;
	color: #817134;
	border-color: #FFD324;
	}

.success
	{
	background: #E6EFC2;
	color: #529214;
	border-color: #C6D880;
	}

.error a
	{
	color: #D12F19;
	}

.notice a
	{
	color: #817134;
	}

.success a
	{
	color: #529214;
	}



.hruledot
	{
	font-size:1px;
	height: 1px;
	clear: both;
	margin: 5px 0;
	border-top:1px dashed #eee;
	}
.hrule
	{
	font-size:1px;
	height: 1px;
	background: #DEF1F2;
	clear: both;
	margin: 5px 0;
	}

.right
	{
	float:right;
	}

.left
	{
	float:left;
	}

.clear
	{
	clear: both;
	}

.highlight
	{
	background: #a5c7e8;
	padding: 2px;
	}
