/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */
html #ss_wp {
	color: #000;
	background: #FFF;
}

body #ss_wp,
#ss_wp div,
#ss_wp dl,
#ss_wp dt,
#ss_wp dd,
#ss_wp ul,
#ss_wp ol,
#ss_wp li,
#ss_wp h1,
#ss_wp h2,
#ss_wp h3,
#ss_wp h4,
#ss_wp h5,
#ss_wp h6,
#ss_wp pre,
#ss_wp code,
#ss_wp form,
#ss_wp fieldset,
#ss_wp legend,
#ss_wp input,
#ss_wp button,
#ss_wp textarea,
#ss_wp p,
#ss_wp blockquote,
#ss_wp th,
#ss_wp td {
	margin: 0;
	padding: 0;
}

#ss_wp table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ss_wp fieldset,
#ss_wp img {
	border: 0;
}

#ss_wp address,
#ss_wp caption,
#ss_wp cite,
#ss_wp code,
#ss_wp dfn,
#ss_wp em,
#ss_wp strong,
#ss_wp th,
#ss_wp var,
#ss_wp optgroup {
	font-style: inherit;
	font-weight: inherit;
}

#ss_wp del,
#ss_wp ins {
	text-decoration: none;
}

#ss_wp li {
	list-style: none;
}

#ss_wp caption,
#ss_wp th {
	text-align: left;
}

#ss_wp h1,
#ss_wp h2,
#ss_wp h3,
#ss_wp h4,
#ss_wp h5,
#ss_wp h6 {
	font-size: 100%;
	font-weight: normal;
}

#ss_wp q:before,
#ss_wp q:after {
	content: '';
}

#ss_wp abbr,
#ss_wp acronym {
	border: 0;
	font-variant: normal;
}

#ss_wp sup {
	vertical-align: baseline;
}

#ss_wp sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
#ss_wp legend {
	color: #000;
}

#ss_wp input,
#ss_wp button,
#ss_wp textarea,
#ss_wp select,
#ss_wp optgroup,
#ss_wp option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
#ss_wp input,
#ss_wp button,
#ss_wp textarea,
#ss_wp select {
	*font-size: 100%;
}




