input[type="text"], input[type="password"], textarea, select, option	{ font-size: 1.0em; background-color: #fff; }
input[type="text"], input[type="password"], textarea, select 			{ border: 1px solid #d6d6d6; }
input[type="text"], input[type="password"], textarea					{ padding: 3px; }
textarea.notes									{ width: 165px; height: 80px; padding: 3px; font-size: 1.0em; float: left; overflow: hidden; }
textarea.mid									{ width: 400px; height: 62px; padding: 3px; font-size: 1.0em; overflow: hidden; margin: 0; }
input.big, textarea.big, select.big		 		{ width: 100%; overflow: hidden; }

input.ok			{ background: url(../images/buttonOk.png) top right no-repeat; width: 73px; height: 23px; border: none; font-weight: bold; padding-left: 25px; cursor: pointer; margin-top: 10px; }
input.cancel		{ background: url(../images/buttonCancel.png) top right no-repeat; width: 83px; height: 23px; border: none; font-weight: bold; padding-left: 25px; cursor: pointer; margin-top: 10px;}
input.search		{ background: url(../images/buttonSearch.png) top right no-repeat; width: 83px; height: 23px; border: none; font-weight: bold; padding-left: 25px; cursor: pointer; margin-top: 10px; }
input.composeMessage{ background: url(../images/buttonComposeMessage.png) top right no-repeat; width: 184px; height: 23px; border: none; font-weight: bold; padding-left: 27px; cursor: pointer; margin-top: 10px; }
input.save			{ background: url(../images/buttonSave.png) top right no-repeat; width: 70px; height: 23px; border: none; font-weight: bold; padding-left: 26px; cursor: pointer; margin-top: 10px; }
input.delete		{ background: url(../images/buttonDelete.png) top right no-repeat; width: 83px; height: 23px; border: none; font-weight: bold; padding-left: 28px; cursor: pointer; margin-top: 10px; }
input.post			{ background: url(../images/buttonPost.png) top right no-repeat; width: 102px; height: 23px; border: none; font-weight: bold; padding-left: 28px; cursor: pointer; margin-top: 10px; }

select.selectBig	{ width: 308px; background-color: #f8f8f8;  vertical-align: middle; float:left; }
select.selectBig option { background-color: #f8f8f8; }

fieldset.hr1		{ background: url(../images/bgHr2.gif) bottom left repeat-x; padding-bottom: 15px; margin-bottom: 15px; }
.label100			{ width: 108px; float: left; font-size: 1.0em; }
.label100NormalFont	{ width: 108px; float: left; }
.label150			{ width: 120px; float: left; padding-left: 30px; font-size: 1.0em; }
.label150NoPad		{ width: 120px; float: left; font-size: 1.0em; }
.label150NormalFont	{width: 120px; float: left; padding-left: 30px; }
.label160			{ width: 160px; float: left; font-size: 1.0em; }
.label180			{ width: 180px; float: left; font-size: 1.0em; }
.label45			{ width: 45px; float: left; text-align: center; font-size: 1.0em; }
.label75			{ width: 75px; float: left; text-align: center; font-size: 1.0em; }
legend				{ padding-left: 0px; }
table.regForm label, fieldset.space label	{ font-size: 1.0em; padding-left: 5px; margin-bottom: 8px; }
table.regForm input, table.regForm select, fieldset.space input, fieldset.space select, fieldset.space textarea { font-size: 1.0em; margin-bottom: 10px; }


table.textarea textarea, table.textinput input { border: none; background: none; overflow: hidden; font-size: 1em; width: 100%; line-height: 20px; }

table.textarea .t1	{ background: url(../images/bgFormArea1.gif) top left no-repeat; width: 20px; height: 20px; }
table.textarea .t2	{ background: url(../images/bgFormArea2.gif) top left repeat-x; height: 20px; }
table.textarea .t3	{ background: url(../images/bgFormArea3.gif) top left no-repeat; width: 20px; height: 20px; }
table.textarea .t4	{ background: url(../images/bgFormArea4.gif) top left repeat-y; width: 20px; }
table.textarea .t5	{ background-color: #fff; }
table.textarea .t6	{ background: url(../images/bgFormArea5.gif) top left repeat-y; width: 20px; }
table.textarea .t7	{ background: url(../images/bgFormArea6.gif) top left no-repeat; width: 20px; height: 20px; }
table.textarea .t8	{ background: url(../images/bgFormArea7.gif) top left repeat-x; height: 20px; }
table.textarea .t9	{ background: url(../images/bgFormArea8.gif) top left no-repeat; width: 20px; height: 20px; }

table.textinput	.t1	{ background: url(../images/bgFormText1.gif) top left no-repeat; width: 18px; height: 22px; }
table.textinput	.t2	{ background: url(../images/bgFormText2.gif) top left repeat-x; height: 22px; }
table.textinput	.t3	{ background: url(../images/bgFormText3.gif) top left no-repeat; width: 18px; height: 22px; }

ul.adminForm        { list-style-type: none; }
ul.adminForm li     { float: left; width: 400px; margin: 0 0 10px 0; }
ul.adminForm li label { display: block; width: 150px; float: left; }