﻿.clear 
{
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	font-size: 0px;
	float: none;
	clear: both;
}

#custom-form-editor ul.custom-form
{
	min-width: 50px;
}
#custom-form-editor ul.custom-form-mid 
{
	width: 45%;
}
#custom-form-editor ul.custom-form-empty
{
	width: 10%;
	padding-bottom: 40px;
}
#custom-form-editor ul.custom-form-full
{
	width: 80%;
}
#custom-form-editor ul.custom-form-activate
{
	background-color: #EEE;
}
#custom-form-editor ul.custom-form-activate-over 
{
	background-color: #CCC;
}

.custom-form, .custom-form li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.custom-form
{
	margin: 10px 20px 10px 0px;
	padding: 5px;
	float: left;
	text-align: left;
}

.custom-form li 
{
	margin-bottom: 4px;
}


/* horizontal layout rendered via table */
.custom-form li table 
{
	width: 100%;
}
.custom-form li table, .custom-form li table td
{
	margin: 0;
	padding: 2px 0;
	border-collapse: collapse;
	table-layout: fixed;
}

.custom-form li td.custom-form-label 
{
	width: 150px;
	text-align: right;
	padding: 7px 2px 2px 2px;
	vertical-align: top;
    color: #666;
    font-size: 11px;
    padding-right:5px;
}

.custom-form li label
{
    color: #666;
    font-size: 11px;    
}

.custom-form li input, .custom-form li select
{
	width: 60%;
}
.custom-form-mid li input, .custom-form-mid li select
{
	width: 90%;
}
.custom-form li textarea
{
	width: 90%;
}

/* vertical layout renedered as is */
.custom-form label 
{
	padding: 0 2px 0 0;
}

/* general layout */
.custom-form-req, .custom-form-noreq 
{
	color: Red;
	padding: 0 2px;
}
.custom-form-noreq 
{
	display: none;
}
table.main
{
    margin-left:auto;margin-right:auto;
}
table.main td.adsense
{
    width:120px;padding-left:10px;padding-top:10px; vertical-align:top;text-align:left;
}
div.ad
{text-align:left;}
p#calc_js_off 
{
    text-align:left;
    font-weight:bold;
}