ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{
	margin: 0;
	padding: 0;
}
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: underline;
  color: #e20a17;
  font-weight: bold;
}

a:hover
{
  text-decoration: none;
}

body, td, input, textarea, select, button
{
  margin: 0;
  padding: 0;
  font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
  font-size: 11px;
}

select
{
/*	width: 100%;*/
}

table {
	width: 100%;
	border: none;
}

input[type=text], input[type=radio], input[type=checkbox], input[type=password], textarea
{
  padding: 2px;
  border: 0px;
  border-bottom: 1px solid #D3D3D3;
  /*width: 95%;*/
}

input[type=radio] {
	padding: 2px;
  border: 0px;
  width: auto;
}

input[type=checkbox] {
	padding: 2px;
  border: 0px;
  width: auto;
}

body
{
  background-color: #000;
}

div#content .info_block
{
  float:left;
  padding:4px 10px 10px 0;
  width:60px;
}

div#content .info_mark
{
	float:left;
	font-size: 1em; 
  font-weight: bold; 
  width: 16px; 
  height: 16px; 
  background-color: #FFE56F; 
  border: 1px solid #ddd; 
  text-align: center;
  margin-right:5px;
}
