/*=================*/
/* Existing styles */
/*=================*/

input.button, div.add
{
	background: url( ../Images/button.gif ) repeat-x top left;
	border-top: 1px solid #DDD;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #DDD;
}


textarea.multi
{
	width: 300px;
	height: 120px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
}

table
{
	font-size: inherit;
}

th
{
	text-align: right;
	vertical-align: top;
}

div.clear
{
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
}

.error, .red
{
	color: #F00;
}

.red ul
{
	list-style-type: disc;
}

.red ul li
{
	padding: 0;
}

/*  General */
table.general
{
	width: 100%;
}

table.general th
{
	width: 150px;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	padding-right: 20px;
}

table.general th span
{
	font-weight: normal;
}

table.general td
{
	text-align: left;
	vertical-align: top;
}

fieldset
{
	/*float: left;
	clear: left;
	width: 585px;*/
	margin: 1.5em 0 0 0;
	padding: 0;
	border: none; /*font-family: Verdana, Helvetica, Sans-Serif; 	font-size: 12px;*/
}

fieldset legend
{
	padding: 0 2px;
	font-weight: bold;
}

fieldset label
{
	float: left;
	width: 10em;
	margin-right: 1em;
	/*padding-left: 10px;*/
}

fieldset ol
{
	margin: 0;
	padding: 0 1em 0 0;
	list-style: none;
}

fieldset li
{
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 1em;
	margin: 0;
}

fieldset em
{
	font-weight: bold;
	font-style: normal;
	color: #F00;
}

fieldset.radio legend
{
	padding-left: 10px;
}

fieldset.radio, fieldset.check
{
	border: none;
	padding: 0;
	background-color: Transparent;
	margin-bottom: -2.5em;
	margin-top: 0;
}

fieldset.radio legend, fieldset.check legend
{
	font-weight: normal;
	color: Black;
}

fieldset.radio ol, fieldset.check ol
{
	position: relative;
	top: -1.5em;
	margin: 0 0 0 11.5em;
	padding: 0;
}

fieldset.check li
{
	margin-top: 1em;
	top: auto;
}

fieldset.radio label, fieldset.check label
{
	float: none;
	width: auto;
	margin: 0px 13px 0px 0px;
	padding: 0px;
}

fieldset .radio input
{
	margin: 0px;
	padding: 0px;
}

fieldset.submit
{
	float: none;
	clear: left;
	padding-left: 130px;
}
