
form fieldset
{
	margin: 5px 0;
}

form fieldset ul
{
	padding: 0;    margin: 0 !important;
}



form ul li
{
	list-style-type: none;
	margin-bottom: 15px;    
    list-style-type: none !important;
    padding-left: 0;
}

form input, form select, form textarea
{
	display: block;
	padding: 1px;
	border: 1px solid #999;
	font-size: 14px;
	font-family: sans-serif;
	width: 50%;
	background: #fff url(/image/gradient/12/v/f3f3f3/ffffff) repeat-x left 1px;
}

form textarea
{
	width: 66%;
	height: 5em;
	resize: none;
}


form label
{
	font-weight: bold;
	display: block;
}

form button
{
	background: #999 url(/image/gradient/32/v/999999/000000) repeat-x left 1px;
	border: 1px solid #999;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
}

form.compact
{
	display: block;
    margin-top: 8px;
}

form.compact label
{
			font-weight: bold;
            display: block;
            clear: both;
            margin-top: 6px;
}

	form.compact table
	{
		width: 100%;
        margin-top: 12px;
	}

	form.compact table td
	{
		padding: 3px;
	}

	form.compact input, form.compact select, form.compact textarea, form.compact button
	{
		font-size: 11px;
		font-family: Tahoma, Verdana, Arial, sans-serif;
		border: 1px solid #666;
		vertical-align: 0;
	}

	form.compact ul.listbox
	{		font-family: Tahoma, Verdana, Arial, sans-serif;
		font-size: 11px;
		height: 96px;
		border: 1px solid #666;
		overflow: auto;
		background: #fff;
		padding: 1px;
		margin: 0;
		list-style-type: none;
	}

		form.compact ul.listbox li
		{
			display: block;
			margin: 0;
		}

		form.compact ul.listbox li label
		{
			vertical-align: middle;
			display: block;	padding: 0 2px;
			cursor: pointer; line-height: 20px;
			border-bottom: 1px dotted #ccc;
			font-weight: normal;            margin-top: 0;

		}

		form.compact ul.listbox li label:hover
		{
			background: #ffe;
		}


		form.compact ul.listbox li input
		{
			display: inline;
			vertical-align: text-top;
			margin-right: 1px;
		}

		form.compact select
		{
			width: 100%;
		}

		form.compact select.half
		{
			width: 49%;
			display: inline;
		}

		form.compact button
		{
			padding: 2px 5px;
			background: #000 url(../img/button_bg.gif) no-repeat 0 0;
			color: #fff;
			border: 1px solid #000;
			font-weight: bold;
			cursor: pointer;
		}

		form.compact button
		{
			padding: 5px 10px;

            background: #000 url(../img/button_bg.gif) no-repeat 0 0;
			color: #fff;
			font-size: 11px;
			border: 1px solid #000;
			cursor: pointer;
		}

		form input[type~='checkbox']
		{
			border: 0; width: auto;
		}


		form input[type~='hidden']
		{
			border: 0; padding: 0;
		}

		form input[type~='image']
		{
			border: 0; padding: 0; background: transparent;
		}


ul#searchTabs
{
    padding: 0;
    background: transparent;
    height: 32px;
    overflow: hidden;
    margin: 0;
}

ul#searchTabs li
{
    list-style-type: none;
    padding: 0;
    line-height: 32px;
    float: left;
    width: 66px;
    text-align: center;
    background: transparent url(../img/tab_inactive.png) no-repeat center 0;
    cursor: pointer;
    font-size: 125%;

}

ul#searchTabs li.active
{
        background: transparent url(../img/tab_active.png) no-repeat center 0;
        font-weight: bold;
}

div.tabSection
{
    padding: 6px 10px;
    background: #ddd;
    height: 356px;
}

		form input[type~='image']
		{
			width: auto; padding: 0; display: inline; border: 0;
		}



