/* !!!!!!!!!!!!!!!!!!!! //
// HOMEPAGE - Left Side //
// !!!!!!!!!!!!!!!!!!!! */
.table
{
	padding: 10px;
}

.table *
{
	margin: 0px;
	padding: 0px;
}

.table label,
.table input
{
	font-size: 9.5pt;
	line-height: 14pt;
	vertical-align: middle;
}

.table .text,
.table .short,
.table .medium
{
	background: #fff;

	border: #ccc solid 1px;
}

.table .top
{
	border-bottom: #ddd solid 1px;
	margin: 0px 0px 10px;
	padding: 10px 0px;
}

.table .top label
{
	margin: 0px 10px 0px 0px;
}

.table .top .left,
.table .top .right
{
	!clear: none;
	float: left !important;
}

.table .top .left
{
	margin: 0px 10px 0px 0px;
}

.table .top .left label
{
	text-align: right;

	display: block;
	float: right;
	!float: left;

	width: 130px !important;
}

.table .top .right
{
	padding: 10px 0px 0px;
}

.table .row
{
	margin: 0px 0px 5px;
}

.table .row label
{
	text-align: right;

	display: inline;
	float: left;
	margin: 0px 20px 0px 0px;

	width: 130px;
}

.table .row select,
.table .row .text
{
	display: inline-block;
	float: left;

	width: 400px;
}

.table .row input
{
	display: inline-block;
}

.table .row select
{
	width: 304px;
}

.table .row .short
{
	width: 100px;
}

.table .row .medium
{
	width: 250px;
}

.table .row input.submit
{
	cursor: pointer;

	clear: both;
	display: block;
	float: none;
	margin: 20px auto 0px;
}