﻿.tabular_form, .atl_form
{
    font-size: 0.85em;
}

.tabular_form th
{
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

.tabular_form .full_span 
{
	width: 99%;
}

.tabular_form .high 
{
	height: 10em;
}

.tabular_form label
{
	font-weight: bold;
	margin-right: 0.5em;
}

.tabular_form .short
{
	width: 5em;
}

.tabular_form label.required {
	background: transparent url(asterisk.gif) no-repeat scroll left top;
	padding-left: 15px;
}

.atl_form fieldset
{
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid silver;
}

.atl_form fieldset legend
{
    font-weight: bold;
    padding: 0 5px;
}

.atl_form .row
{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	clear: both;
}

.atl_form .required label
{
	font-weight: bold;	
}

.atl_form .row
{
    overflow: hidden;
    zoom: 1;
}

.atl_form .textrow
{
	text-align: center;
}

.atl_form .texteditrow label,
.atl_form .selectrow label,
.atl_form div.label_group
{
    width: 33%;
    padding: 0;
    text-align: left;
    clear: left;
    float: left;
}

.atl_form div.label_group label
{
    width: auto;
    clear: none;
    display: inline;
    width: auto;
    margin-right: 2px;
}

.atl_form .texteditrow input,
.atl_form .texteditrow textarea,
.atl_form .selectrow select,
.atl_form div.field_group,
.atl_form .validators,
.atl_form .field_help,
.tinymce .tinymce_editor > span
{
    width: 65%;
    padding: 0;
    clear: right;
	float: right;
	display: block;	
}

.atl_form hr
{
    margin-left: 36%;
}

.atl_form div.field_group input
{
    display: block;
    width: 20%;
    float: left;
    margin-right: 1%;
}

.atl_form .required {
	background: transparent url(asterisk.gif) no-repeat scroll left 4px;
}

.atl_form label.required {
	padding-left: 12px;
	font-weight: bold;
	background-position: left top;
}

.atl_form .submitrow
{
	margin-top: 1em;
	text-align: right;
	padding-left: 0;
}

.atl_form .submitrow .cbitem
{
    float: right;
}

.atl_form .submitrow a
{
    float: left;
}


.atl_form .checkrow
{
	text-align: right;
}

.atl_form .validators span
{
	float: none;
	width: auto;
}

.atl_form .checkrow input
{
	margin-right: 8px;
}

.field_help
{
	font-size: 80%;
	display: block;
}

input.read_only
{
    background: #DDD;
}

.atl_form .decimal input,
.atl_form .decimal .field_help,
.atl_form .decimal .validators
{
    text-align: right;
    width: 160px;
    padding-right: 4px;
}

.atl_form .short input
{
    margin-right: 55%;
    width: 10%;
}


/* create_account */

.create_account .atl_look_container
{
    margin: 10px 0;
}
.create_account .atl_form .titleedit
{
    width: 8%;
}

.create_account .atl_form .givenname,
.create_account .atl_form .surname
{
    width: 42%;
}


/* address entry */


.address_entry .postal_code input
{
    width: 30%;
    margin-right: 35%;
}

/* tinymce */

.tinymce .texteditrow label,
.tinymce .selectrow label,
.tinymce div.label_group
{
    width: 13%;
}


.tinymce .texteditrow input,
.tinymce .texteditrow textarea,
.tinymce .selectrow select,
.tinymce div.field_group,
.tinymce .validators,
.tinymce .field_help,
.tinymce .tinymce_editor > span
{
    width: 80%;
}

.tinymce .tinymce_editor textarea
{
    width: 79%;    
}
