@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a,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-size: 100%;
	vertical-align: baseline;
	text-decoration:none;
}
input,button{
    vertical-align:middle;
	border:none;
}
ul{
    list-style:none;
}
a:hover{
	text-decoration:underline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: center;}

a img { border: none; }

/* Remove boders from links */
a,area { blr:expression(this.onFocus=this.blur()) } /* for IE */
a:active, a:focus { outline:none; } /* for Firefox */ 

/*clear*/

.clear:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */


.fleft{
    float:left;
}
.fright{
    float:right;
}