﻿/**/

html, body, form
{
	margin: 0;
	padding: 0;
}

div, span, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, th, td
{
	font-size: 100%;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}

ul, ol
{
	list-style: none;
}

table
{
	border-collapse: collapse;
	empty-cells: show;
}

img
{
	border: none;
}

input, select, textarea
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/**/

.left
{
	text-align: left;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

.nowrap
{
	white-space: nowrap;
}

/**/

.clearfix:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;	
}

.clearfix
{
	zoom: 1;
}

/**/

table.layout
{
}

/**/
