﻿.full_width
{
	width: 100%;
	float: left;
	text-align: center;
}
.left_text_align
{
	text-align:left;
}
.justify_text_align
{
	text-align:justify;
}
.left_text_align_20
{
	text-align:left;
	text-indent:20px;
}
.center_text_align
{
	text-align:center;
}
.right_text_align
{
	text-align:right;
}
.half_width_left
{
	width:50%;
	float:left;
}
.half_less_width_left
{
	width:49%;
	float:left;
}
.forth_width_left
{
	width:25%;
	float:left;
}
.forty_width_left
{
	width:40%;
	float:left;
}
.sixth_width_left
{
	width:60%;
	float:left;
}
.gray_solid_border
{
	border:solid 1px #DADADA;
}
.border_none
{
	border:none;
}
.item_property_height
{
	height:20px;
}
.line_height_100
{
	line-height:100%;
}
.line_height_140
{
	line-height:140%;
}
.line_height_150
{
	line-height:150%;
}
.line_height_200
{
	line-height:200%;
}
.line_height_220
{
	line-height:220%;
}
.margin_top_10
{
	margin:10px 0px 0px 0px;
}
.margin_top_5
{
	margin:5px 0px 0px;
}
.padding_0
{
	padding:0px;
}
.vertical_align_bottom
{
	vertical-align:bottom;
}
.height_auto
{
	height: auto;
}
.float_left
{
	float:left;
}