ul,ol,li,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }
p
{
	margin-top: 1em;
}
fieldset
{
	border: none;
}

body
{
  	font-family: Arial, Verdana, sans-serif;
  	font-size: 11px;
	width: 100%;
}

a {text-decoration: none;}
a:hover { text-decoration: underline; }

td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

a
{
  outline: none;
}

ul
{
	list-style: none;
}

.clear
{
	clear: both;
	overflow: hidden;
	height: 0;
}

div#flash-message
{
	clear: both;
	margin: 1em 0; 
	color: white;
	font-weight:bold; 
	font-size: 1.2em; 
	font-family: Arial; 
	background: lightgrey; 
	padding: 0.5em; 
	width: 60%
}

label.required
{
  color: #333 !important;
  font-weight: bold !important;
}


/* INDICATOR */
div#indicator
{
	position: absolute; top:0;
	width: 390px;
	z-index: 1000;
	text-align: center;
}
div#indicator_close { float:right;margin-right:15px; }
div#indicator_close input { background:#F7931D;color:#ffffff; }
div#indicator .button {font-weight:bold;}
#indicator_top_left
{
	width: 14px;
	height: 14px;
	float: left;
	background: url(/images/indicator_top_left.gif);
}
#indicator_top_center
{
	float: left;
	background: url(/images/indicator_top_center.gif) repeat-x;
	width: 362px;
	height: 14px;
}
#indicator_top_right
{
	width: 14px;
	height: 14px;
	float: right;
	background: url(/images/indicator_top_right.gif);
}
#indicator_content
{
	width: 390px;
	background: url(/images/indicator_content.png) repeat-y top white;
}
#indicator_logo
{
	height: 40px;
	background: url(/images/logo-small.png) no-repeat 115px;
}
#indicator_spinner
{
	margin-top: 8px;
	background: url(/images/indicator.gif) no-repeat 185px;
}
#indicator_msg
{
	font-weight: bold;
	padding: 5px 8px;
	margin: 0;
}

#indicator_bottom_left
{
	width: 14px;
	height: 14px;
	float: left;
	background: url(/images/indicator_bottom_left.gif);
}
#indicator_bottom_center
{
	float: left;
	background: url(/images/indicator_bottom_center.gif) repeat-x;
	height: 14px;
	width: 362px;
}
#indicator_bottom_right
{
	width: 14px;
	height: 14px;
	float: right;
	background: url(/images/indicator_bottom_right.gif);
}