/*
#wrapper.module-login {
    background: url("../img/logo_sm2.gif") no-repeat scroll 0 5px transparent;
	width: 820px;
}
div.login {
    margin-left: 190px;
}
*/

input.maxWidth { width: 100%; }

.contactSearch input.text { width: 300px }

div.widget.addressTab table, div.widget.maxWidth table, div.widget.table.maxWidth, table.grid.maxWidth { width: 100%; }
div.addressTab label { padding-right: 10px; }
div.widget.contactForm div.widget.tab_page { padding-top: 10px; padding-bottom: 5px; }

/* div.widget.contactForm label { width: 120px; display: inline-block; } */
div.widget.contactForm div.widget.addressTab label { margin-right: -16px; }

table.categories.scroll { height: 400px; }

div.form.categories table.grid > tbody > tr > td { padding: 0 }
div.form table.grid > tbody > tr > td > div.widget.categories { margin: 0 }
.categories, .categories table { width: 100%;  }
.scroll.categories table { width: 100%; }
.scroll.categories table tbody tr td:last-child { padding-right: 15px; }


div.table.scroll.categories > table > tbody { 
	display: block;
    margin-left: 4px;
/*    margin-right: -2px;*/
	width: auto;
    max-height: 400px;
	height: auto; 
}

div.form.categories > table.grid { margin: 0; } 

.emailTextArea { width: 600px; height: 400px; }

/*
div.scroll-ie-wrapper div.scroll-ie {
    height: 400px;
    width: auto;
    overflow-y: auto;
    overflow-x: hidden;
}
div.scroll-ie-wrapper div.scroll-ie {
	 margin-bottom: 0 !important;
}
*/
body.ie div.scroll {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 400px;
}
