@charset "UTF-8";
/* CSS Document */

/*======================================

Yahoo UI Library Fonts CSS
http://developer.yahoo.com/yui/fonts/
*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
*http://developer.yahoo.com/yui/license.txt

Font-size Adjustment
77% = 10px	| 122% = 16px	|	167% = 22px	
85% = 11px	|	129% = 17px	|	174% = 23px
92% = 12px	|	136% = 18px	|	182% = 24px
100% = 13px	|	144% = 19px	|	189% = 25px
107% = 14px	|	152% = 20px	|	197% = 26px
114% = 15px	|	159% = 21px	|

=======================================*/



/* Universal Selector
=======================================*/
* {
	font-weight: normal;
	font-style: normal;
}
/* Reset Style
=======================================*/


body, div, dl, dt, dd,  pre, code, form, fieldset, legend, input, textarea, blockquote, th, td {
	margin:0;
	padding:0;
	
}
body {
	font-size: 13px;
*font-size: small;
*font: x-small;
}
table, th, td {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
fieldset, img {
	border: 0;
}
img {
	vertical-align:bottom;
}
a {
	outline : 0;
}
address, caption, cite, code, dfn, em,  th, var, b {
	font-style: normal;
	font-weight: normal;
}
ul li {
	/*list-style: none;*/
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	margin:0 5px;

/*input, textarea, select {
	margin: 0.4em 0;
	padding: 0.1em 0.3em;
	border: 1px solid #ccc;
	background-color: #fff;
	font-family: inherit;
	font-size: 99%;
	font-weight: inherit;
}
input:hover, textarea:hover {
	border: 1px solid #999;
}
input:focus, textarea:focus {
	border: 1px solid #999;
}
textarea {
	padding: 0.3em;
}*/
legend {
	color: #000;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
*font-size: 108%;
	line-height: 100%;
}
/*clearfix
=======================================*/
/*nonIE*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/*IE7-macIE5*/
.clearfix {
	display:inline-block;
}
/*Hides from IE-mac \*/
/* IE6*/
*html.clearfix {
	height:1%
}
.clearfix {
	display:block;
}
/*End hides from IE-mac \*/
