/* GENERAL TAGS */
div												{ width: 100%; }
td												{ vertical-align: top; }

/*  */
.TdHeader										{ height: 90px; vertical-align: middle; }
.TdLeft											{ vertical-align: top; }
.TdCenter										{ vertical-align: top; }
.TdRight										{ vertical-align: top; }
.DivMainMenu									{ }
.DivLink										{ }

/* Custom form  */
#customForm										{ }
#customForm	label								{ display: block; }
#customForm	input								{ margin-bottom: 10px; }
/* Custom form fieldset */
#customForm fieldset							{ border: none; }
#customForm fieldset.checkbox					{ margin-bottom: 10px; }
#customForm fieldset.radio						{ margin-bottom: 10px; }
#customForm fieldset.textarea					{ margin-bottom: 10px; }
#customForm fieldset.submit						{ }
/* Custom form input */
#customForm input.checkbox						{ margin: 0 5px 0 0; }
#customForm input.radio							{ margin: 0 5px 0 0; }
#customForm textarea.textarea					{ }
/* input */
#customForm label.fieldsetHeader				{ font-weight: bold; }
#customForm fieldset.text input					{ width: 320px; }
#customForm fieldset.textarea textarea			{ width: 320px; }
/* checkbox */
#customForm fieldset.checkbox fieldset			{ }
#customForm fieldset.checkbox img				{ float: none; border: #ccdadf solid 1px; padding: 2px; margin-bottom: 5px; }
#customForm fieldset.checkbox label				{ display: inline; }
/* radiobutton */
#customForm fieldset.radio fieldset				{ clear:both; width:100%; }
#customForm fieldset.radio img					{ float: none; border: #ccdadf solid 1px; padding: 2px; margin-bottom: 5px; }
#customForm fieldset.radio label				{ display: inline; }

